Edit filter configuration

Differences between versions

ItemVersion from 06:54, 12 November 2019 by JJMC89Version from 04:04, 1 January 2021 by ToBeFree
Basic information
Notes:
Requested at WP:EFR
Requested at WP:EFR


Attempt to reduce condition count ~MA
Attempt to reduce condition count ~MA
Making "Undisclosed " optional; {{paid}} is a COI template as well. ~ToBeFree 2020-01-01 04:02 UTC
Filter conditions
Conditions:
(documentation)
user_editcount < 500 &
user_editcount < 500 &
equals_to_any(page_namespace, 0, 118) &
equals_to_any(page_namespace, 0, 118) &
(
(
  templates := "(?i)\{\{(Undisclosed paid|UDP\b|UPE\b|COI\b|Advert\b)";
  templates := "(?i)\{\{((Undisclosed )?paid|UDP\b|UPE\b|COI\b|Advert\b)";
  rcount(templates, added_lines) < rcount(templates, removed_lines)
  rcount(templates, added_lines) < rcount(templates, removed_lines)
)
)