Module:DropsLine: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
Line 740:
else
local a = tonumber(clean)
if a == nil or a < low then
a = 0
end
if a < low then
low = a
end
if a ~= nil and a > high then
high = a
end

Navigation menu