Changes
rename
]]
local title
local namespace = args['namespacetntns'] or '' if (namespace ~= '') -- Checks for namespace tntns parameter for custom ns.
then
title = this.title(namespace, pagename) -- Costly
end
arguments['template'] = title -- override the existing parameter of the base template name supplied with the full name of the actual template expanded
arguments['namespacetntns'] = nil -- discard the specified namespace override
arguments['uselang'] = args['uselang'] -- argument forwarded into parent frame
arguments['noshift'] = args['noshift'] -- argument forwarded into parent frame