Module:Sports table/WDL: Difference between revisions

Content deleted Content added
add option for ranking by points per game for 2003–04 Iraqi Premier League
precision for ppg
Line 214:
--Some sports use draw as well
local win_perc = mm._precision_format((2*wins + draws) / (2*matches), 3)
local ppg = mm._precision_format(points / matches, 32)
if matches == 0 then
-- Escape for zero matches