Form:Tournament: Difference between revisions
>Kypho No edit summary |
>Kypho No edit summary |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 25: | Line 25: | ||
; Divisions | ; Divisions | ||
{{{for template|Division|multiple|minimum instances=1|add button text=Add | {{{for template|Division|multiple|minimum instances=1|add button text=Add division}}} | ||
{| class="formtable" | {| class="formtable" | ||
! | ! Division | ||
| {{{field| | | {{{field|Division | ||
|input type=combobox | |||
|values=Open Pro,Women's Pro,Premier,Women's,Contender,Advanced,Intermediate,Beginner | |||
|placeholder=Type or pick (e.g., Open Pro)}}} | |||
|- | |- | ||
! Entrants | ! Entrants | ||
| Line 37: | Line 37: | ||
|} | |} | ||
{{{end template}}} | {{{end template}}} | ||
; Podiums | ; Podiums | ||
{{{for template|Podium|multiple|add button text=Add podium | {{{for template|Podium|multiple|add button text=Add podium}}} | ||
{| class="formtable" | {| class="formtable" | ||
! | ! Division | ||
| {{{field| | | {{{field|Division | ||
|input type=combobox | |||
|values=Open Pro,Women's Pro,Premier,Women's,Contender,Advanced,Intermediate,Beginner | |||
|placeholder=Must match a division above}}} | |||
|- | |- | ||
! Place | ! Place | ||
| {{{field|Place|input type=combobox|values=1,2, | | {{{field|Place|input type=combobox|values=1,2,3}}} | ||
|- | |- | ||
! Team | ! Team (page or new name) | ||
| {{{field|Team|input type=combobox | | {{{field|Team|input type=combobox|placeholder=Fowler/Doe or a team page}}} | ||
|} | |} | ||
{{{end template}}} | |||