Module:Build bracket/doc: Difference between revisions

Content deleted Content added
Line 46:
{| class="wikitable"
|-
! Parameter !! Description !! Default value
|-
| <code>rounds</code> || number of rounds (columns). || <code>1</code>
|-
| <code>rows</code> || (optional) manually set the number of rows. || Automatic
|-
| <code>teams-per-match</code><br /> || (optional) enter the number of teams in each match. Use <code>col<i>m</i>-teams-per-match</code> to set individual columns || <code>2</code>
|-
| <code>col<i>m</i>-headers</code> || (optional) Enterenter the row numbers where headers are desired in column ''m''. Separate entries with <code>,</code>. Half integer values are allowed. || Automatic
|-
| <code>col<i>m</i>-matches</code> || Enterenter the row numbers where a match is desired in column ''m''. Matches take up two rows by default. Separate entries with <code>,</code>. Half integer values are allowed. ||
|-
| <code>col<i>m</i>-lines</code> || Enterenter the row numbers where a line is desired in column ''m''. Separate entries with <code>,</code>. Half integer values are allowed. ||
|-
| <code>col<i>m</i>-col<i>m</i>+1-paths</code> || Enterenter the starting and ending row numbers, separated by <code>-</code>, from columns ''m'' and ''m''+1 where a path is desired. Separate entries with <code>,</code>. Half integer values are allowed. ||
|-
| colspan=3 |
|-
| <code>RD<i>m</i></code><br, /><code>RD<i>mh</i></code> || The header text of the (alpha ''h''th) header in round ''m'' (e.g., <code>RD1</code> for the first header and <code>RD1b</code> for the second header in round 1). ||
|-
| <code>RD<i>m</i>-seed<i>k</i></code> || The seed of the ''k''th team in round ''m''. Alternatively, use <code>RD<i>mh</i>-seed<i>k</i></code> for the ''k''th team under header ''mh''. ||
Line 70:
| <code>RD<i>m</i>-team<i>k</i></code> || The name of the ''k''th team in round ''m''. Alternatively, use <code>RD<i>mh</i>-team<i>k</i></code> for the ''k''th team under header ''mh''. ||
|-
| <code>RD<i>m</i>-score<i>k</i></code><br /><code>RD<i>m</i>-score<i>k</i>-<i>l</i></code><br /><code>RD<i>m</i>-score<i>k</i>-<i>agg</i></code> || The score of (the ''l''th leg or aggregate score of) the ''k''th team in round ''m''. Alternatively, use <code>RD<i>mh</i>-score<i>k</i>...</code> for the ''k''th team under header ''mh''. Append the suffix <code>-<i>l</i></code> for the ''l''th leg or <code>-agg</code> for the aggregate score. ||
|-
| <code>RD<i>m</i>-text<i>k</i></code> || The text above the ''k''th match in round ''m''. Alternatively, use <code>RD<i>mh</i>-text<i>k</i></code> for the ''k''th match under header ''mh''. ||
Line 98:
| <code>compact</code> || set to <code>yes</code> to vertically condense the bracket. || <code>no</code>
|-
| <code>boldwinner</code> || set to <code>yes</code> to automatically bold the seed/team/score with the higher score in each match. || <code>no</code>
|}