|
|
| (article_namespace == 0) | | (article_namespace == 0) |
| & !(user_name == "Muhends" |user_name == "Anybot" |user_name == "Sammy.aw" |user_name == "باسم") | | & !(user_name == "Muhends" |user_name == "Anybot" |user_name == "Sammy.aw" |user_name == "باسم") |
| & !("bot" in user_groups) | | & !("bot" in user_groups) |
| & !("sysop" in user_groups) | | & !("sysop" in user_groups) |
| & ( | | &( |
| ((contains_any(removed_lines,"{{مقالة مختارة}}", "{{Featured article}}", "{{مقالة جيدة}}", "{{Good article}}"))
| | match1:="{{مقالة مختارة}}|{{Featured article}}|{{مقالة جيدة}}|{{Good article}}"; |
| & !(contains_any(added_lines,"{{مقالة مختارة}}","{{Featured article}}", "{{مقالة جيدة}}", "{{Good article}}")))
| | rcount(match1, removed_lines) !== rcount(match1, added_lines) |
| |((contains_any(added_lines,"{{مقالة مختارة}}", "{{Featured article}}", "{{مقالة جيدة}}", "{{Good article}}"))
| |
| & !(contains_any(removed_lines,"{{مقالة مختارة}}","{{Featured article}}", "{{مقالة جيدة}}", "{{Good article}}")))
| |
| ) | | ) |