|
|
− | !(action == "createaccount") & (article_namespace == 0 | article_namespace == 1) & !("autoconfirmed" in user_rights) | (user_age < 86400) & ((new_size < 50 & old_size > 500) | edit_delta < -2000) & !(user_name in article_recent_contributors) & !contains_any(lcase(added_lines),"#redirect","#doorverwijzing","nuweg","{{speedy","{{delete") | + | !(action == 'createaccount') |
| + | & (article_namespace == 0 | article_namespace == 1) |
| + | & !("autoconfirmed" in user_rights) | (user_age < 86400) |
| + | & ((new_size < 50 & old_size > 500) | edit_delta < -2000) |
| + | & !(user_name in article_recent_contributors) |
| + | & !contains_any(lcase(added_lines),"#redirect","#doorverwijzing","nuweg","{{speedy","{{delete") |