Content deleted Content added
Some leading spaces |
Normal font weight for position number |
||
Line 50:
-- Now build the rows
table.insert(t,'|-\n')
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')
table.insert(t,'| '..games..'\n')
table.insert(t,'| '..wins..'\n')
table.insert(t,'| '..draws..'\n')
table.insert(t,'| '..losses..'\n')
table.insert(t,'| '..gfor..'\n')
table.insert(t,'| '..gaig..'\n')
table.insert(t,'| '..gdiff..'\n')
table.insert(t,'| style="font-weight: bold;" | '..points..'\n')
end
|