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