Template:Podium row: Difference between revisions

Refresh generated page templates and styles
Render podium rows directly from stored metadata
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="sw-podium-row sw-podium-row--place-{{{Place}}}">
<tr>
  <div class="sw-podium-row__place">{{{Place}}}</div>
<td class="sw-podium-place">{{{Place}}}</td>
  <div class="sw-podium-row__body">
<td>{{Podium team summary inner|Page={{{Team}}}|Name={{{TeamName|}}}|ShortPlayers={{{ShortPlayers|}}}}}</td>
    <div class="sw-podium-row__team">[[{{{Team}}}]]</div>
</tr>
    {{Podium team players|Team={{{Team}}}}}
  </div>
</div>