Template:Round/doc

Template page
< Template:Round
Revision as of 08:10, 30 April 2024 by Couchor (talk | contribs) (Created page with "=== This template should only be used for the |R+number= parameters inside of Template:Rounds calls === ===Parameters:=== {|class="wikitable" !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(...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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