Module:Leading zeros
From EverybodyWiki Bios & Wiki
Documentation for this module may be created at Module:Leading zeros/doc
You can edit almost every page by Creating an account and confirming your email.
Documentation for this module may be created at Module:Leading zeros/doc
p = {}
p.stripzeros = function(frame)
x = tonumber(frame.args[1])
if x then
return x
else
return "Incorrect"
end
end
return p
This module "Leading zeros" is from Wikipedia if otherwise notified