查看滥用过滤器339:修改人物生卒日期

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

描述:

(公开可见)
过滤器组:
统计:在最近的2,065次操作中,有4(0.19%)次触发了本过滤器。 其平均运行时间为0.11毫秒,消耗了3条限制。
條件:
规则格式
常用语法
!"autoconfirmed" in user_groups & page_namespace == 0 & edit_delta < 100 & edit_delta > -100 & ( bd := "(Birthdeathdate|生卒|Bd|Lifetime|L|Ltm|生死)"; bdate := "(Birthdate|Dob|Birth[ _]+date)|(生日和年齡|生日和年龄|Bda|Birthdate[ _]+and[ _]+age|生年月日と年齢|Birth[ _]+date[ _]+and[ _]+age|Birthdateandage)"; ddate := "(Death[ _]+date)|(Dda|Death[ _]+date[ _]+and[ _]+age|死亡年月日と没年齢|死亡年月日と沒年齢|Deathdateandage)"; removed_lines irlike ( "{{\s*("+bd+"|"+bdate+"|"+ddate+")\s*\|" ) & ( ( bd_regex := ( "(?i){{\s*("+bd+")\s*\|.*?}}" ); get_matches ( bd_regex, removed_lines ) != get_matches ( bd_regex, added_lines ); ) | ( birth_date_regex := ( "(?i){{\s*("+bdate+")\s*\|.*?}}" ); get_matches ( birth_date_regex, removed_lines ) != get_matches ( birth_date_regex, added_lines ); ) | ( death_date_regex := ( "(?i){{("+ddate+")\s*\|.*?}}" ); get_matches ( death_date_regex, removed_lines ) != get_matches ( death_date_regex, added_lines ); ) ) )
备注:
标记:
过滤器最后更改:2021年11月7日 (日) 05:59Xiplus留言 | 贡献
历史:查看过滤器历史
工具:导出此过滤器
当匹配时,要进行的操作