Module:Effective protection level: Difference between revisions
Module:Effective protection level (view source)
Revision as of 21:44, 15 January 2024
, 15 January 2024Per WP:ACPERM, you need to be autoconfirmed to create pages in mainspace
imported>Stuwisi m (1 revision imported) |
w>Pppery (Per WP:ACPERM, you need to be autoconfirmed to create pages in mainspace) |
||
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 | ||
if title.namespace == 0 then | |||
return 'autoconfirmed' -- Per [[WP:ACPERM]], you need to be autoconfirmed to create pages in mainspace | |||
end | |||
return 'user' | return 'user' | ||
else | else |