Направо към съдържанието

Управление на филтъра срещу злоупотреби

Разлики между версиите

ЕлементВерсия от 09:38, 12 юни 2019 на IlievВерсия от 09:47, 12 юни 2019 на Iliev
Условия на филтъра
Условия:
user_name in [
user_name in [
     'Bulgaria2007',
     'Bulgaria2007',
]
]
& (
& (
     action == 'move'
     action == 'move'
     | (
     | (
         action == 'edit'
         action == 'edit'
         /* Check for non-talk NS, which is always an even number. */
         /* Check for non-talk NS, which is always an even number. */
         & page_namespace % 2 == 0
         & page_namespace % 2 == 0
         /* Exclude the Incubator from the restriction. */
         /* Exclude the Incubator from the restriction. */
         & ! page_prefixedtitle rlike '^Уикипедия:Инкубатор/.+'
         & ! page_prefixedtitle rlike '^Уикипедия:Инкубатор/.+'
        /* Exclude own User space. */
        & ! page_prefixedtitle rlike '^Потребител:' + user_name + '\b'
         /* Is it a new page? Use the slower, but more reliable test. */
         /* Is it a new page? Use the slower, but more reliable test. */
         & page_age == 0
         & page_age == 0
     )
     )
)
)