|
|
| (article_namespace == 0) | | (article_namespace == 0) |
| & !("bot" in user_groups) | | & !("bot" in user_groups) |
| & !("sysop" in user_groups) | | & !("sysop" in user_groups) |
| & !(user_name == "Muhends" |user_name == "Anybot" |user_name == "Sammy.aw" |user_name == "باسم") | | & !(user_name == "Muhends" |user_name == "Anybot" |user_name == "Sammy.aw" |user_name == "باسم") |
| & action = "edit" | | & action = "edit" |
| &( | | &( |
| match1:="{{مقالة مختارة}}|{{Featured article}}|{{مقالة جيدة}}|{{Good article}}|{{شريط جيدة}}|{{إيقونة جيدة}}|{{إيقونة مختارة}}|{{شريط مختارة}}"; | | match1:=lcase("{{مقالة مختارة}}|{{Featured article}}|{{مقالة جيدة}}|{{Good article}}|{{شريط جيدة}}|{{إيقونة جيدة}}|{{إيقونة مختارة}}|{{شريط مختارة}}"); |
| rcount(match1, removed_lines) !== rcount(match1, added_lines) | | rcount(match1, removed_lines) !== rcount(match1, added_lines) |
| ) | | ) |
| & !(contains_any(lcase(new_wikitext), "#redirect", "#تحويل")) | | & !(contains_any(lcase(new_wikitext), "#redirect", "#تحويل")) |