Управление фильтром злоупотреблений

Перейти к навигации Перейти к поиску

Различия между версиями

ЭлементВерсия участника MattL от 03:28, 19 мая 2023Версия участника MattL от 03:41, 19 мая 2023
Условия фильтрации
Условия:
/* (!"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 */