|
|
| action ="edit" | | action ="edit" |
| & edit_delta <= -400
| |
| & !("bot" in user_groups) | | & !("bot" in user_groups) |
| & !("editor" in user_groups) | | & !("editor" in user_groups) |
| & !("autoreview" in user_groups) | | & !("autoreview" in user_groups) |
| & !article_text regex "ملعب|مسابقة" | | & article_text regex "الميدان" |
| & (article_namespace == 4 | article_namespace = 5) | | & count ("/", article_prefixedtext) >=2 |
| &(basepagename := (article_text contains "/" ? substr(article_text, 0,
| | & (article_namespace == 4) |
| strpos(article_text, "/")) : article_text));
| |
| basepagename != user_name
| |