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 18:56, 29 January 2024 by Codename NoresteVersion from 23:22, 29 January 2024 by Justarandomamerican
Basic information
Notes:
Imported from https://en.wikipedia.org/wiki/Special:AbuseFilter/803, but some changes are as they follow:
Imported from https://en.wikipedia.org/wiki/Special:AbuseFilter/803, but some changes are as they follow:


* Anonymous and non-confirmed users may not edit user pages; confirmed users and sysops can edit said pages.
* Anonymous and non-confirmed users may not edit user pages; confirmed users and sysops can edit said pages.
* For the users in these latter groups, they may not add the template {{unlocked userpage}} on another user's user page; it may only be done by the user themselves or a steward.
* For the users in these latter groups, they may not add the template {{unlocked userpage}} on another user's user page; it may only be done by the user themselves or a steward.
* No User:Sandbox user exists, so it was removed. --64andtim 18:56 29 Jan 2024
* No User:Sandbox user exists, so it was removed. --64andtim 18:56 29 Jan 2024
Change confirmed to autopatrolled, as confirmed is a test group. -Justa
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, "confirmed", "sysop") &
         !contains_any(user_groups, "autopatrolled", "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)
     )
     )
)
)