ഈ ഘടകത്തിന്റെ വിവരണം ഘടകം:Leading zeros/വിവരണം എന്ന താളിൽ നിർമ്മിക്കാവുന്നതാണ്
p = {} p.stripzeros = function(frame) x = tonumber(frame.args[1]) if x then return x else return "Incorrect" end end return p