Difference between revisions of "Template:2TeamBracket-Compact-NoSeeds/doc"

From blackwiki
Jump to navigation Jump to search
blackwiki>Frietjes
blackwiki>Frietjes
Line 1: Line 1:
'''Template description: ''' This template generates a generic 2-team [[Bracket (tournament)|tournament bracket]]. It is designed to minimize the use of vertical space.
+
{{documentation subpage}}
 +
This template generates a generic 2-team [[Bracket (tournament)|tournament bracket]]. It is designed to minimize the use of vertical space.
  
 
It now also gives the option of having seeds. Seeds can be generated on a team-by-team basis; if you want a box for a seed, use the <code>RDX-seedZ=</code> parameter and put something in it (a blank box can be generated with <code>RDX-seedZ=&amp;nbsp;</code>). If you omit the parameter or leave it blank, the box will not appear.
 
It now also gives the option of having seeds. Seeds can be generated on a team-by-team basis; if you want a box for a seed, use the <code>RDX-seedZ=</code> parameter and put something in it (a blank box can be generated with <code>RDX-seedZ=&amp;nbsp;</code>). If you omit the parameter or leave it blank, the box will not appear.
Line 46: Line 47:
 
*'''team-width''' &mdash; [OPTIONAL] The width (in pixels) of the team field for each game/match. This allows for longer player or team names. Defaults to 125 pixels.
 
*'''team-width''' &mdash; [OPTIONAL] The width (in pixels) of the team field for each game/match. This allows for longer player or team names. Defaults to 125 pixels.
 
*'''score-width''' &mdash; [OPTIONAL] The width (in pixels) of the score field for each game/match. This is useful if you need room for complex scores (e.g. Tennis). Defaults to 25 pixels.
 
*'''score-width''' &mdash; [OPTIONAL] The width (in pixels) of the score field for each game/match. This is useful if you need room for complex scores (e.g. Tennis). Defaults to 25 pixels.
*'''seed-width''' &mdash; [OPTIONAL] The width (in pixels) of the seeed field for each game/match. Defaults to 25 pixels.
+
*'''seed-width''' &mdash; [OPTIONAL] The width (in pixels) of the seed field for each game/match. Defaults to 25 pixels.
 +
 
 +
==See also==
 +
*[[Template:4TeamBracket-Compact-NoSeeds-Byes]]
 +
*[[Template:8TeamBracket-Compact-NoSeeds-Byes]]
 +
*[[Template:16TeamBracket-Compact-NoSeeds-Byes]]
 +
*[[Template:32TeamBracket-Compact-NoSeeds-Byes]]
 +
 
 +
<includeonly>
 +
{{basepage subpage|[[Category:2-Team bracket templates]]}}
 +
</includeonly>

Revision as of 14:28, 16 June 2018

This template generates a generic 2-team tournament bracket. It is designed to minimize the use of vertical space.

It now also gives the option of having seeds. Seeds can be generated on a team-by-team basis; if you want a box for a seed, use the RDX-seedZ= parameter and put something in it (a blank box can be generated with RDX-seedZ=&nbsp;). If you omit the parameter or leave it blank, the box will not appear.

Basic example

{{2TeamBracket-Compact-NoSeeds
| RD1=Ninth-place playoff
| team-width=170
| RD1-team1='''{{ru7|GUM}}'''
| RD1-score1='''31'''
| RD1-team2={{ru7|TUV}}
| RD1-score2=0
}}
Ninth-place playoff
Template:Ru7 31
Template:Ru7 0

All parameters

{{2TeamBracket-Compact-NoSeeds
| RD1=

| team-width=
| score-width=
| seed-width=

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

}}

Template parameters

  • RD1 — [OPTIONAL] The name of the round. Defaults to "Finals".
  • team-width — [OPTIONAL] The width (in pixels) of the team field for each game/match. This allows for longer player or team names. Defaults to 125 pixels.
  • score-width — [OPTIONAL] The width (in pixels) of the score field for each game/match. This is useful if you need room for complex scores (e.g. Tennis). Defaults to 25 pixels.
  • seed-width — [OPTIONAL] The width (in pixels) of the seed field for each game/match. Defaults to 25 pixels.

See also