Abuse filter management

Abuse Filter navigation (Home | Recent filter changes | Examine past edits | Abuse log)
Jump to navigation Jump to search

Differences between versions

ItemVersion from 23:22, 29 January 2024 by JustarandomamericanVersion from 02:51, 30 January 2024 by Justarandomamerican
Filter conditions
Conditions:
page_namespace == 2 &
page_namespace == 2 &
!('/' in page_title) &
!('/' in page_title) &
page_title != user_name & (
page_title != user_name & (
     template := "{{unlocked userpage}}";
     template := "{{unlocked userpage}}";


     (
     (
         !contains_any(user_groups, "autopatrolled", "sysop") &
         !contains_any(user_groups, "autopatrol", "sysop") &
         !(template in old_wikitext)
         !(template in old_wikitext)
     ) | (
     ) | (
         (
         (
             (
             (
                 removed_lines contains template &
                 removed_lines contains template &
                 !(template in added_lines)
                 !(template in added_lines)
             ) | (
             ) | (
                 added_lines contains template &
                 added_lines contains template &
                 !(template in removed_lines)
                 !(template in removed_lines)
             )
             )
         ) &
         ) &
         !("steward" in user_groups)
         !("steward" in user_groups)
     )
     )
)
)