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