Module:Unsubst: Difference between revisions

Jump to navigation Jump to search
why not..
 
MeowyCats2 (talk | contribs)
m 3 revisions imported
 
(4 intermediate revisions by 3 users not shown)
Line 60: Line 60:
---- Not substing
---- Not substing
-- Just return the "body"
-- 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 '')
return frame.args['$B'] .. (frame.args['$N'] and frame:getParent():getTitle() == mw.title.getCurrentTitle().prefixedText and '' or '')
end
end
end
end


return p
return p