Edit filter configuration

Jump to navigation Jump to search

Differences between versions

ItemVersion from 13:47, 31 December 2016 by FuzzyCatPotatoVersion from 05:56, 10 July 2017 by Christopher
Basic information
Filter group:
 
+
Default
Notes:
 
Stops new accounts from posting shitty put-down messages, but could also stop users from asking other users legit questions.
 
Stops new accounts from posting shitty put-down messages, but could also stop users from asking other users legit questions.
  
 +
10Jul2017-Chr: Added !autopatrolled
 
03Feb2016-FCP: Tried to allow stuff like User:User/sandbox.
 
03Feb2016-FCP: Tried to allow stuff like User:User/sandbox.
 
02Feb2016-FCP: Made filter publicly visible, cleaned up.
 
02Feb2016-FCP: Made filter publicly visible, cleaned up.
 
02Feb2016-FCP: Added warning.
 
02Feb2016-FCP: Added warning.
Filter conditions
Conditions:
!("autoconfirmed" 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)
 
& ((article_namespace == 2) | (article_namespace == 3)) /* User, User talk  */
 
& ((article_namespace == 2) | (article_namespace == 3)) /* User, User talk  */
 
& (old_size == 0)                                      /* New page        */
 
& (old_size == 0)                                      /* New page        */
 
& (user_editcount == 0)                                /* Very new account */
 
& (user_editcount == 0)                                /* Very new account */
 
& (user_age < 10800)                                    /* Very new account */
 
& (user_age < 10800)                                    /* Very new account */
 
& !(user_name in article_text)                          /* Not own userpage */
 
& !(user_name in article_text)                          /* Not own userpage */