13,409
edits
(Created page with "require('Module:No globals') local yesno, makeMessageBox -- passed in from Module:Protected edit request local makeToolbar = require('Module:Toolbar')._main local getPagetype...") |
m (→top: Fixing name) |
||
Line 558: | Line 558: | ||
end | end | ||
local protectionCats = { | local protectionCats = { | ||
autoconfirmed = ' | autoconfirmed = 'Bharatpedia semi-protected edit requests', | ||
extendedconfirmed = ' | extendedconfirmed = 'Bharatpedia extended-confirmed-protected edit requests', | ||
templateeditor = ' | templateeditor = 'Bharatpedia template-protected edit requests', | ||
sysop = ' | sysop = 'Bharatpedia fully-protected edit requests', | ||
interfaceadmin = ' | interfaceadmin = 'Bharatpedia interface-protected edit requests' | ||
} | } | ||
addCat(protectionCats[boxProtectionLevel]) | addCat(protectionCats[boxProtectionLevel]) | ||
if self.titles:hasOtherProtectionLevel(boxProtectionLevel) then | if self.titles:hasOtherProtectionLevel(boxProtectionLevel) then | ||
addCat(' | addCat('Bharatpedia edit requests possibly using incorrect templates') | ||
end | end | ||
return table.concat(cats) | return table.concat(cats) |
edits