Module:Sports table: Difference between revisions

Content deleted Content added
Some leading spaces
Normal font weight for position number
Line 50:
-- Now build the rows
table.insert(t,'|-\n') -- New row
table.insert(t,'! scope="row" style="text-align: center; font-weight: normal; background-color: transparent"| '..ii..'\n') -- Position number
table.insert(t,'| style="text-align: left; white-space:nowrap"| '..Args[team_list[ii]]..'\n') -- Team
table.insert(t,'| '..games..'\n') -- Played
table.insert(t,'| '..wins..'\n') -- Won
table.insert(t,'| '..draws..'\n') -- Drawn
table.insert(t,'| '..losses..'\n') -- Lost
table.insert(t,'| '..gfor..'\n') -- GF
table.insert(t,'| '..gaig..'\n') -- GA
table.insert(t,'| '..gdiff..'\n') -- GD
table.insert(t,'| style="font-weight: bold;" | '..points..'\n') -- Points
end