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

Content deleted Content added
No edit summary
No edit summary
Line 132:
 
} -- readTeamInfo object
 
if teamInfo.goaldif>0 then
teamInfo.goaldif='+'..teamInfo.goaldif
elseif teamInfo.goaldif<0 then
teamInfo.goaldif='&minus;'..teamInfo.goaldif
end
 
local generateTableHeader = {