Bureaucrats, Moderators (CommentStreams), Interface administrators, Push subscription managers, Suppressors, Administrators
4,120
edits
>Pppery (Per WP:ACPERM, you need to be autoconfirmed to create pages in mainspace) |
m (1 revision imported) |
||
Line 77: | Line 77: | ||
return 'autoconfirmed' | return 'autoconfirmed' | ||
elseif action == 'create' and title.namespace % 2 == 0 and title.namespace ~= 118 then -- You need to be registered, but not autoconfirmed, to create non-talk pages other than drafts | elseif action == 'create' and title.namespace % 2 == 0 and title.namespace ~= 118 then -- You need to be registered, but not autoconfirmed, to create non-talk pages other than drafts | ||
return 'user' | return 'user' | ||
else | else | ||
Line 93: | Line 90: | ||
return p | return p | ||
[[Category:Modules subject to page protection|Effective protection level]] | |||
[[Category:Pages with script errors]] |