Module:Sports table: Difference between revisions

Content deleted Content added
Deal with non-existant team code
Try tostring for negative numbers in gdiff
Line 61:
table.insert(t,'| '..gfor..'\n') -- GF
table.insert(t,'| '..gaig..'\n') -- GA
table.insert(t,'| '..tostring(gdiff)..'\n') -- GD
table.insert(t,'| style="font-weight: bold;" | '..points..'\n') -- Points
end