Bots, trusted
7,437
edits
>SD0001 (replace class param with a new id param for better parsing by scripts (class param was added by me in Jan 2019; it's completely unused and was never documented anywhere)) |
WikiDwarfBOT (talk | contribs) m (→top: robot:, replaced: wp: → BP: (7)) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 8: | Line 8: | ||
local namespaceCategories = { | local namespaceCategories = { | ||
all = { function() return true end }, | all = { function() return true end }, | ||
main = { 0, '[[ | main = { 0, '[[BP:mainspace|main]]' }, | ||
help = { 12, '[[ | help = { 12, '[[BP:help namespace|help]]' }, | ||
portal = { 100, '[[ | portal = { 100, '[[BP:portal|portal]]' }, | ||
talk = { function(n) return n > 0 and n%2 == 1 end, '[[Help:Using talk pages|talk]]' }, | talk = { function(n) return n > 0 and n%2 == 1 end, '[[Help:Using talk pages|talk]]' }, | ||
template = { 10, '[[ | template = { 10, '[[BP:template namespace|template]]' }, | ||
bharatpedia = { 4, '[[BP:project namespace|Bharatpedia project]]' }, | |||
category = { 14, '[[ | category = { 14, '[[BP:categorization|category]]' }, | ||
user = { 2, '[[ | user = { 2, '[[BP:user pages|user]]' }, | ||
} | } | ||