Module:Sports table: Difference between revisions

Content deleted Content added
m Typo
Proper linebreaks
Line 51:
-- Now build the rows
table.insert(t,'|-<br>') -- New row
table.insert(t,'! scope="row" style="text-align: center; background-color: transparent"|'..ii..'<br>\n') -- Position number
table.insert(t,'| style="text-align: left; white-space:nowrap"|'..Args[team_list[ii]]..'<br>\n') -- Team
table.insert(t,'|'..games..'<br>\n') -- Played
table.insert(t,'|'..wins..'<br>\n') -- Won
table.insert(t,'|'..draws..'<br>\n') -- Drawn
table.insert(t,'|'..losses..'<br>\n') -- Lost
table.insert(t,'|'..gfor..'<br>\n') -- GF
table.insert(t,'|'..gaig..'<br>\n') -- GA
table.insert(t,'|'..gdiff..'<br>\n') -- GD
table.insert(t,'| style="font-weight: bold;" |'..points..'<br>\n') -- Points
end
-- Close table
table.insert(t, '|}<br>')
-- Small text, footnotes