Edit filter configuration

Differences between versions

ItemVersion from 21:38, 24 November 2021 by Suffusion of YellowVersion from 17:56, 14 April 2024 by EggRoll97
Basic information
Notes:
See [[Wikipedia:Edit_filter/Requested#Large_creations_in_single_edit_by_inexperienced_users]], perma link: [[Special:Permalink/793725383]] ~MA
See [[Wikipedia:Edit_filter/Requested#Large_creations_in_single_edit_by_inexperienced_users]], perma link: [[Special:Permalink/793725383]] ~MA


-updated to exempt bots, bug in AF not matching this included permission ~Xaos 20180426
-updated to exempt bots, bug in AF not matching this included permission ~Xaos 20180426


Use user_groups not user_rights; rights can "missing" with OAuth/bot passwords --Suffusion of Yellow 21:37 24 Nov 2021
Use user_groups not user_rights; rights can "missing" with OAuth/bot passwords --Suffusion of Yellow 21:37 24 Nov 2021
Exclude reverts per request on EFN - EggRoll97 14 April 2024
Filter conditions
Conditions:
(documentation)
!contains_any(user_groups, "extendedconfirmed", "sysop", "bot") &
!contains_any(user_groups, "extendedconfirmed", "sysop", "bot") &
page_namespace == 0 &
page_namespace == 0 &
(
(
     page_id == 0 |
     page_id == 0 |
     (
     (
         "#redirect" in lcase(removed_lines) &
         "#redirect" in lcase(removed_lines) &
         !( "#redirect" in lcase(added_lines) )
         !( "#redirect" in lcase(added_lines) )
     )
     )
) &
) &
new_size > 3000
new_size > 3000
  & !(summary irlike "undid|\brv[vt]?\b|revert")