Edit filter configuration

Differences between versions

ItemVersion from 21:51, 27 January 2021 by Suffusion of YellowVersion from 20:59, 12 February 2022 by Suffusion of Yellow
Basic information
Notes:
Check User: and Template: namespaces, exclude more summaries (logged at 1081) --Suffusion of Yellow 20:39 30 Aug 2020
Check User: and Template: namespaces, exclude more summaries (logged at 1081) --Suffusion of Yellow 20:39 30 Aug 2020


Exclude deletion/copyvio templates --Suffusion of Yellow 19:36 3 Sep 2020
Exclude deletion/copyvio templates --Suffusion of Yellow 19:36 3 Sep 2020


Use a custom tag; See [[Special:PermaLink/1002396182#Wikileaks_filter_(#1034)_is_misleading]]. --Suffusion of Yellow 20:12 24 Jan 2021
Use a custom tag; See [[Special:PermaLink/1002396182#Wikileaks_filter_(#1034)_is_misleading]]. --Suffusion of Yellow 20:12 24 Jan 2021


Check content model so as not to trip on user scripts. --Suffusion of Yellow 21:49 27 Jan 2021
Check content model so as not to trip on user scripts. --Suffusion of Yellow 21:49 27 Jan 2021
Fix Twinkle summary check. --Suffusion of Yellow 20:59 12 Feb 2022
Filter conditions
Conditions:
(documentation)
equals_to_any(page_namespace, 0, 1, 2, 10, 118) &
equals_to_any(page_namespace, 0, 1, 2, 10, 118) &
(  
(  
     wikileaks := "\b(?:wikileaks)\.(com|org)";
     wikileaks := "\b(?:wikileaks)\.(com|org)";
     added_lines irlike wikileaks &
     added_lines irlike wikileaks &
     !(removed_lines irlike wikileaks) &
     !(removed_lines irlike wikileaks) &
     !("bot" in user_groups) &
     !("bot" in user_groups) &
     !(summary irlike "^(?:revert|rv|undid)|AFCH|WP:TW|reFill") &
     !(summary irlike "^(?:revert|restore|rv|undid)|AFCH|speedy deletion|reFill") &
     !(added_lines irlike "\{\{(db[\-\|]|delete\||sd\||speedy deletion|(subst:)?copyvio|copypaste)") &
     !(added_lines irlike "\{\{(db[\-\|]|delete\||sd\||speedy deletion|(subst:)?copyvio|copypaste)") &
     new_content_model == "wikitext"     
     new_content_model == "wikitext"     
)
)