13,409
edits
(Created page with "-- This module implements Template:Pp-move-indef. local p = {} function p.main(title) if type(title) == 'string' then title = mw.title.new(title) elseif type(title)...") |
m (→top: Fixing name) |
||
Line 21: | Line 21: | ||
if level == 'sysop' or level == 'templateeditor' then | if level == 'sysop' or level == 'templateeditor' then | ||
if namespace == 2 or namespace == 3 then | if namespace == 2 or namespace == 3 then | ||
category = ' | category = 'Bharatpedia move-protected user and user talk pages' | ||
elseif namespace == 4 or namepace == 12 then | elseif namespace == 4 or namepace == 12 then | ||
category = ' | category = 'Bharatpedia move-protected project pages' | ||
elseif namespace == 100 then | elseif namespace == 100 then | ||
category = ' | category = 'Bharatpedia move-protected portals' | ||
elseif title.isTalkPage then | elseif title.isTalkPage then | ||
category = ' | category = 'Bharatpedia move-protected talk pages' | ||
else | else | ||
category = ' | category = 'Bharatpedia indefinitely move-protected pages' | ||
end | end | ||
else | else | ||
category = ' | category = 'Bharatpedia pages with incorrect protection templates' | ||
end | end | ||
edits