Module:Effective protection level: Difference between revisions
Appearance
Per WP:ACPERM, you need to be autoconfirmed to create pages in mainspace |
Orangestar (talk | contribs) m Text replacement - "[[WP:" to "[[wikipedia:WP:" |
||
(One intermediate revision by the same user not shown) | |||
Line 78: | Line 78: | ||
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 | ||
if title.namespace == 0 then | if title.namespace == 0 then | ||
return 'autoconfirmed' -- Per [[WP:ACPERM]], you need to be autoconfirmed to create pages in mainspace | return 'autoconfirmed' -- Per [[wikipedia:WP:ACPERM]], you need to be autoconfirmed to create pages in mainspace | ||
end | end | ||
return 'user' | return 'user' |