|
|
| equals_to_any(page_namespace, 2, 118) & | | equals_to_any(page_namespace, 2, 118) & |
| !contains_any(user_groups, "patroller", "sysop", "bot") & | | !contains_any(user_groups, "patroller", "sysop", "bot") & |
| removed_lines irlike "\{\{afc(?:\ssubmission)?\|d" & | | removed_lines irlike "\{\{afc(?:\ssubmission)?\|d" & |
| !(new_wikitext irlike "\{\{afc(?:\ssubmission)?\|d") & | | !(new_wikitext irlike "\{\{afc(?:\ssubmission)?\|d") & |
| !( | | !( |
| added_lines rlike "\#REDIRECT \[\[.+\]\]" & | | added_lines rlike "\#REDIRECT \[\[.+\]\]" & |
| new_size <= 0.1 * old_size /* Exempt editors turning their drafts into redirects */ | | new_size <= 0.1 * old_size /* Exempt editors turning their drafts into redirects */ |
| ) & | | ) & |
| !( | | !( |
| page_namespace == 2 & | | page_namespace == 2 & |
| "sandbox" in page_title & | | "sandbox" in page_title & |
| new_size <= 0.1 * old_size /* to make sure the user is replacing the content in their sandbox as well as removing the AfC template */ | | new_size <= 0.1 * old_size /* to make sure the user is replacing the content in their sandbox as well as removing the AfC template */ |
| ) & | | ) & |
| (
| | user_name == page_first_contributor |
| page_id == 0 |
| |
| user_name == page_first_contributor
| |
| )
| |