滥用过滤器管理

跳转到导航 跳转到搜索

版本间的差异

项目Rafom2019年4月19日 (五) 20:07作出的版本梅林2019年6月17日 (一) 22:14作出的版本
过滤器状态
条件:
(moved_to_namespace == 2)
(moved_to_namespace == 2)
& !("bot" in user_groups) & !("sysop" in user_groups) & !("Dominator" in user_groups)
& !("bot" in user_groups) & !("sysop" in user_groups) & !("Dominator" in user_groups) & !("Editor" in user_groups)
& !(contains_any (lcase(moved_to_prefixedtext),"sandbox","沙盒","test","测试"))
& !(contains_any (lcase(moved_to_prefixedtext),"sandbox","沙盒","test","测试"))
& !(pattern:= "(^" + rescape(user_name) + "(?!\/)$)|(^" + rescape(user_name) + "\/.+$)"; moved_to_text rlike pattern)
& !(pattern:= "(^" + rescape(user_name) + "(?!\/)$)|(^" + rescape(user_name) + "\/.+$)"; moved_to_text rlike pattern)