ArticleTemplates/footballTemplateTable.html (13 lines of code) (raw):
<div class="football__today__table">
<h2 class="football__label">League Table</h2>
<table class="table table--football">
<tr>
<th class="football-stat--postition"><abbr title="Position">Pos</abbr></th>
<th class="football-stat--team">Team</th>
<th class="football-stat--played"><abbr title="Played">P</abbr></th>
<th class="football-stat--difference"><abbr title="Goal difference">GD</abbr></th>
<th class="football-stat--points"><abbr title="Points">Pts</abbr></th>
</tr>
__FOOTBALL_TABLE_ENTRY__
</table>
</div>