"ମଡ୍ୟୁଲ:Transclusion count" ପୃଷ୍ଠାର ସଂସ୍କରଣ‌ଗୁଡ଼ିକ ମଧ୍ୟରେ ତଫାତ

Content deleted Content added
ଟିକେ en:Module:Transclusion_countରୁ ୧ ଗୋଟି ସଂସ୍କରଣ ଅଣାଗଲା: ନୂଆ
ignore blank strings
୨୯ କ ଧାଡ଼ି:
if return_value == nil and frame.args[1] ~= nil then
local arg1=mw.ustring.match(frame.args[1], '[%d,]+')
if arg1 ~= '' then
return_value = tonumber(frame:callParserFunction('formatnum', arg1, 'R'))
end
end