Difference between revisions of "Template:6TeamBracket-NoSeeds"

From blackwiki
Jump to navigation Jump to search
blackwiki>2nyte
m
blackwiki>WOSlinker
(tidy style for better HTML5 compatibility)
Line 17: Line 17:
 
| width={{{score-width|25}}}| 
 
| width={{{score-width|25}}}| 
 
|-
 
|-
| colspan="2" align="center"| {{{group1| }}}
+
| colspan="2" style="text-align:center;" | {{{group1| }}}
 
|  
 
|  
 
| style="border-width:0 0 2px 0; border-style:solid; border-color:black;"| 
 
| style="border-width:0 0 2px 0; border-style:solid; border-color:black;"| 
Line 45: Line 45:
 
| style="border:1px solid #aaa; background-color:#f9f9f9; text-align:center;"| {{{RD3-score2| }}}
 
| style="border:1px solid #aaa; background-color:#f9f9f9; text-align:center;"| {{{RD3-score2| }}}
 
|-
 
|-
| colspan="2" align="center"| {{{group2| }}}
+
| colspan="2" style="text-align:center;" | {{{group2| }}}
 
|  
 
|  
 
| style="border-width:0 0 2px 0; border-style:solid; border-color:black;"| 
 
| style="border-width:0 0 2px 0; border-style:solid; border-color:black;"| 

Revision as of 10:14, 23 December 2014

Quarterfinals   Semifinals   Finals
                   
            
               
               
        
          
               
      
Template documentation[view] [edit] [history] [purge]

Description

This template generates a generic 6-team tournament bracket. It is useful for tournament structures where a first place team receives a bye into the semifinals. This template does not display seed columns for brackets where seeding information is not used.

Usage

Parameters
  • RD1, RD2, RD3 — [OPTIONAL] The names of each respective round. Defaults to "Quarterfinals", "Semifinals", and "Finals", respectively.
  • group1, group2 — [OPTIONAL] The name of the first group of four team, and the name of the last group of four, 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.
Code
{{6TeamBracket-NoSeeds 
| RD1=
| RD2=
| RD3=
| group1=
| group2=

| RD1-team1=
| RD1-score1=
| RD1-team2=
| RD1-score2=

| RD1-team3=
| RD1-score3=
| RD1-team4=
| RD1-score4=

| RD2-team1=
| RD2-score1=
| RD2-team2=
| RD2-score2=

| RD2-team3=
| RD2-score3=
| RD2-team4=
| RD2-score4=

| RD3-team1=
| RD3-score1=
| RD3-team2=
| RD3-score2=
}}

See also

Related Templates