Module:Sports table/Wrestling: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 113:
end
if full_table then
-- Use actual values if wins, draws, and losses are not numeric
if (wins == 0 and draws == 0 and losses == 0) then
local function numorval(s)
return s and ((s == '' and 0) or tonumber(s) or s) or 0