Difference between revisions of "Template:4TeamBracket-Tennis3/doc"

From blackwiki
Jump to navigation Jump to search
blackwiki>Izno
(add doc)
 
m (3 revisions imported)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
 
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
 
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
 +
This template generates a 4-team [[Bracket (tournament)|tournament bracket]]. It is designed for a four tennis player setup in a best of three set format.  The code itself was taken from a subset of [[Template:16TeamBracket-Compact-Tennis3]].
 +
 
== Usage ==
 
== Usage ==
'''Template description: ''' This template generates a 4-team [[Bracket (tournament)|tournament bracket]]. It is designed for a four tennis player setup in a best of three set format.  The code itself was taken from a subset of [[Template:16TeamBracket-Compact-Tennis3]].
 
 
'''Infobox code'''
 
 
<pre>
 
<pre>
  
Line 48: Line 47:
 
</pre>
 
</pre>
  
'''Template parameters'''
+
==Template parameters==
 
*'''RD1, RD2''' &mdash; [OPTIONAL] The names of each respective round. Defaults to "Semifinals" and "Finals", respectively.
 
*'''RD1, RD2''' &mdash; [OPTIONAL] The names of each respective round. Defaults to "Semifinals" and "Finals", respectively.
 
*'''score-width''' &mdash; The total width of all three sets for each match
 
*'''score-width''' &mdash; The total width of all three sets for each match

Latest revision as of 14:55, 14 October 2020

This template generates a 4-team tournament bracket. It is designed for a four tennis player setup in a best of three set format. The code itself was taken from a subset of Template:16TeamBracket-Compact-Tennis3.

Usage


{{4TeamBracket-Tennis3
| RD1=
| RD2=

| score-width=

| RD1-seed1=
| RD1-team1=
| RD1-score1-1=
| RD1-score1-2=
| RD1-score1-3=
| RD1-seed2=
| RD1-team2=
| RD1-score2-1=
| RD1-score2-2=
| RD1-score2-3=

| RD1-seed3=
| RD1-team3=
| RD1-score3-1=
| RD1-score3-2=
| RD1-score3-3=
| RD1-seed4=
| RD1-team4=
| RD1-score4-1=
| RD1-score4-2=
| RD1-score4-3=

| RD2-seed1=
| RD2-team1=
| RD2-score1-1=
| RD2-score1-2=
| RD2-score1-3=
| RD2-seed2=
| RD2-team2=
| RD2-score2-1=
| RD2-score2-2=
| RD2-score2-3=
}}

Template parameters

  • RD1, RD2 — [OPTIONAL] The names of each respective round. Defaults to "Semifinals" and "Finals", respectively.
  • score-width — The total width of all three sets for each match

See also