版本间的差异

项目Litwak9132023年7月9日 (日) 13:32作出的版本Litwak9132023年12月10日 (日) 11:35作出的版本
过滤器状态
条件:
commentregex:="\<\s*(?:comment-streams|no-comment-streams)([^\>]*)?\>";
(action=="edit")
(action=="edit")
& !("bot" in user_groups) & !("sysop" in user_groups) & !("patroller" in user_groups)  
& !("bot" in user_groups) & !("sysop" in user_groups) & !("patroller" in user_groups)  
& (lcase(edit_diff) rlike "\<\s*(?:comment-streams|no-comment-streams)([^\>]*)?\>")
& (lcase(added_lines) rlike commentregex)
& (lcase(removed_lines) rlike commentregex)