|
|
| Line 1: |
Line 1: |
| <table class="infobox" style="float:right; font-size:88%;"><!-- | | <table class="infobox" style="float:right; font-size:88%;"><!-- |
|
| |
|
| === Names and Id's === | | === Image === |
| -->{{#if:{{{playername|{{{name|}}}}}}|<caption>'''{{{playername|{{{name}}}}}}'''<!--
| |
| -->{{#if:{{{playerid|}}}| {{Template:playerid|{{{playerid}}}}}|}}<!--
| |
| --></caption>|}}<!--
| |
| -->{{#if:{{{image|}}}|<tr><td colspan="4" align="center">[[File:{{{image}}}]]</td></tr>|}}<!-- | | -->{{#if:{{{image|}}}|<tr><td colspan="4" align="center">[[File:{{{image}}}]]</td></tr>|}}<!-- |
|
| |
| === Additional names ===
| |
| -->{{#if:{{{playername|{{{fullname|}}}}}}|<tr><td colspan="4" style="background: #b0c4de; text-align: center">'''Personal Information'''</td></tr>{{infobox/row|label=Full name|data={{{fullname}}}}}|}}<!--
| |
| -->{{#if:{{{nickname|}}}|{{infobox/row|label=Nickname|data=''{{{nickname}}}''}}|}}<!--
| |
|
| |
| === Geographical Location and Group ===
| |
| -->{{#if:{{{birthyear|{{{birthmonth|{{{birthday|}}}}}}}}}|{{infobox/row|label=Age|data={{Age|{{{birthyear}}}|{{{birthmonth}}}|{{{birthday}}}}}}}}}<!--
| |
|
| |
| -->{{#if:{{{region|}}}|{{infobox/row|label=Region|data={{Flag|{{{region}}}}}}}|}}<!--
| |
|
| |
| -->{{#if:{{{country|}}}|{{infobox/row|label=Country|data={{Flag|{{{country}}}}}}}|}}<!--
| |
|
| |
| === Status ===
| |
| -->{{#if:{{{status|}}}{{infobox/row|label=Status|data={{{status}}}}}|}}<!--
| |
|
| |
| === Position ===
| |
| -->{{#if:{{{position|}}}|{{infobox/row|label=Position|data={{{position}}}}}|}}<!--
| |
|
| |
| === Skill level ===
| |
| -->{{#if:{{{skilllevel|}}}|{{infobox/row|label=Skill level|data={{{skilllevel}}}}}|}}<!--
| |
|
| |
| === Current team ===
| |
| -->{{#if:{{{currentteam|}}}|{{infobox/row|label=Current team|data={{{currentteam}}}}}|}}<!--
| |
|
| |
|
| </table><noinclude> | | </table><noinclude> |
| Line 35: |
Line 9: |
| == Example == | | == Example == |
| {{Infobox Staff | | {{Infobox Staff |
| | playername = Ed Cant
| |
| | playerid = 2931777
| |
| | image = Ed Cant (2931777).png | | | image = Ed Cant (2931777).png |
| | fullname = Edward Cant
| |
| | nickname = Cant
| |
| | birthyear = 1996
| |
| | birthmonth = 10
| |
| | birthday = 3
| |
| | country = Canada
| |
| | status = Active
| |
| | position = [[Coach]], former [[forward]]
| |
| | currentteam = {{Flagicon|COL}} [[Once Toques]]
| |
| }} | | }} |
| Infobox Staff of [[Ed Cant]]. | | Infobox Staff of [[Ed Cant]]. |
| </noinclude> | | </noinclude> |