Content deleted Content added
exclude total row from totals |
MusikBot II (talk | contribs) m Changed protection settings for "Module:Sports table/totalscheck": High-risk template or module 33477 transclusions (more info) ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)) |
||
(One intermediate revision by one other user not shown) | |||
Line 13:
-- First get code
local team_code_ii = team_list[ii]
if
-- Now tabulate values
wtotal = wtotal + (tonumber(Args['win_'..team_code_ii]) or 0)
|