Form:Player: Difference between revisions
>Kypho Created page with "<noinclude> This form creates/edits player pages using Template:Player. </noinclude> {{{for template|Player}}} ;Name: {{{field|Name|input type=text|mandatory}}} ;Country: {{{field|Country|input type=combobox|values=USA,Canada,Mexico,UK,Germany,France,Australia,New Zealand,Other}}} ;Handedness: {{{field|Handedness|input type=dropdown|values=Right,Left,Ambidextrous}}} ;Active years: {{{field|ActiveYears|input type=text|placeholder=2016–2023}}} ;Primary team: {{{field..." |
>Kypho No edit summary |
||
| (19 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{{for template|Player}}} | {{{for template|Player}}} | ||
{| class="formtable" | |||
! Name | |||
| {{{field|Name|mandatory|size=40|default={{PAGENAME}}}}} | |||
|- | |||
! Nickname/Handle | |||
| {{{field|Nickname|size=24}}} | |||
|- | |||
! Hometown | |||
| {{{field|Hometown|size=40|placeholder=City, State/Region, Country}}} | |||
{{{ | |- | ||
{{{ | ! Height | ||
| <span class="pf-inline"> | |||
{{{field|HeightFeet|input type=number|min=4|max=7|size=2|class=w-ft}}} <span class="pf-sfx">ft</span> | |||
{{{field|HeightInches|input type=number|min=0|max=11|size=2|class=w-in}}} <span class="pf-sfx">in</span> | |||
</span> | |||
|- | |||
! Active (years) | |||
| <span class="pf-inline"> | |||
{{{field|ActiveFromYear|input type=number|class=w-year}}} | |||
<span class="pf-sfx">–</span> | |||
{{{field|ActiveToYear|input type=number|class=w-year|placeholder=present}}} | |||
</span> | |||
|- | |||
! Photo | |||
| {{{field|Photo|input type=upload}}} | |||
|- | |||
! Social links | |||
| {{{field|Social|input type=tokens|delimiter=,|placeholder=https://…}}} | |||
|} | |||