Back to filter editor | Back to filter history
Differences between versions
Item | Version from 23:53, 2 February 2016 by FuzzyCatPotato | Version from 13:57, 18 November 2018 by FuzzyCatPotato |
Description:
- (publicly viewable)
|
|
|
| Blanking articles | | Blanking articles |
|
Filter group: | |
Flags: | |
Notes: |
|
|
− | Stops page blanking.
| + | 18Nov2018-FCP: Changed size limit to 500 (stub size) + added stub exceptions (fork, disambig) + removed "!(user_name in article_recent_contributors)" b/c it'll almost never apply + removed warning |
− | | |
| 02Feb2016-FCP: Changed size limit to that of the more expansive Filter 37, which duplicated this filter but was significantly harsher. | | 02Feb2016-FCP: Changed size limit to that of the more expansive Filter 37, which duplicated this filter but was significantly harsher. |
|
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) |
− | & new_size < 100 | + | & (new_size < 100) |
− | & old_size > 250 | + | & (old_size > 500) |
− | & (article_namespace == 0 | article_namespace == 100 | article_namespace == 102 | article_namespace == 104 | article_namespace == 106 | article_namespace == 108) | + | & (article_namespace == 0 | article_namespace == 100 | article_namespace == 102 | article_namespace == 104 | article_namespace == 106 | article_namespace == 108) /* mainspace */ |
− | & !(user_name in article_recent_contributors) | + | &!(contains_any(lcase(added_lines),"#redirect")) /* exclude redirects */ |
− | & !contains_any(lcase(added_lines),"#redirect") | + | &!(contains_any(lcase(added_lines),"{{fork}}")) /* exclude forks */ |
| + | &!(contains_any(lcase(added_lines),"{{disambig}}")) /* exclude disambigs */ |
|
Actions taken when matched |
|
|
| Tag: Warning: Blanking in progress | | Tag: Warning: Blanking in progress |
− | Warn: abusefilter-warning-blanking
| |
|
← Older change | Newer change →