Module:Sports table/WDL: Difference between revisions

Content deleted Content added
fix drop of leading zero
fix
Line 256:
win_perc = '—'
ppg = '—'
elseif losses > 0 andor draws > 0 then
-- Drop the leading zero (from the string)
win_perc = string.sub(win_perc,2,string.len(win_perc))