Content deleted Content added
←Created page with '== Description == This template is intended to be used to create and edit intricate sports brackets that cannot be made by Module:RoundN or Module:Team bracket. For example, additional headers (for double-elimination brackets; 3rd-, 5th-, 7th-place matches; etc), singular omitted matches (i.e., having a horizonal line instead of a match), and ''N''-way brackets (''N'' teams per match). The syntax is slightly more complicated than the aforementioned...' |
|||
Line 62:
! Parameter !! Description
|-
| <code>rounds</code> || number of rounds (columns)
|-
| <code>rows</code> || number of rows
|-
| colspan=2 |
|-
| <code><i>n</i>-<i>m</i></code> || Entry for row ''n'' column ''m''. Valid entries are<code>header</code>, <code>team</code>, or <code>text</code>. Note: {{para|0-m}} will only accept <code>header</code> for all ''m''.
|-
| <code><i>n</i>-<i>m</i>a</code> || The line path code directly after ''n'' column ''m''. See below for details.
|-
| colspan=2 |
|-
| <code>RD<i>m</i></code><br /><code>RD<i>m</i>-<i>k</i></code> || The header text of the (''k''th) header in round ''m''.
|-
| <code>RD<i>m</i>-seed<i>k</i></code> || The seed of the ''k''th team in round ''m''.
|-
| <code>RD<i>m</i>-team<i>k</i></code> || The name of the ''k''th team in round ''m''.
|-
| <code>RD<i>m</i>-score<i>k</i></code><br /><code>RD<i>m</i>-score<i>k</i>-<i>l</i></code> || The score of (the ''l''th leg of) the ''k''th team in round ''m''.
|-
| <code>RD<i>m</i>-text<i>k</i></code> || The text of the ''k''th text entry in round ''m''.
|-
| colspan=2 |
|-
| <code>seed-width</code> || the width of the cells for seeds. Plain numbers are assumed to be in px units (e.g., <code>25</code> or 25px <code>2em</code> for 2em)
Line 72 ⟶ 92:
| <code>score-width</code> || the width of the cells for scores. Plain numbers are assumed to be in px units (e.g., <code>25</code> or 25px <code>2em</code> for 2em)
|-
| <code>
|-
| <code>
|-
| <code>RD<i>
|-
| <code>
|-
| <code>RD<i>m</i>-shade</code><br /><code>RD<i>m</i>-<i>k</i>-shade</code> || the background color (in hex format, e.g. <code>#ABCDEF</code>) of the (''k''th) header in round ''m''. Overrides {{para|RD-shade}}.
|-
| <code>RD<i>m</i>-score<i>k</i>-shade</code><br /><code>RD<i>m</i>-score<i>k</i>-<i>l</i>-shade</code> || the background color (in hex format, e.g. <code>#ABCDEF</code>) the (''l''th leg of) ''k''th team's score round ''m''.
|}
|