Module:Unsubst: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
m
all uses removed
(add tracking category per protected edit request by User:Jackmcbarn)
m (all uses removed)
Line 2:
 
local specialParams = {
['$N'] = 'template name', -- Deprecated, but keeping until it is removed from transcluding templates
['$B'] = 'template content',
}
Line 60 ⟶ 59:
---- 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
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu