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 01:08, 22 August 2024 by Codename NoresteVersion from 03:34, 28 December 2024 by Codename Noreste
Basic information
Notes:
This filter tags all edits from blocked users who edit their own talk pages. Expecting a mix of unblock requests, talk page abuse, and/or some other stuff. Do not set this filter to any other action above tagging. -- Codename Noreste (August 21, 2024)
This filter tags all edits from blocked users who edit their own talk pages. Expecting a mix of unblock requests, talk page abuse, and/or some other stuff. Do not set this filter to any other action above tagging. -- Codename Noreste (August 21, 2024)
Placed the user_blocked variable at the very bottom of the filter since it can be expensive to generate (it runs on every edit). --Codename Noreste 03:34 28 Dec 2024
Filter conditions
Conditions:
page_namespace == 3 &
page_namespace == 3 &
user_name == page_title &
user_name == page_title &
user_blocked == true &
!("bot" in user_groups) &
!("bot" in user_groups)
user_blocked == true