Module:Documentation: Difference between revisions

No edit summary
No edit summary
Line 23: Line 23:
end
end
if not args.nocat and not mw.isSubsting() then
if not mw.isSubsting() then
out = out .. '[[Category:Pages with templates requiring substitution]]'
out = f:preprocess( out )
if not args.nocat then
out = out .. '[[Category:Pages with templates requiring substitution]]'
end
end
end