Edit filter configuration

Differences between versions

ItemVersion from 17:00, 26 December 2017 by BibliowormVersion from 01:15, 14 March 2019 by Suffusion of Yellow
Basic information
Notes:
This filter will hopefully help patrollers reduce the number of unreferenced additions. --Biblio
This filter will hopefully help patrollers reduce the number of unreferenced additions. --Biblio


Added refinements to exclude template/file additions. --Biblio
Added refinements to exclude template/file additions. --Biblio


Disabling at least until we can come up with a new tag name, and work on reducing false positives. This filter is also not specific to a sock or LTA, so I think it should be public ~MA 2017.02.09
Disabling at least until we can come up with a new tag name, and work on reducing false positives. This filter is also not specific to a sock or LTA, so I think it should be public ~MA 2017.02.09


Re-enabled. Shortened tag, and added features to exclude additions to infoboxes and general reference sections. --Biblio
Re-enabled. Shortened tag, and added features to exclude additions to infoboxes and general reference sections. --Biblio


In its current form, this filter can never match any hits. Disabled until rewritten/tested. --zz
In its current form, this filter can never match any hits. Disabled until rewritten/tested. --zz


Removed faulty code. Reenabled with logging only. --Biblio
Removed faulty code. Reenabled with logging only. --Biblio
Update deprecated param.  --SoY 14 Mar 2019
Filter conditions
Conditions:
(documentation)
article_namespace == 0 &
page_namespace == 0 &
edit_delta >= 200 &
edit_delta >= 200 &
!("extendedconfirmed" in user_rights) &
!("extendedconfirmed" in user_rights) &
count("<ref", added_lines) <= count("<ref", removed_lines) &
count("<ref", added_lines) <= count("<ref", removed_lines) &
count("{{", added_lines) <= count("{{", removed_lines) &
count("{{", added_lines) <= count("{{", removed_lines) &
count("File:", added_lines) <= count("File:", removed_lines) &
count("File:", added_lines) <= count("File:", removed_lines) &
count("=", added_lines) <= count("=", removed_lines) &
count("=", added_lines) <= count("=", removed_lines) &
count("<!--", added_lines) <= count("<!--", removed_lines) &
count("<!--", added_lines) <= count("<!--", removed_lines) &
rcount("https?://", added_lines) <= rcount("https?://", removed_lines) &
rcount("https?://", added_lines) <= rcount("https?://", removed_lines) &
count("-", added_lines) <= count("-", removed_lines) &
count("-", added_lines) <= count("-", removed_lines) &
count("[", added_lines) <= count("[", removed_lines)
count("[", added_lines) <= count("[", removed_lines)