Jump to content

Module:For and Module:For/sandbox: Difference between pages

(Difference between pages)
Content deleted Content added
don't add talk pages and pages in the user namespace to Category:Hatnote templates with errors – this is similar to Module:Other uses of and Module:Hatnote
 
don't categorize talk pages and userspace
 
Line 26: Line 26:
for k, v in two(ipairs(args)) do table.insert(pages, v) end
for k, v in two(ipairs(args)) do table.insert(pages, v) end
local title = mw.title.getCurrentTitle()
local title = mw.title.getCurrentTitle()
local skipCat = title.isTalkPage or title.namespace == 2 --don't categorise talk pages and userspace
--'t categorise talk pages and userspace
local skipCat = title.isTalkPage or title.namespace == 2
local oddCat = skipCat and '' or '[[Category:Hatnote templates using unusual parameters]]'
local oddCat = skipCat and '' or '[[Category:Hatnote templates using unusual parameters]]'
local category = yesNo(args.category)
local category = yesNo(args.category)