Template:Round

Template page
Revision as of 21:54, 4 May 2023 by Couchor (talk | contribs) (Created page with "<includeonly>{{#invoke:Json|fromArgs}}</includeonly><noinclude>{{Documentation}}Category:Templates</noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation (view - edit)

This template should only be used for the |R+number= parameters inside of Template:Rounds calls

Parameters:

Parameter Description
title Custom name of the round (Upper Round X or LB Round X by default)
matches IF you want to override how many matches this round has in the bracket - should NOT be required in most cases.
M+number Call Template:Match to input match info to the corresponding field(s) in the bracket, so like: |M1={{Match}}

Example

{{Bracket|teams=8|lteams=8|bestof=3
  <!--  UPPER BRACKET -->
 |upper={{Rounds
  |R1={{Round|title=UB Quarterfinals
    |M1={{Match
    |p1=spirit
    |p2=vp
    }}
    |M2={{Match
    |p1=liquid
    |p2=talon
    }}
    |M3={{Match
    |p1=lgd
    |p2=9pandas
    }}
    |M4={{Match
    |p1=nouns
    |p2=azure
    }}
  }}
 }}
}}

Will look something like this:

Rounds example.png