Changes

MyWikiBiz, Author Your Legacy — Tuesday October 21, 2025
Jump to navigationJump to search
Pywikibot 6.4.0
p = {}
p.stripzeros = function(frame)
x = tonumber(frame.args[1])
if x then
return x
else
return "Incorrect"
end
end
return p

Navigation menu