|
|
| action == "edit" | | action == "edit" |
| & !("autoconfirmed" in user_groups) | | & !("autoconfirmed" in user_groups) |
| & (new_size > 50) & (edit_delta < -2000) | | & (new_size > 50) & (edit_delta < -1000) |
| & (article_namespace == 0) | | & (article_namespace == 0) |
| & !(user_name in article_recent_contributors) | | & !(user_name in article_recent_contributors) |
| & !(new_html contains "<div class=\"abusefilter-marking-copyvio\"></div>") | | & !(new_html contains "<div class=\"abusefilter-marking-copyvio\"></div>") |
| & !("bot" in user_groups) | | & !("bot" in user_groups) |