|
|
| page_namespace != 4 &
| |
| (user_editcount < 2) & | | (user_editcount < 2) & |
| !contains_any(page_title, '/') & | | !contains_any(page_title, '/') & |
| ((count("http://", string(added_lines)) > count("http://", string(removed_lines))) | | | ((count("http://", string(added_lines)) > count("http://", string(removed_lines))) | |
| (count("https://", string(added_lines)) > count("https://", string(removed_lines)))) & | | (count("https://", string(added_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))) & |
| !(added_lines irlike "https?://[a-z]+\.wik[a-z]+\.org") | | !(added_lines irlike "https?://[a-z]+\.wik[a-z]+\.org") |