Module:Sports table/WDL OT: Difference between revisions

Content deleted Content added
m adjust
restore
Line 153:
 
--Some sports use draw as well
else local point_perc = mm._precision_format((points) / (matches*win_points), 3)
local percentage_format = Args['percentage_format']
if percentage_format == 'hundred' or percentage_format == 100 then
local point_perc = mm._precision_format(((points) / (matches*win_points)*100), 2)
else local point_perc = mm._precision_format((points) / (matches*win_points), 3)
end
if matches == 0 then
-- Escape for zero matches