Module:Sandbox/B2project/NHL Standings: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 93:
goalsag = tonumber(mw.text.trim(args[currentIdx+7])),
--goaldif = tonumber(teamInfo.goalsfor - teamInfo.goalsag),
--points = (teamInfo.wins*2)+(teamInfo.ties*1)+(teamInfo.OTlosses*1),
}
returnData.cIndicesRead = 5
Line 104:
teamInfo.goalsag = teamInfo.goalsag
teamInfo.goaldif = teamInfo.goaldif
teamInfo.points = (teamInfo.pointswins*2)+(teamInfo.ties*1)+(teamInfo.OTlosses*1)
return teamInfo
end, -- function readTeamInfo.default()