Edit filter configuration

Jump to navigation Jump to search

Differences between versions

ItemVersion from 23:44, 2 February 2016 by FuzzyCatPotatoVersion from 01:42, 4 February 2016 by FuzzyCatPotato
Basic information
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.
  
 +
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) & !("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 */
& (article_text != user_name)                           /* Not own userpage */
+
& !(user_name in article_text)                         /* Not own userpage */