Open main menu
Home
Random
Log in
Settings
About MyWikiBiz
Disclaimers
MyWikiBiz
Search
Changes
Module:Leading zeros
(view source)
Revision as of 23:31, 15 July 2021
133 bytes added
,
23:31, 15 July 2021
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
Zoran
Bureaucrats
,
Interface administrators
,
Administrators
10,082
edits