Template:Infobox Team: Difference between revisions
From Hattrick
Jump to navigationJump to search
m Created page with '<table class="infobox" style="float:right; font-size:88%;"><!-- === Names and Id's === -->{{#if:{{{teamname|{{{clubname|}}}}}}|<caption>'''{{{teamname|{{{clubname}}}}}}'''<!-- …' |
new policy |
||
| (51 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
<table class="infobox" style="float:right; font-size:88%;"><!-- | <table class="infobox" style="float:right; font-size:88%;"><!-- | ||
=== | === Name, ID and Logo === | ||
-->{{#if:{{{teamname|{{{clubname|}}}}}}|<caption>'''{{{teamname|{{{clubname}}}}}}'''<!-- | -->{{#if:{{{teamname|{{{clubname|}}}}}}|<caption>'''{{{teamname|{{{clubname}}}}}}'''<!-- | ||
-->{{#if:{{{teamid|}}}| | -->{{#if:{{{teamid|}}}| {{teamid|{{{teamid}}}}}|}}<!-- | ||
--></caption>|}}<!-- | --></caption>|}}<!-- | ||
-->{{#if:{{{ | -->{{#if:{{{image|}}}|<tr><td colspan="2" align="center">[[Image:{{{image}}}|{{#if:{{{imagesize|}}}|{{{imagesize}}}|255px}}]]</td></tr>|}}<!-- | ||
=== | === Additional Names === | ||
--> | -->{{#if:{{{fullname|}}}|{{infobox/row|label=Full name|data={{{fullname}}}}}|}}<!-- | ||
-->{{#if:{{{nickname|}}}|{{infobox/row|label=Nickname|data=''{{{nickname}}}''}}|}}<!-- | |||
=== | === Dates === | ||
-->{{#if:{{{ | -->{{#if:{{{founded|}}}|<tr><td>'''Founded'''</td><td>{{{founded}}}</td></tr>|}}<!-- | ||
-->{{#if:{{{ | -->{{#if:{{{abandoned|}}}|<tr><td>'''Abandoned'''</td><td>{{{abandoned}}}</td></tr>|}}<!-- | ||
=== Geographical Location and Group === | === Geographical Location and Group === | ||
-->{{#if:{{{region|{{{country|}}}}}}|<tr><td>'''Location'''</td><td><!-- | -->{{#if:{{{region|{{{country|}}}}}}|<tr><td>'''Location'''</td><td><!-- | ||
-->{{#if:{{{region|}}}| | -->{{#if:{{{region|}}}|{{{region}}}<!-- | ||
-->{{#if:{{{country|}}}| | -->{{#if:{{{country|}}}|<br>|}}<!-- | ||
-->|}}<!-- | -->|}}<!-- | ||
-->{{#if:{{{country|}}}|{{Flag|{{{country}}}}}|}}</td></tr>|<!-- | -->{{#if:{{{country|}}}|{{Flag|{{{country}}}}}|}}</td></tr>|<!-- | ||
-->}}<!-- | -->}}<!-- | ||
-->{{#if:{{{league|}}}| | -->{{#if:{{{league|}}}|{{infobox/row|label=League|data=[[{{{league}}} ({{{country}}})|{{{league}}}]]}}|}}<!-- | ||
=== Arena === | === Arena === | ||
-->{{#if:{{{arena|}}}|<tr><td>'''Arena'''</td><td>{{{arena}}} | -->{{#if:{{{arena|}}}|<tr><td>'''Arena'''</td><td>{{{arena}}}<!-- | ||
-->{{#if:{{{ | -->{{#if:{{{capacity|}}}| (capacity {{{capacity}}})</td></tr>|}}<!-- | ||
-->|}}<!-- | -->|}}<!-- | ||
=== Board of directors === | |||
-->{{#if:{{{manager|}}}|{{infobox/row|label=Manager|data={{{manager}}}}}|}}<!-- | |||
-->{{#if:{{{htuser|}}}|{{infobox/row|label=Manager|data=[[User:{{{htuser}}}|{{{htuser}}}]]}}|}}<!-- | |||
=== Coach === | === Coach === | ||
-->{{#if:{{{coach|}}}|<tr><td>'''Coach'''</td><td><!-- | -->{{#if:{{{coach|}}}|<tr><td>'''Coach'''</td><td><!-- | ||
-->{{#if:{{{ | -->{{#if:{{{countrycoach|}}}|{{flagicon|{{{countrycoach}}}}} |}}<!-- | ||
-->{{{coach}}}</td></tr>|}}<!-- | -->[[{{{coach}}}|{{{coach}}}]]</td></tr>|}}<!-- | ||
=== Fan Club === | === Fan Club === | ||
-->{{#if:{{{fanclub|}}}|<tr><td>'''Fan Club'''</td><td>{{{fanclub}}} | -->{{#if:{{{fanclub|}}}|<tr><td>'''Fan Club'''</td><td>{{{fanclub}}}<!-- | ||
-->{{#if:{{{ | -->{{#if:{{{fanclubsize|}}}| ({{{fanclubsize}}} members)</td></tr>|}}<!-- | ||
-->|}}<!-- | -->|}}<!-- | ||
=== | === Second Team === | ||
-->{{#if:{{{ | -->{{#if:{{{secondteam|}}}|{{infobox/row|label=Affiliated clubs|data=[[{{{secondteam}}}]]}}|}}<!-- | ||
=== Web === | |||
-->{{#if:{{{web|}}}|{{infobox/row|label=Web|data=[{{{web}}} Club home page]}}|}}<!-- | |||
=== Match Kits === | |||
-->{{#if:{{{homematchkit|{{{awaymatchkit}}}}}}|<tr><td colspan="2" align="center"><!-- | |||
-->{{#if:{{{homematchkit|}}}|[[File:{{{homematchkit}}}|150px|Home colours]]|}}<!-- | |||
-->{{#if:{{{awaymatchkit|}}}| [[File:{{{awaymatchkit}}}|150px|Away colours]]|}}</td></tr>}}<!-- | |||
--></table><noinclude> | --></table><noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||