Module:Sports table/College: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 335:
-- Do nothing, it's vs this team
else
local wins_GB = (tonumber(Args['cwin_'..team_list[GB_team_no]]) or 0)
local +losses_GB = (tonumber(Args['ncwin_closs_'..team_list[GB_team_no]]) or 0)
local losses_GBties_GB = (tonumber(Args['closs_'..team_list[GB_team_no]]) or 0) + (tonumber(Args['ncloss_ctie_'..team_list[GB_team_no]]) or 0)
local ties_GB = (tonumber(Args['ctie_'..team_list[GB_team_no]]) or 0) + (tonumber(Args['nctie_'..team_list[GB_team_no]]) or 0)
local GB_num = (wins_GB-wins+losses-losses_GB)/2 + (ties_GB - ties)
-- Display options