|
|
| (8 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| <div class="team-card"> | | <includeonly>{{#invoke:TeamCard|get|team={{{name|{{PAGENAME}}}}}|image={{{image|}}}|page={{{Page|{{{page|}}}}}}}}</includeonly> |
| <div class="team-card-header">
| |
| {{#if:{{{image|}}}|[[File:{{{image}}}|50px|link={{{team}}}]]}}
| |
| [[{{{team}}}]]
| |
| </div>
| |
| <div class="team-card-players">
| |
| {{#if:{{{p1|}}}|<div class="player-row">1. [[{{{p1}}}]]</div>}}
| |
| {{#if:{{{p2|}}}|<div class="player-row">2. [[{{{p2}}}]]</div>}}
| |
| {{#if:{{{p3|}}}|<div class="player-row">3. [[{{{p3}}}]]</div>}}
| |
| {{#if:{{{p4|}}}|<div class="player-row">4. [[{{{p4}}}]]</div>}}
| |
| {{#if:{{{sub|}}}|<div class="player-row" style="color:#888; font-size:0.9em;">''Sub:'' [[{{{sub}}}]]</div>}}
| |
| </div>
| |
| </div><noinclude>[[Category:Templates]]</noinclude>
| |