Content deleted Content added
Remove test code |
Force numbers as strings |
||
Line 53:
table.insert(t,'! scope="row" style="text-align: center; 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,'|'..tostring(games)..'\n')
table.insert(t,'|'..tostring(wins)..'\n')
table.insert(t,'|'..tostring(draws)..'\n')
table.insert(t,'|'..tostring(losses)..'\n')
table.insert(t,'|'..tostring(gfor)..'\n')
table.insert(t,'|'..tostring(gaig)..'\n')
table.insert(t,'|'..tostring(gdiff)..'\n')
table.insert(t,'| style="font-weight: bold;" |'..tostring(points)..'\n')
end
|