Jump to content

Module:Sports results/blank/doc

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frietjes (talk | contribs) at 15:18, 11 September 2024 (document). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.

Usage

{{subst:#invoke:Sports results/blank|main
| team_order = AAA, BBB, CCC, ....
}}

Example

{{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 = 

}}