|
|
| action = "edit" & !(user_groups contains "autoconfirmed") & article_text != user_name & article_namespace = 2 & !("/" in article_text ) | | action == 'edit' |
| | & article_namespace == 2 & article_text != user_name |
| | &! 'autoconfirmed' in user_groups |
| | &! '/' in article_text |