|
|
| (article_namespace == 0) | | (article_namespace == 0) |
| &!("autoconfirmed" in user_groups) | | &!"editor" in user_groups |
| &!("confirmed" in user_groups) | | &!"autoreview" in user_groups |
| | &!"bot" in user_groups |
| & action ="edit" | | & action ="edit" |
| & (new_size > 50) | | & (new_size > 50) |
| & !(user_name in article_recent_contributors & edit_delta > -2000) | | & !(user_name in article_recent_contributors & edit_delta > -2000) |
| /* this edit_delta check if more than 2000 strings removed */ | | /* this edit_delta check if more than 2000 strings removed */ |
| & (edit_delta < -2000) | | & (edit_delta < -2000) |
| &!(contains_any (lcase(added_lines),"#تحويل","#redirect")) | | &!(contains_any (lcase(added_lines),"#تحويل","#redirect")) |