Template:Infobox Staff: Difference between revisions
From Hattrick
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
=== Image === | === Image === | ||
-->{{#if:{{{image|}}}|<tr><td colspan="4" align="center">[[File:{{{image}}}]]</td></tr>|}}<!-- | -->{{#if:{{{image|}}}|<tr><td colspan="4" align="center">[[File:{{{image}}}]]</td></tr>|}}<!-- | ||
=== Status === | |||
-->{{#if:{{{status|}}}|{{infobox/row|label=Status|data={{{status}}}}}|}}<!-- | |||
=== Position === | |||
-->{{#if:{{{position|}}}|{{infobox/row|label=Position|data={{{position}}}}}|}}<!-- | |||
=== Current team === | |||
-->{{#if:{{{currentteam|}}}|{{infobox/row|label=Current team|data={{{currentteam}}}}}|}}<!-- | |||
</table><noinclude> | </table><noinclude> | ||
| Line 9: | Line 18: | ||
== Example == | == Example == | ||
{{Infobox Staff | {{Infobox Staff | ||
| | | image = Ed Cant (2931777).png | ||
}} | }} | ||
Infobox Staff of [[Ed Cant]]. | Infobox Staff of [[Ed Cant]]. | ||
</noinclude> | </noinclude> | ||