Module:Sports table/WDL OT: Difference between revisions

Content deleted Content added
adjust calculation
adjust
Line 157:
-- Escape for zero matches
point_perc = '—'
elseif points ~= (matches*win_points) then
elseif losses > 0 and PKlosses > 0 and PKwins > 0 and OTlosses > 0 and draws > 0 and OTwins > 0 then
-- Drop the leading zero (from the string)
point_perc = string.sub(point_perc,2,string.len(point_perc))