٥٬٨٣٣
تعديل
أهلاً بكم، في الموسوعة القبطية الأرثوذكسية
كوبتيكبيديا>Jackmcbarn (bring in changes from sandbox) |
ط (مراجعة واحدة) |
||
| (٣ مراجعات متوسطة بواسطة مستخدمين اثنين آخرين غير معروضة) | |||
| سطر ٧٧: | سطر ٧٧: | ||
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 | ||