Module:Unsubst/sandbox: Difference between revisions

Content deleted Content added
tweak error messages and add a comment
Jackmcbarn (talk | contribs)
track usage of $N
Line 60:
---- 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 '')
return frame.args['$B']
end
end