|
|
| !("sysop" in user_groups) & !("content-moderator" in user_groups) & !("bot" in user_groups) | | !("sysop" in user_groups) & !("content-moderator" in user_groups) & !("bot" in user_groups) |
| & article_namespace == 2 & action="edit" & article_text != user_name & strpos(article_text, user_name + "/") != 0 & !(contains_any (lcase(added_lines), "~~~~", "guestbook", "banned", "blocked")) | | & article_namespace == 2 & action="edit" & article_text != user_name & strpos(article_text, user_name + "/") != 0 & !(contains_any (lcase(added_lines), "~~~~", "guestbook", "banned", "blocked", "permabanned")) |