Difference between revisions of "Template:3TeamBracket/doc"

From blackwiki
Jump to navigation Jump to search
blackwiki>Steel1943
(Restore Category)
m (7 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 60: Line 60:
 
**'''Z''' is the specific placement on the bracket, counting from top to bottom.
 
**'''Z''' is the specific placement on the bracket, counting from top to bottom.
  
<includeonly>
+
== See also ==
 +
* {{tl|2TeamBracket}}, {{tl|4TeamBracket}}, {{tl|5TeamBracket}}, {{tl|6TeamBracket}}, {{tl|7TeamBracket}}, {{tl|8TeamBracket}}, {{tl|9TeamBracket}}, {{tl|10TeamBracket}}, {{tl|11TeamBracket}}, {{tl|12TeamBracket}}, {{tl|14TeamBracket}}, {{tl|15TeamBracket}}, {{tl|16TeamBracket}}, {{tl|18TeamBracket}}, {{tl|19TeamBracket}}, {{tl|20TeamBracket}}, {{tl|24TeamBracket}}, {{tl|32TeamBracket}}, {{tl|48TeamBracket}}, {{tl|64TeamBracket}}
 +
 
 +
<includeonly>{{Sandbox other||
 
[[Category:3-Team bracket templates]]
 
[[Category:3-Team bracket templates]]
</includeonly>
+
}}</includeonly>

Latest revision as of 14:38, 14 October 2020

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