|
|
| (user_editcount<10|!("autoconfirmed" in user_groups)) & | | (user_editcount<10|!("autoconfirmed" in user_groups)) & |
| (article_namespace == 0) & | | (page_namespace == 0) & |
| !(user_name in article_recent_contributors) & | | !(user_name in page_recent_contributors) & |
| (old_size > 0) & | | (old_size > 0) & |
| ((count("http://", string(added_lines)))+(count("https://", string(added_lines))) > (count("http://", string(removed_lines)))+(count("https://", string(removed_lines)))) & | | ((count("http://", string(added_lines)))+(count("https://", string(added_lines))) > (count("http://", string(removed_lines)))+(count("https://", string(removed_lines)))) & |
| !(count("<ref", string(added_lines)) > count("<ref", string(removed_lines))) | | !(count("<ref", string(added_lines)) > count("<ref", string(removed_lines))) |