防濫用過濾器管理

修訂版本間差異

項目Davidzdh二〇一八年二月二一日 (三) 一〇時二五分 所編輯的版本WikiBayer二〇二二年二月二〇日 (日) 一一時二六分 所編輯的版本
過濾器條件
條件:
(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(article_text,user_name)==0) & ((article_namespace==2) |(article_namespace==3)) )
& !((strpos(page_title,user_name)==0) & ((article_namespace==2) |(article_namespace==3)) )