Module:Sports table/College: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 338:
local losses_GB = (tonumber(Args['closs_'..team_list[GB_team_no]]) or 0)
local ties_GB = (tonumber(Args['ctie_'..team_list[GB_team_no]]) or 0)
local GB_num = (wins_GB-winscwins+lossesclosses-losses_GB)/2 + (ties_GB - tiescties)
-- Display options
if GB_num >0 then