Content deleted Content added
→About other sports: new section |
|||
Line 72:
As this module is called "Sports table", are you going to prepare it for other sports (e.g., deleting the draws column for basketball, different point criteria at rugby union or volleyball, etc)? Great job, btw. [[User:Asturkian|Asturkian]] ([[User talk:Asturkian|talk]]) 11:42, 16 December 2014 (UTC)
:{{ping|Asturkian}} That is the idea, when it has been rolled out to the football project and everything is working well (no errors) the plan is to spread the module to other sports as well. For example the table is currently called with {{para|style|football}} but also {{para|style|WL OT}} works (mainly as test) which is for tables without draw and has overtime wins (OTW) and overtime loss (OTL) instead (those names can be changed to i.e. shootout). The columns are decided in submodules (for example [[Module:Sports table/football]] or [[Module:Sports table/WL OT]]). I can give you example of thos kind of table.
:For {{para|style|football}} we get
:{{#invoke:Sports table|main|style=football
|team1=FDT |team2=BBB |team3=CCC |team4=DDD |team5=EEE
|win_FDT=5 |loss_FDT=0 |gf_FDT=10 |ga_FDT=0
|win_BBB=3 |draw_BBB=1 |loss_BBB=1 |gf_BBB= 3 |ga_BBB=2
|win_CCC=3 |loss_CCC=2 |gf_CCC= 3 |ga_CCC=3
|win_DDD=1 |draw_DDD=1 |loss_DDD=3 |gf_DDD= 1 |ga_DDD=4
|win_EEE=0 |loss_EEE=5 |gf_EEE= 0 |ga_EEE=6
|name_FDT=[[FIFA World Cup Dream Team]]
|name_BBB=Team 2
|name_CCC=Team 3
|name_EEE=Team 4
}}
:For {{para|style|WL OT}} we get
:{{#invoke:Sports table|main|style=WL OT
|team1=FDT |team2=BBB |team3=CCC |team4=DDD |team5=EEE
|win_FDT=5 |loss_FDT=0 |gf_FDT=10 |ga_FDT=0
|win_BBB=3 |OTloss_BBB=1 |loss_BBB=1 |gf_BBB= 3 |ga_BBB=2
|win_CCC=3 |loss_CCC=2 |gf_CCC= 3 |ga_CCC=3
|win_DDD=1 |OTwin_DDD=1 |loss_DDD=3 |gf_DDD= 1 |ga_DDD=4
|win_EEE=0 |loss_EEE=5 |gf_EEE= 0 |ga_EEE=6
|name_FDT=[[FIFA World Cup Dream Team]]
|name_BBB=Team 2
|name_CCC=Team 3
|name_EEE=Team 4
}}
So as you see there are already ways to make new tables and there is plan to expand, just taking it one step at the time and start at football to see if any issues comes up. <i style="font-family:Verdana">[[User:Qed237|<b style="color:blue">QED</b><b style="color:red">237</b>]] [[User talk:Qed237|<b style="color:green">(talk)</b>]]</i> 13:56, 16 December 2014 (UTC)
|