Module:Sports table/totalscheck: Difference between revisions

Content deleted Content added
exclude total row from totals
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 team_codeteam_code_ii ~= 'SPORTS_TABLE_TOTAL' then
-- Now tabulate values
wtotal = wtotal + (tonumber(Args['win_'..team_code_ii]) or 0)