查看滥用过滤器45:在劇集條目裡以自己的觀點標示角色忠奸

来自罪人堂Wiki

编辑过滤器45
过滤器参数
过滤器ID:45

描述:

(公开可见)
统计:在最近的59次操作中,有0(0%)次触发了本过滤器。 其平均运行时间为3.21毫秒,消耗了5.9条限制。
条件:
keywords := '(奸角|亦忠亦奸|忠角|由忠變奸|由忠变奸|由奸變忠|由奸变忠)'; rgx := '(^|\n).*' + keywords + '.*(\n|$)'; added_match_count := rcount( rgx, added_lines ); removed_match_count := rcount( rgx, removed_lines ); rgx_with_ref := '<ref[^>]*?>(?:(?:.|\n)(?!<\/?ref>))*' + keywords; added_match_with_ref_count := rcount( rgx_with_ref, added_lines ); removed_match_with_ref_count := rcount( rgx_with_ref, removed_lines ); actual_match := (added_match_count - removed_match_count - (added_match_with_ref_count - removed_match_with_ref_count)) > 0; !("autoconfirmed" in user_rights) & (page_namespace == 0) & actual_match
备注:
标记:
过滤器最后更改:2025年4月23日 (三) 21:39Somebody留言 | 贡献
历史:查看过滤器历史
工具:导出此过滤器
当匹配时,要进行的操作