Module:Sports table/College: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 310:
-- Do nothing, it's vs this team
else
local wins_GB = (tonumber(Args['hwin_cwin_'..team_list[GB_team_no]]) or 0) + (tonumber(Args['awin_ncwin_'..team_list[GB_team_no]]) or 0)
local losses_GB = (tonumber(Args['hloss_closs_'..team_list[GB_team_no]]) or 0) + (tonumber(Args['aloss_ncloss_'..team_list[GB_team_no]]) or 0)
local draws_GB = (tonumber(Args['hdraw_cdraw_'..team_list[GB_team_no]]) or 0) + (tonumber(Args['adraw_ncdraw_'..team_list[GB_team_no]]) or 0)
local GB_num = (wins_GB-wins+losses-losses_GB)/2 + (draws_GB - draws)
-- Display options