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 05:37, 19 August 2024 by Codename NoresteVersion from 22:51, 27 November 2024 by Codename Noreste
Basic information

Description:

(publicly viewable)
Non-admins/autopatrollers rapidly creating pages in main/talk page namespaces
Rapid page creation throttle
Notes:
Let's prevent non-autopatrollers and non-sysops from rapidly creating more than three pages in the last five minutes with this filter, but we exclude redirect page creations. -- Codename Noreste, June 26 2024
Let's prevent non-autopatrollers and non-sysops from rapidly creating more than three pages in the last five minutes with this filter, but we exclude redirect page creations. -- Codename Noreste, June 26 2024
Shortened the name, reoptimized, and limited to mainspace only. --Codename Noreste 22:51 27 Nov 2024
Filter conditions
Conditions:
!contains_any(user_groups, "autopatrol", "sysop") &
page_id == 0 &
equals_to_any(page_namespace, 0, 1) & page_id == 0 &
page_namespace == 0 &
!new_wikitext irlike "#REDIRECT"
!contains_any(user_groups, "autopatrol", "sysop", "bot") &
!(new_wikitext contains "#REDIRECT")