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

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

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

ЭлементВерсия участника MattL от 22:36, 18 мая 2023Версия участника MattL от 22:37, 18 мая 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 rlike "\\[\\[Category:[A-Za-z0-9]+\\]\\]") /* and the page does not have a category */
!(article_text rlike "\\[\\[Category:[A-Za-z0-9]+(\\|[A-Za-z0-9]+)?\\]\\]") /* and the page does not have a category */
/* then prohibit saving */
/* then prohibit saving */