Edit filter configuration

Jump to navigation Jump to search

Differences between versions

ItemVersion from 17:51, 25 August 2017 by ChristopherVersion from 21:08, 25 August 2017 by FuzzyCatPotato
Basic information
Notes:
 +
25Aug2017-FCP: Attempted to fix.
 +
 
A filter that actually prevents common blanking targets from being blanked, as opposed to the normal blanking filter which lets the edit through after giving a warning.
 
A filter that actually prevents common blanking targets from being blanked, as opposed to the normal blanking filter which lets the edit through after giving a warning.
Filter conditions
Conditions:
!("sysop" in user_groups) & !("bot" in user_groups)
+
!("autopatrolled" in (user_groups)) & !("bot" in (user_groups)) & !("sysop" in (user_groups))
 
& new_size < 100
 
& new_size < 100
 
& old_size > 250
 
& old_size > 250
 
& ("Talk:Emil O. W. Kirkegaard" in (article_prefixedtext))|("RationalWiki:Saloon bar" in (article_prefixedtext))
 
& ("Talk:Emil O. W. Kirkegaard" in (article_prefixedtext))|("RationalWiki:Saloon bar" in (article_prefixedtext))