Module:Sports results/blank/doc
Appearance
This is a documentation subpage for Module:Sports results/blank. It may contain usage information, categories and other content that is not part of the original module page. |
This module should always be substituted! |
This module is used to sort and add any missing matches to an invocation of Module:Sports results. The only required input is an ordered list of teams, either using the |team_order=
format or the |team1=
, |team2=
, ... format. Any existing match data is preserved and sorted. Any unrecognized parameters are moved to the end of the invocation.
Usage
[edit]{{subst:#invoke:Sports results/blank|main
| team_order = AAA, BBB, CCC, ....
}}
or
{{subst:#invoke:Sports results/blank|main
| team1 = AAA
| team2 = BBB
| team3 = CCC
....
}}
Example
[edit]{{subst:#invoke:Sports results/blank|main
| team_order = AAA, BBB, CCC
}}
results in
{{#invoke:sports results|main
| source = <!-- source -->
| update = <!-- last updated -->
| team_order = AAA, BBB, CCC
| name_AAA =
| name_BBB =
| name_CCC =
| match_AAA_BBB =
| match_AAA_CCC =
| match_BBB_AAA =
| match_BBB_CCC =
| match_CCC_AAA =
| match_CCC_BBB =
}}