Module:NBA team standings: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 44:
local function winpct(w, l)
if (w + l) > 0 then
return rnd(w / (w + l), 32):gsub('^0', '')
end
return '–'