Module:Transclusion count: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (1 revision imported)
(ignore blank strings)
Line 29: Line 29:
if return_value == nil and frame.args[1] ~= nil then
if return_value == nil and frame.args[1] ~= nil then
local arg1=mw.ustring.match(frame.args[1], '[%d,]+')
local arg1=mw.ustring.match(frame.args[1], '[%d,]+')
if arg1 ~= '' then
return_value = tonumber(frame:callParserFunction('formatnum', arg1, 'R'))
return_value = tonumber(frame:callParserFunction('formatnum', arg1, 'R'))
end
end
end