کاربر ناشناس
Updated from sandbox with namespace filtering for maintenance category
جز (۱ نسخه واردشده) |
(Updated from sandbox with namespace filtering for maintenance category) |
||
| خط ۲۰: | خط ۲۰: | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
local curNs = mw.title.getCurrentTitle().namespace | |||
p.missingTargetCat = | p.missingTargetCat = | ||
--Default missing target category, exported for use in related modules | --Default missing target category, exported for use in related modules | ||
'Articles with hatnote templates targeting a nonexistent page' | ((curNs == 0) or (curNs == 14)) and | ||
'Articles with hatnote templates targeting a nonexistent page' or nil | |||
local function getArgs(frame) | local function getArgs(frame) | ||