|
|
| /* (!"sysop" in user_groups) & */ /* If not admin */ | | /* (!"sysop" in user_groups) & */ /* If not admin */ |
| (page_namespace == 0 | page_namespace == 6) & /* and the page is in the main or file namespaces*/ | | (page_namespace == 0 | page_namespace == 6) & /* and the page is in the main or file namespaces*/ |
| !(article_text rlike "^==(?!=[^=]*==)[^=]+==$") & /* and NOT editing a section */ | | !(article_text rlike "^==(?!=[^=]*==)[^=]+==$") & /* and NOT editing a section */ |
| !(article_text rlike "^(.*\n)*==(?!=[^=]*==)[^=]+==\n?$") & /* and instead editing either the whole artricle or the last section */ | | !(article_text rlike "^(.*\n)*==(?!=[^=]*==)[^=]+==\n?$") & /* and instead editing either the whole artricle or the last section */ |
| !(article_text irlike "\[\[Category:[^\]]\]\]") /* and the page does not have a category */ | | !(article_text irlike "[\[\[Category\:]+[^]+[\]\]]") /* and the page does not have a category */ |
| /* then prohibit saving */ | | /* then prohibit saving */ |