Template:3TeamBracket/sandbox

From blackwiki
Jump to navigation Jump to search
  Semifinal     Final
                 
       
             
       
Template documentation[view] [edit] [history] [purge]

Template description: This template generates a generic 3-team tournament bracket. It is useful for tournament structures where a first place team receives a bye into the finals.

Infobox code

{{3TeamBracket|
|RD2-seed1 = E
|RD2-team1 = Cleveland Browns
|RD2-score1 = 12
|RD1-seed1 = W
|RD1-team1 = Baltimore Colts
|RD1-score1 = 10
|RD2-seed2 = W
|RD2-team2 = '''Green Bay Packers'''
|RD2-score2 = 23
|RD1-seed2 = W
|RD1-team2 = '''Green Bay Packers'''
|RD1-score2 = 13}}

Empty infobox code

{{3TeamBracket|
|RD2-seed1 = 
|RD2-team1 = 
|RD2-score1 = 
|RD1-seed1 = 
|RD1-team1 = 
|RD1-score1 = 
|RD2-seed2 = 
|RD2-team2 = 
|RD2-score2 = 
|RD1-seed2 = 
|RD1-team2 = 
|RD1-score2 = }}

Example

  Semifinal     Final
                 
    E Cleveland Browns 12
  W Baltimore Colts 10     W Green Bay Packers 23
  W Green Bay Packers 13  

Template parameters

  • RD1, RD2 — [OPTIONAL] The names of each respective round. Defaults to "Semifinals" and "Finals", respectively.
  • The rest of the parameters fill in the bracket and consists of the form X-YZ where
    • X is the specific round
    • Y is either the team's seed, name, or score
    • Z is the specific placement on the bracket, counting from top to bottom.

See also