Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Module:Sports results/blank/doc

From Wikipedia, the free encyclopedia

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 = 

}}