Open main menu

Changes

Module:Transclusion count

37 bytes added, 00:41, 30 September 2020
add a truthy check too
if return_value == nil and frame.args[1] ~= nil then
local arg1=mw.ustring.match(frame.args[1], '[%d,]+')
if arg1 and arg1 ~= '' then return_value = tonumber(frame:callParserFunction('formatnum', arg1, 'R')) end
end