Difference between revisions of "Template:Player"
From YouthHawk
| 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}}} | |
| − | | | | + | |
|- | |- | ||
| − | + | |{{0}}'''Full Name''' | |
| − | | | + | | {{{full_name}}} |
|- | |- | ||
| − | + | |{{0}}'''Date of Birth''' | |
| − | | | + | | {{{dob}}} |
|- | |- | ||
| − | + | |{{0}}'''Place of Birth''' | |
| − | | | + | | {{{pob}}} |
|- | |- | ||
| − | + | |{{0}}'''Position''' | |
| − | | | + | | {{{pos}}} |
|- | |- | ||
| − | + | | valign=top | {{0}}'''Nationality''' | |
| − | | | | + | | {{{nat}}} |
|- | |- | ||
| − | + | |{{0}}'''Current club''' | |
| − | + | | {{{cclub}}} | |
|- | |- | ||
| − | + | |{{0}}'''Previous club/s''' | |
| − | | | + | | {{{pclubs}}} |
|} | |} | ||
| − | + | <noinclude> | |
| − | </ | + | == Usage == |
| + | {| style="float: left; background-color: transparent;" | ||
| + | |<pre>{{Infobox| | ||
| + | | name = | ||
| + | | image = | ||
| + | | full_name = | ||
| + | | dob = | ||
| + | | pob = | ||
| + | | pos = | ||
| + | | nat = | ||
| + | | cclub = | ||
| + | | pclub = | ||
| + | }}</pre> | ||
| + | |} | ||
| + | </noinclude> | ||
Revision as of 19:16, 5 February 2014
| {{{name}}} | |
| {{{image}}} | |
| Full Name | {{{full_name}}} |
| Date of Birth | {{{dob}}} |
| Place of Birth | {{{pob}}} |
| Position | {{{pos}}} |
| Nationality | {{{nat}}} |
| Current club | {{{cclub}}} |
| Previous club/s | {{{pclubs}}} |
Usage
{{Infobox|
| name =
| image =
| full_name =
| dob =
| pob =
| pos =
| nat =
| cclub =
| pclub =
}}
|