Module:Unsubst-infobox: रिवीजन सभ के बीचा में अंतर

Content deleted Content added
छो indentation
Remove $N parameter
लाइन 2:
 
local specialParams = {
['$N'] = 'template name', -- Deprecated, but keeping until it is removed from transcluding templates
['$B'] = 'template content',
}
Line 65 ⟶ 64:
---- Not substing
-- Just return the "body"
return frame.args['$B']
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