Template:State tournaments box/doc
| Uses Lua: |
The State tournaments box is a template used to help record information about tournaments occurring in a state. This box can be placed around the "Tournaments" section of a page.
The legacy version of this template is deprecated. A warning will display at the top of the page if you preview a page in edit mode. Please use the new v2 implementation in any future uses. |
Parameters
|version= the version of the state tournaments box to use. Set to 2 to use the new implementation. Defaults to legacy implementation if not set.
Version 2 Parameters
Note: version must be set to 2 in order to use the new implementation.
|rows rows defined by Template:Stb row.
Legacy Parameters
Note: version must either not be set or not set to 2 in order to use the legacy implementation.
|namen= the name of the nth tournament
|typen= the type of the nth tournament
|daten= the date of the nth tournament
|divn= the division(s) of the nth tournament
|formatn= the format of the nth tournament
Migrating Legacy to v2
- Add
|version=2to the template. - Change each tournament entry into a Template:Stb row.
- Group all legacy parameters for the nth tournament.
- Remove the number from the keys and wrap the params with
{{Stb row| ... }}.
- Do not assign the Template:Stb row to a parameter. Each row must be an anonymous parameter to Template:State tournaments box.
Examples
| Code | Result | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{State tournaments box
| version = 2
| {{Stb row
| name = [[OSS Invitational]]
| type = Invitational
| date = TBD
| div = B/C
| format = TBD
}}
| {{Stb row
| name = [[Central Florida Regional]]
| type = Regional
| date = 2/13/2021
| div = B/C
| format = TBD
}}
| {{Stb row
| name = [[Eastern Florida Regional]]
| type = Regional
| date = 2/20/2021
| div = B/C
| format = TBD
}}
| {{Stb row
| name = [[Northwest Florida Regional]]
| type = Regional
| date = Cancelled
| div = B/C
| format = X
}}
}}
|
| |||||||||||||||||||||||||
Legacy implementation
{{State tournaments box
| name1 = [[OSS Invitational]]
| type1 = Invitational
| date1 = TBD
| div1 = B/C
| format1 = TBD
| name2 = [[Central Florida Regional]]
| type2 = Regional
| date2 = 2/13/2021
| div2 = B/C
| format2 = TBD
| name3 = [[Eastern Florida Regional]]
| type3 = Regional
| date3 = 2/20/2021
| div3 = B/C
| format3 = TBD
| name4 = [[Northwest Florida Regional]]
| type4 = Regional
| date4 = Cancelled
| div4 = B/C
| format4 = X
}}
|
|