|
|
| user_editcount < 2 | | user_editcount < 2 |
| & !"autoconfirmed" in user_groups & !("autopatrolled" in user_groups) & !("patroller" in user_groups) & !("sysop" in user_groups) & !("editinterface" in user_rights)
| | & !("autopatrolled" in user_groups) & !("patroller" in user_groups) & !("sysop" in user_groups) & !("editinterface" in user_rights) |
|
| |
|
| & (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))) |