Modul:Lua banner: Unterschied zwischen den Versionen
Add parameter to disable protection level tracking, useful when a template only includes part of a module
(... and for module doc pages) |
(Add parameter to disable protection level tracking, useful when a template only includes part of a module) |
||
Zeile 74: | Zeile 74: | ||
if titleObj.namespace == 10 | if titleObj.namespace == 10 | ||
and not subpageBlacklist[titleObj.subpageText] | and not subpageBlacklist[titleObj.subpageText] | ||
and not args.noprotcat | |||
then | then | ||
local category = args.category | local category = args.category |