Changes
Jump to navigation
Jump to search
m
['$N'] = 'template name', -- Deprecated, but keeping until it is removed from transcluding templates
all uses removed
local specialParams = {
['$B'] = 'template content',
}
---- Not substing
-- Just return the "body"
return frame.args['$B'] .. (frame.args['$N'] and frame:getParent():getTitle() == mw.title.getCurrentTitle().prefixedText and '[[Category:Calls to Module:Unsubst that use $N]]' or '')
end
end
return p