LLWiki正在建设中,欢迎加入我们

滥用过滤器管理

跳转到导航 跳转到搜索

版本间的差异

项目Bhsd2021年2月10日 (三) 21:22作出的版本Bhsd2021年10月13日 (三) 00:16作出的版本
过滤器状态
条件:
 
regexp:= "http://(?!(gs\.dengeki\.com))";
 
regexp:= "http://(?!(gs\.dengeki\.com))";
 
action == "edit"
 
action == "edit"
& !page_title rlike "\.(js|css)$"
+
& !page_title rlike "\.(js|css|json)$"
& rcount(regexp, added_lines) > 0
+
& added_lines rlike regexp
 
& rcount(regexp, added_lines) > count(regexp, removed_lines)
 
& rcount(regexp, added_lines) > count(regexp, removed_lines)