|
|
| action == "edit" | | action == "edit" |
| & !("autoconfirmed" in user_groups) & !("bot" in user_groups) | | & !("autoconfirmed" in user_groups) & !("bot" in user_groups) |
| & article_namespace != 2 & article_namespace != 3 | | & page_namespace != 2 & page_namespace != 3 |
| & new_size < 50 & (old_size > 500 | edit_delta < -2000) | | & new_size < 50 & (old_size > 500 | edit_delta < -2000) |
| & !(user_name in article_recent_contributors) | | & !(user_name in article_recent_contributors) |
| & !(contains_any(lcase(added_lines), "#redirect", "#重定向", "{{")) | | & !(contains_any(lcase(added_lines), "#redirect", "#重定向", "{{")) |