"मोड्युल:Effective protection level" को बिचमी भिन्नता

Content deleted Content added
ना en:Module:Effective_protection_level बाट १ संशोधन(हरू)
imported>Jackmcbarn
handle extendedconfirmed
पंक्ति ४४:
elseif title.namespace == 6 then
return 'filemover'
elseif level == 'extendedconfirmed' then
return 'extendedconfirmed'
else
return 'autoconfirmed'
Line ५० ⟶ ५२:
local blacklistentry = mw.ext.TitleBlacklist.test(action, pagename)
if blacklistentry then
returnif not blacklistentry.params.autoconfirmed and 'autoconfirmed' or 'templateeditor'then
return 'templateeditor'
elseif level == 'extendedconfirmed' then
return 'extendedconfirmed'
else
return 'autoconfirmed'
end
elseif level == 'editsemiprotected' then -- create-semiprotected pages return this for some reason
return 'autoconfirmed'