Jump to content

Template:State tournaments box/doc

From Wiki - Scioly.org
Revision as of 02:39, 4 September 2024 by Nydauron (talk | contribs) (Migrating Legacy to v2: Fixes typo in wrapper template instruction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

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

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
    }}
}}
NameTypeDateDivisionFormat
OSS InvitationalInvitationalTBDB/CTBD
Central Florida RegionalRegional2/13/2021B/CTBD
Eastern Florida RegionalRegional2/20/2021B/CTBD
Northwest Florida RegionalRegionalCancelledB/CX
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
}}
NameTypeDateDivisionFormat
OSS InvitationalInvitationalTBDB/CTBD
Central Florida RegionalRegional2/13/2021B/CTBD
Eastern Florida RegionalRegional2/20/2021B/CTBD
Northwest Florida RegionalRegionalCancelledB/CX