Form:Player: Difference between revisions
>Kypho No edit summary |
>Kypho No edit summary |
||
| (18 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://…}}} | |||
|} | |||