Jump to content

Template:32TeamBracket/doc

Kufuma Wikipedia

This template implements a generic visual representation of the bracket of a single-elimination tournament with 5 rounds.

Usage

{{32TeamBracket
| RD1 =
| RD1-seed1   =
| RD1-team1   =
| RD1-score1  =
 ...
}}

Per and , "avoid using smaller font sizes in elements that already use a smaller font size, such as infoboxes, navboxes and reference sections". Since this template's text is already reduced to 90% of the normal size, use of the {{Small}} template or <small>...</small> tags within this template produces a font size that is 77% of the page default, well below the 85% minimum specified in the linked guidelines.

Parameters

ParameterDescription
maxroundmaximum round to display. This parameter should be omitted unless it is less than the default value set by rounds.
seed-widththe width of the cells for seeds. Plain numbers are assumed to be in px units (e.g., 25 or 25px 2em for 2em or auto for automatic width sizing)
team-widththe width of the cells for team names. Plain numbers are assumed to be in px units (e.g., 200 for 200px or 15em for 15em or auto for automatic width sizing)
score-widththe width of the cells for scores. Plain numbers are assumed to be in px units (e.g., 25 or 25px 2em for 2em or auto for automatic width sizing)
compactset to yes for compact bracket and to disable groups.
seedsset to no to omit seed cells, and yes to always show seed cells
sets or legsthe number of sets/legs in each round of matches (delimit with / for different numbers of sets or legs per round)
nowrapset to yes to prevent lines from wrapping
byesset to 1, 2, ... to specify the maximum round number with byes
boldwinnerset to high to automatically bold the seed/team/scores for the team with the highest score, and low for the lowest score
hideomittedscoresset to 1 to hide all omitted score cells. To only omit score cells from the second set or leg onwards, use 2
sepwidthset to 1 or 2 to override the default separator width
headingsset to no to omit the column headings
RDnThe name of round n. Defaults are "Round of m", ..., "Quarterfinals", "Semifinals", and "Finals", where m is the number of teams in the round.
RDn-groupmThe name of group m in round n. For each round, every set of four teams is classified as a group.
RDn-seedmThe seed of team m in round n. For round 1, this value defaults to the conventional seed allocation for tournaments. If omitted, the cell is hidden. To hide seeds for round 1, the value must be explicitly set to be empty. m is the zero-padded position.
RDn-teammThe name of team m in round n.
RDn-scoremThe score of team m in round n.
RDn-scorem-sThe score of team m in round n and set s (or leg for multileg matches). Alternatively, the last score in the round can be specified using the -agg suffix.
RD1-omitSelectively omit teams from the first round. For example, use 1 / 2 / 5 / 6 to omit team1, team2, team5, and team6 from the first round.
RD-shadeBackground color for the RDn headings
RDn-shadem-sBackground coloring for team m in round n and set s (or leg for multileg matches).
RDn-RDn+1-pathSet to 0 to omit the path between round n and round n+1.
floatFloat the bracket to the left or right or center or centre of the page.
clearSet to no to prevent "clearing" the left/right side of the page before floating to the left/right. This parameter is only valid with |float=left or |float=right.
aggregateSet to sets or legs to sum the sets/legs won and append to the end of the scores. Set to score to sum the scores from each set/leg and append to the end of the scores. Set to y or yes to enable the -agg suffix, but without any auto computation. Only works when there are two or more legs/sets in the round. Any automatically computed value can be overridden by setting the value manually with the -agg suffix for the score.

Examples

No seeds

{{32TeamBracket
| seeds = no
| RD1 =
| RD1-seed1   =
| RD1-team1   =
| RD1-score1  =
 ...
}}

Compact

{{32TeamBracket
| compact = yes
| RD1 =
| RD1-seed1   =
| RD1-team1   =
| RD1-score1  =
 ...
}}

Third place

{{32TeamBracket
| RD1 =
| RD5b = Third place

| RD1-seed1   =
| RD1-team1   =
| RD1-score1  =
 ...
}}

Groups

{{32TeamBracket
| RD1 =
| RD1-group1  = Pacific
| RD1-seed1   =
| RD1-team1   =
| RD1-score1  =
 ...
}}

Sets

{{32TeamBracket
| sets = 3/5
| RD1 =
| RD1-seed1   =
| RD1-team1   =
| RD1-score1-1=
| RD1-score1-2=
| RD1-score1-3=
 ...
}}

Aggregate

{{32TeamBracket
| legs = 2
| aggregate = y
| RD1 =

| RD1-seed1   =
| RD1-team1   =
| RD1-score1-1=
| RD1-score1-2=
| RD1-score1-agg=
 ...
}}

See also