Difference between revisions of "Template:Player"
From YouthHawk
(and restored) |
|||
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {| class="infobox" style="width: 22em; margin: 1em; font-size: 11px; border:1px solid black; background-color: #f5faff;" align="right" | |
− | + | ||
− | + | ||
− | + | ||
− | style="width: 22em; margin: 1em; font-size: 11px; border:1px solid black; background-color: #f5faff;" align="right" | + | |
|- | |- | ||
− | + | | colspan="2" bgcolor="#CCCCFF" align="center" | '''<big>{{{name}}}</big>''' | |
− | | | + | |
− | + | ||
− | + | ||
− | | | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | { | + | |
− | + | ||
− | + | ||
|- | |- | ||
− | + | | colspan="2" align="center" | {{{image}}} | |
− | | | | + | |
|- | |- | ||
− | + | |'''Full Name''' | |
− | | | + | | {{{full_name}}} |
|- | |- | ||
− | + | |'''Date of Birth''' | |
− | | | + | | {{{dob}}} |
|- | |- | ||
− | + | |'''Age''' | |
− | | | + | | {{#dobcalc:{{{dob|}}}}} |
|- | |- | ||
− | + | |'''Place of Birth''' | |
− | | | + | | {{{pob}}} |
|- | |- | ||
− | + | |'''Position''' | |
− | | | + | | {{{pos}}} |
|- | |- | ||
− | + | | valign=top |'''Nationality''' | |
− | | | {{ | + | | {{{nat}}} |
+ | |- | ||
+ | |'''Current club''' | ||
+ | | {{{cclub}}} | ||
+ | |- | ||
+ | |'''Previous club/s''' | ||
+ | | {{{pclub}}} | ||
|- | |- | ||
− | |||
− | |||
− | |||
− | + | <noinclude> | |
− | </ | + | == Usage == |
+ | {| style="float: left; background-color: transparent;" | ||
+ | |<pre>{{Infobox| | ||
+ | | name = | ||
+ | | image = | ||
+ | | full_name = | ||
+ | | dob = | ||
+ | | pob = | ||
+ | | pos = | ||
+ | | nat = | ||
+ | | cclub = | ||
+ | | pclub = | ||
+ | }}</pre> | ||
+ | |} | ||
+ | </noinclude> |
Latest revision as of 17:37, 25 May 2018
{{{name}}} | |
{{{image}}} | |
Full Name | {{{full_name}}} |
Date of Birth | {{{dob}}} |
Age | |
Place of Birth | {{{pob}}} |
Position | {{{pos}}} |
Nationality | {{{nat}}} |
Current club | {{{cclub}}} |
Previous club/s | {{{pclub}}} |
{{Infobox| | name = | image = | full_name = | dob = | pob = | pos = | nat = | cclub = | pclub = }} |