Jump to content

Edit filter configuration

Differences between versions

ItemVersion from 19:36, 23 October 2018 by MusikAnimalVersion from 13:03, 28 July 2019 by Zzuuzz
Filter conditions
Conditions:
(documentation)
user_editcount < 22 &
user_editcount < 22 &
page_namespace rlike "^(0|3)$" &
equals_to_any( page_namespace, 0, 3 ) &
edit_delta < 200 & (
edit_delta < 200 & (
     your_mom := "\b(UR|Y(E|A|O|OU)(H|R|\'RE)) *M((O|U|A)M+(Y|A)?|[UO](V+|TH)(A|ER))S?\b";
     your_mom := "\b(UR|Y(E|A|O|OU)(H|R|\'RE)) *M((O|U|A)M+(Y|A)?|[UO](V+|TH)(A|ER))S?\b";


     ccnorm(added_lines) rlike your_mom &  
     ccnorm(added_lines) rlike your_mom &  
     !ccnorm(removed_lines) rlike your_mom &
     !ccnorm(removed_lines) rlike your_mom &


     !contains_any(lcase(added_lines), "basement","borden","how i met your mother", "ozzy osbourne", "your mother would be proud", "[[does ", "honor your father", "is your mother", "should know") &
     !contains_any(lcase(added_lines), "basement","borden","how i met your mother", "ozzy osbourne", "your mother would be proud", "[[does ", "honor your father", "is your mother", "should know") &
     !("Mother insult" in page_title) &
     !("Maternal insult" in page_title) &
     !(rcount("\"", added_lines) > rcount("\"", removed_lines)) &
     !(rcount("\"", added_lines) > rcount("\"", removed_lines)) &
     !(rcount("''", added_lines) > rcount("''", removed_lines))
     !(rcount("''", added_lines) > rcount("''", removed_lines))
)
)