|
|
| (action == "edit") | | (action == "edit") |
| & (!("confirmed" in user_groups) | (article_first_contributor == user_name)) | | & (!("confirmed" in user_groups) | (article_first_contributor == user_name)) |
| & !("sysop" in user_groups) | | & !("sysop" in user_groups) |
| & (contains_any(lcase(removed_lines), "{{d|", "{{delete", "{{afd", "{{刪", "{{議刪")) | | & (contains_any(lcase(removed_lines), "{{d|", "{{delete", "{{afd", "{{刪", "{{議刪")) |
| & !(contains_any(lcase(added_lines), "{{d|", "{{delete", "{{afd", "{{刪", "{{議刪")) | | & !(contains_any(lcase(added_lines), "{{d|", "{{delete", "{{afd", "{{刪", "{{議刪")) |
| & !((strpos(page_title,user_name)==0) & ((article_namespace==2) |(article_namespace==3)) ) | | & !((strpos(page_title,user_name)==0) |
| | & ((article_namespace==2) |(article_namespace==3)) ) |