Edit filter configuration

Differences between versions

ItemVersion from 22:25, 14 October 2022 by Suffusion of YellowVersion from 08:02, 7 July 2023 by 0xDeadbeef
Basic information
Notes:
Allow one edit in 30 minutes before tripping; so many FPs log is hard to pick through. --Suffusion of Yellow 23:04 26 May 2021
Allow one edit in 30 minutes before tripping; so many FPs log is hard to pick through. --Suffusion of Yellow 23:04 26 May 2021


Exclude draftspace and pages created by the user. --Suffusion of Yellow 23:48 27 May 2021
Exclude draftspace and pages created by the user. --Suffusion of Yellow 23:48 27 May 2021


Exclude sandboxes, removing own comments. --Suffusion of Yellow 21:07 2 Jun 2021
Exclude sandboxes, removing own comments. --Suffusion of Yellow 21:07 2 Jun 2021


Exclude [[WP:Correct typos in one click]] pages. --Suffusion of Yellow 18:14 31 Oct 2021
Exclude [[WP:Correct typos in one click]] pages. --Suffusion of Yellow 18:14 31 Oct 2021


Looks difficult to eliminate FPs at this throttle setting. Change from 1/1800 to 2/1800. --Suffusion of Yellow 18:31 31 Oct 2021
Looks difficult to eliminate FPs at this throttle setting. Change from 1/1800 to 2/1800. --Suffusion of Yellow 18:31 31 Oct 2021


Exclude templates from one check; too many FPs. --Suffusion of Yellow 18:16 13 Nov 2021
Exclude templates from one check; too many FPs. --Suffusion of Yellow 18:16 13 Nov 2021


Reduce scope to Wikipedia: and Wikipedia_talk:, make only-removing-lines check less aggressive. --Suffusion of Yellow 21:14 5 Feb 2022
Reduce scope to Wikipedia: and Wikipedia_talk:, make only-removing-lines check less aggressive. --Suffusion of Yellow 21:14 5 Feb 2022


Add back Help: and Help_talk: --Suffusion of Yellow 20:23 27 Feb 2022
Add back Help: and Help_talk: --Suffusion of Yellow 20:23 27 Feb 2022


Rename, probably not an LTA. --Suffusion of Yellow 17:35 28 Feb 2022
Rename, probably not an LTA. --Suffusion of Yellow 17:35 28 Feb 2022


Make public, EFN chat. --Xaos 20220302
Make public, EFN chat. --Xaos 20220302


Disallow per [[Special:PermaLink/1075743937#Set filter 1151 to disallow?]] --Suffusion of Yellow 21:36 8 Mar 2022
Disallow per [[Special:PermaLink/1075743937#Set filter 1151 to disallow?]] --Suffusion of Yellow 21:36 8 Mar 2022


Check for a few reverting-related summaries, per suggestion at EFN. --Suffusion of Yellow 21:19 13 Jun 2022
Check for a few reverting-related summaries, per suggestion at EFN. --Suffusion of Yellow 21:19 13 Jun 2022


Attempt to exclude WikiEd, see [[Special:AbuseLog/33224633]]. --Suffusion of Yellow 20:08 22 Aug 2022
Attempt to exclude WikiEd, see [[Special:AbuseLog/33224633]]. --Suffusion of Yellow 20:08 22 Aug 2022


Exclude [[WP:WikiProject Missing encyclopedic articles]] pages per FPs. --Suffusion of Yellow 22:24 14 Oct 2022
Exclude [[WP:WikiProject Missing encyclopedic articles]] pages per FPs. --Suffusion of Yellow 22:24 14 Oct 2022
Exclude [[WP:WikiProject Fix common mistakes]] per FPs. -- 0xDeadbeef 2023-07-07 08:02
Filter conditions
Conditions:
(documentation)
equals_to_any(page_namespace, 4, 5, 12, 13) &
equals_to_any(page_namespace, 4, 5, 12, 13) &
!("confirmed" in user_groups) &
!("confirmed" in user_groups) &
(
(
     (
     (
         rmwhitespace(added_lines) == "" &
         rmwhitespace(added_lines) == "" &
         rmwhitespace(removed_lines) != "" &
         rmwhitespace(removed_lines) != "" &
         length(removed_lines) >= 3
         length(removed_lines) >= 3
     ) |
     ) |
     edit_delta < -250 |
     edit_delta < -250 |
     new_size / (old_size + 1) < 0.5
     new_size / (old_size + 1) < 0.5
) &
) &
!(page_title irlike "sandbox|correct typos in one click|missing encyclopedic articles") &
!(page_title irlike "sandbox|correct typos in one click|missing encyclopedic articles|fix common mistakes") &
!(user_name in removed_lines) &
!(user_name in removed_lines) &
!(summary irlike "^(?:undid|revert|rv)") &
!(summary irlike "^(?:undid|revert|rv)") &
page_first_contributor != user_name &
page_first_contributor != user_name &
!oauth_consumer
!oauth_consumer