Edit filter configuration

Jump to navigation Jump to search

Differences between versions

ItemVersion from 17:30, 18 June 2022 by ChristopherVersion from 19:30, 18 June 2022 by Christopher
Filter conditions
Conditions:
 
!("autoconfirmed" in user_groups) & !("autopatrolled" in user_groups) & !("sysop" in user_groups) & !("bot" in user_groups)
 
!("autoconfirmed" in user_groups) & !("autopatrolled" in user_groups) & !("sysop" in user_groups) & !("bot" in user_groups)
& (((new_size < 100) & (old_size > 500))|((old_size-new_size) > 2500)|((old_size-new_size) < -2500))
+
& (((new_size < 100) & (old_size > 500))|(old_size-new_size) > 2500)
 
& (article_namespace == 0 | article_namespace == 2 | article_namespace == 4 | article_namespace == 100 | article_namespace == 102 | article_namespace == 104 | article_namespace == 106 | article_namespace == 108) /* mainspace and SB */
 
& (article_namespace == 0 | article_namespace == 2 | article_namespace == 4 | article_namespace == 100 | article_namespace == 102 | article_namespace == 104 | article_namespace == 106 | article_namespace == 108) /* mainspace and SB */
 
&!(contains_any(lcase(added_lines),"#redirect")) /* exclude redirects */
 
&!(contains_any(lcase(added_lines),"#redirect")) /* exclude redirects */
 
&!(contains_any(lcase(added_lines),"{{fork}}")) /* exclude forks */
 
&!(contains_any(lcase(added_lines),"{{fork}}")) /* exclude forks */
 
&!(contains_any(lcase(added_lines),"{{disambig}}")) /* exclude disambigs */
 
&!(contains_any(lcase(added_lines),"{{disambig}}")) /* exclude disambigs */