Module:Build bracket/doc: Difference between revisions

Content deleted Content added
Line 102:
 
=== Path codes ===
Path codes are entered in the form <code>a/b-c/d</code>, <code>a-c/d</code>, or <code>a/b-c</code>, where <code>a</code>, <code>b</code> are the row numbers in the starting column, and <code>c</code>, <code>d</code> are the row numbers in the ending column.
{| class="wikitable"
|-
! Example !! Output
|-
|<code>1/2-3/4</code>
| {{#invoke:Build bracket|main|rounds=2|noheaders=yes|col1-teamsmatches=1,2|col2-teamsmatches=3,4|col1-col2-paths=1/2-3/4}}
|-
|<code>(1,5)-3/4</code>
| {{#invoke:Build bracket|main|rounds=2|noheaders=yes|col1-teamsmatches=1,25|col2-teamsmatches=3,4|col1-col2-paths=(1,5)-3/4}}
|-
|<code>1/2-3-(1,5)</code>
| {{#invoke:Build bracket|main|rounds=2|noheaders=yes|col1-teamsmatches=1,23|col2-teamsmatches=31,45|col1-col2-paths=1/2-3-(1,5)}}
|}