Content deleted Content added
No edit summary |
No edit summary |
||
Line 94:
goalsfor = tonumber(mw.text.trim(args[currentIdx+6])),
goalsag = tonumber(mw.text.trim(args[currentIdx+7])),
goaldif =
points =
}
returnData.cIndicesRead = 5
Line 105:
teamInfo.goalsfor = teamInfo.goalsfor
teamInfo.goalsag = teamInfo.goalsag
teamInfo.goaldif =
teamInfo.points =
return teamInfo
end, -- function readTeamInfo.default()
|