Module:Leading zeros

From Chalo Chatu, Zambia online encyclopedia
Revision as of 13:10, 22 September 2019 by Icem4k (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

p = {} p.stripzeros = function(frame) x = tonumber(frame.args[1]) if x then return x else return "Incorrect" end end return p