Edit filter configuration

Differences between versions

ItemVersion from 11:01, 15 October 2021 by ProcrastinatingReaderVersion from 16:57, 23 November 2021 by ProcrastinatingReader
Basic information
Notes:
Requested for logging on edit filter mailing list. Checked usefulness with an admin. --ProcrastinatingReader 14:11 8 Aug 2021
Requested for logging on edit filter mailing list. Checked usefulness with an admin. --ProcrastinatingReader 14:11 8 Aug 2021


Extend to talk namespace and add "sonichu" per request: [https://en.wikipedia.org/w/index.php?title=Wikipedia:Edit_filter_noticeboard&oldid=1038870004#Filter_1159] --ProcrastinatingReader 15:23 15 Aug 2021
Extend to talk namespace and add "sonichu" per request: [https://en.wikipedia.org/w/index.php?title=Wikipedia:Edit_filter_noticeboard&oldid=1038870004#Filter_1159] --ProcrastinatingReader 15:23 15 Aug 2021


exclude bots --ProcrastinatingReader 11:01 15 Oct 2021
exclude bots --ProcrastinatingReader 11:01 15 Oct 2021
Add word boundary to reduce FPs --ProcrastinatingReader 16:57 23 Nov 2021
Filter conditions
Conditions:
(documentation)
equals_to_any(page_namespace, 0, 1, 2, 118) &
equals_to_any(page_namespace, 0, 1, 2, 118) &
!('bot' in user_groups) &
!('bot' in user_groups) &
(
(
   exp := "chris(tine)?[ -]chan|(christine|christian|christopher) weston chandler|sonichu|isabella janke";
   exp := "\b(chris(tine)?[ -]chan|(christine|christian|christopher) weston chandler)\b|sonichu|isabella janke";


   added_lines irlike exp &
   added_lines irlike exp &
   !(removed_lines irlike exp)
   !(removed_lines irlike exp)
)
)