Difference between revisions of "8TeamBracket QF-standings/doc"
Jump to navigation
Jump to search
blackwiki>McVahl (←Created page with '{{Documentation subpage}} <!-- Categories and interwikis go at the bottom of this page. --> == Code == <pre> {{8TeamBracket QF-standings | teamQ-width = <!-- w...') |
m (3 revisions imported) |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
<!-- Categories and interwikis go at the bottom of this page. --> | <!-- Categories and interwikis go at the bottom of this page. --> | ||
| + | == Usage == | ||
| + | * Quarterfinal is team standing-based. | ||
| + | * Top four teams in quarterfinal standings advance to the best-of-three series semifinal round. Seed #1 team meets #4, while #2 meets #3. | ||
| + | * Semifinal losers battle for best-of-three series bronze medal games. | ||
| + | * Semifinal winners battle for best-of-three series Finals. | ||
== Code == | == Code == | ||
| Line 41: | Line 46: | ||
<!-- Semifinal --> | <!-- Semifinal --> | ||
| RD2-seed1 = | | RD2-seed1 = | ||
| − | |||
| RD2-score1A = | | RD2-score1A = | ||
| RD2-score1B = | | RD2-score1B = | ||
| RD2-score1C = | | RD2-score1C = | ||
| RD2-seed2 = | | RD2-seed2 = | ||
| − | |||
| RD2-score2A = | | RD2-score2A = | ||
| RD2-score2B = | | RD2-score2B = | ||
| RD2-score2C = | | RD2-score2C = | ||
| − | | RD2-seed3 | + | | RD2-seed3 = |
| − | + | | RD2-score3A = | |
| − | | RD2-score3A = | + | | RD2-score3B = |
| − | | RD2-score3B = | + | | RD2-score3C = |
| − | | RD2-score3C = | + | | RD2-seed4 = |
| − | | RD2-seed4 | + | | RD2-score4A = |
| − | + | | RD2-score4B = | |
| − | | RD2-score4A = | + | | RD2-score4C = |
| − | | RD2-score4B = | ||
| − | | RD2-score4C = | ||
<!-- Bronze medal match --> | <!-- Bronze medal match --> | ||
Latest revision as of 16:15, 14 October 2020
Usage
- Quarterfinal is team standing-based.
- Top four teams in quarterfinal standings advance to the best-of-three series semifinal round. Seed #1 team meets #4, while #2 meets #3.
- Semifinal losers battle for best-of-three series bronze medal games.
- Semifinal winners battle for best-of-three series Finals.
Code
{{8TeamBracket QF-standings
| teamQ-width = <!-- width for teams in Quarterfinals; default: 11em -->
| team-width = <!-- default: 11em -->
| score-width = <!-- default: 2em -->
| RD1 = <!-- default: Quarterfinal -->
| RD2 = <!-- default: Semifinal -->
| RD3 = <!-- default: Bronze medal match -->
| RD4 = <!-- default: Final -->
<!-- Quarterfinal -->
| team1 =
| team1-w =
| team1-l =
| team2 =
| team2-w =
| team2-l =
| team3 =
| team3-w =
| team3-l =
| team4 =
| team4-w =
| team4-l =
| team5 =
| team5-w =
| team5-l =
| team6 =
| team6-w =
| team6-l =
| team7 =
| team7-w =
| team7-l =
| team8 =
| team8-w =
| team8-l =
<!-- Semifinal -->
| RD2-seed1 =
| RD2-score1A =
| RD2-score1B =
| RD2-score1C =
| RD2-seed2 =
| RD2-score2A =
| RD2-score2B =
| RD2-score2C =
| RD2-seed3 =
| RD2-score3A =
| RD2-score3B =
| RD2-score3C =
| RD2-seed4 =
| RD2-score4A =
| RD2-score4B =
| RD2-score4C =
<!-- Bronze medal match -->
| RD3-seed1 =
| RD3-team1 =
| RD3-score1A =
| RD3-score1B =
| RD3-score1C =
| RD3-seed2 =
| RD3-team2 =
| RD3-score2A =
| RD3-score2B =
| RD3-score2C =
<!-- Final -->
| RD4-seed1 =
| RD4-team1 =
| RD4-score1A =
| RD4-score1B =
| RD4-score1C =
| RD4-seed2 =
| RD4-team2 =
| RD4-score2A =
| RD4-score2B =
| RD4-score2C =
}}