跳转到内容
主菜单
主菜单
移至侧栏
隐藏
导航
首页
分类索引
特色内容
新闻动态
最近更改
随机条目
帮助
帮助
维基社群
方针与指引
互助客栈
知识问答
字词转换
IRC即时聊天
联络我们
关于维基百科
其他语言
搜索
搜索
外观
资助维基百科
创建账号
登录
个人工具
资助维基百科
创建账号
登录
未登录编辑者的页面
了解详情
贡献
讨论
查看滥用过滤器5:新用户移除ref脚注1
帮助
首页
最近过滤器更改
检查过去的编辑
过滤器日志
不转换
工具
工具
移至侧栏
隐藏
操作
常规
上传文件
特殊页面
打印页面
获取短链接
下载二维码
在其他项目中
外观
移至侧栏
隐藏
编辑过滤器5
过滤器参数
过滤器ID:
5
描述:
(公开可见)
过滤器组:
默认
flow
统计:
在最近的16,550次操作中,有8(0.05%)次触发了本过滤器。 其平均运行时间为0.17毫秒,消耗了2.8条限制。
條件:
(
规则格式
)
(
常用语法
)
int(timestamp) % 1200 < 600 & !("confirmed" in user_groups) /* this edit_delta ignores large blankings that are treated by another filter */ & edit_delta >= -3000 & page_namespace == 0 /* No added lines usually mean a blanking which is dealt with by other filter */ & length(added_lines) != 0 & !("#redirect" in lcase(added_lines)) /*Counts of more reference tags are removed than added */ & (rcount("(<ref>|<ref\s+(name|group)|</ref>)",removed_lines) > rcount("(<ref>|<ref\s+(name|group)|</ref>)",added_lines)) /*Excludes changing to the named reference format and removing closing tags attached to formerly named refs. Unequality is to account for closing the first named tag */ & !(rcount("<ref>",removed_lines) = rcount("<ref\s+(name|group)",added_lines) | rcount("</ref>",removed_lines) <= rcount("<ref\s+(name|group)",added_lines)) /*Excludes removal of references to Wikipedia itself */ & !(count("http://zh.wikipedia.org",removed_lines) > count("http://zh.wikipedia.org",added_lines))
int(timestamp) % 1200 < 600 & !("confirmed" in user_groups) /* this edit_delta ignores large blankings that are treated by another filter */ & edit_delta >= -3000 & page_namespace == 0 /* No added lines usually mean a blanking which is dealt with by other filter */ & length(added_lines) != 0 & !("#redirect" in lcase(added_lines)) /*Counts of more reference tags are removed than added */ & (rcount("(<ref>|<ref\s+(name|group)|</ref>)",removed_lines) > rcount("(<ref>|<ref\s+(name|group)|</ref>)",added_lines)) /*Excludes changing to the named reference format and removing closing tags attached to formerly named refs. Unequality is to account for closing the first named tag */ & !(rcount("<ref>",removed_lines) = rcount("<ref\s+(name|group)",added_lines) | rcount("</ref>",removed_lines) <= rcount("<ref\s+(name|group)",added_lines)) /*Excludes removal of references to Wikipedia itself */ & !(count("http://zh.wikipedia.org",removed_lines) > count("http://zh.wikipedia.org",added_lines))
备注:
2009年4月8日5时(UTC)取自英文维基百科,需不时更新。--PhiLiP 2011-10-28 更新自英文#61 --Bencmq Global abusefilter maintainer edit: the 'timestamp' variable is a string. --Daimona Eaytoy, 2022-06-26
标记:
向公众隐藏本过滤器的详细信息
启用本过滤器
标记为已删除
过滤器最后更改:
2022年6月26日 (日) 12:46
,
Daimona Eaytoy
(
留言
|
贡献
)
历史:
查看过滤器历史
工具:
导出此过滤器
{"data":{"rules":"int(timestamp) % 1200 \u003C 600\r\n\u0026 !(\"confirmed\" in user_groups)\r\n/* this edit_delta ignores large blankings that are treated by another filter */\r\n\u0026 edit_delta \u003E= -3000\r\n\u0026 page_namespace == 0\r\n/* No added lines usually mean a blanking which is dealt with by other filter */\r\n\u0026 length(added_lines) != 0\r\n\u0026 !(\"#redirect\" in lcase(added_lines))\r\n/*Counts of more reference tags are removed than added */\r\n\u0026 (rcount(\"(\u003Cref\u003E|\u003Cref\\s+(name|group)|\u003C/ref\u003E)\",removed_lines) \u003E rcount(\"(\u003Cref\u003E|\u003Cref\\s+(name|group)|\u003C/ref\u003E)\",added_lines))\r\n/*Excludes changing to the named reference format and removing closing tags attached to formerly named refs. Unequality is to account for closing the first named tag */\r\n\u0026 !(rcount(\"\u003Cref\u003E\",removed_lines) = rcount(\"\u003Cref\\s+(name|group)\",added_lines) | rcount(\"\u003C/ref\u003E\",removed_lines) \u003C= rcount(\"\u003Cref\\s+(name|group)\",added_lines))\r\n/*Excludes removal of references to Wikipedia itself */\r\n\u0026 !(count(\"http://zh.wikipedia.org\",removed_lines) \u003E count(\"http://zh.wikipedia.org\",added_lines))","name":"\u65b0\u7528\u6237\u79fb\u9664ref\u811a\u6ce81","comments":"2009\u5e744\u67088\u65e55\u65f6\uff08UTC\uff09\u53d6\u81ea\u82f1\u6587\u7ef4\u57fa\u767e\u79d1\uff0c\u9700\u4e0d\u65f6\u66f4\u65b0\u3002--PhiLiP\r\n\r\n2011-10-28 \u66f4\u65b0\u81ea\u82f1\u6587#61 --Bencmq\r\n\r\nGlobal abusefilter maintainer edit: the 'timestamp' variable is a string. --Daimona Eaytoy, 2022-06-26","group":"default","actions":{"tag":["ref"],"warn":["abusefilter-warning-refremoved"]},"enabled":true,"deleted":false,"privacylevel":0,"global":false},"actions":{"tag":["ref"],"warn":["abusefilter-warning-refremoved"]}}
当匹配时,要进行的操作
只当用户触犯频率上限后方触发操作
允许的操作次数:
期限(秒):
受限群组:
user
参见
mediawiki.org上的文档
。
向用户发出警告后再触发这些操作
用作警告的系统消息:
abusefilter-warning
其他消息
其他消息的页面名:
(无须MediaWiki前缀)
显示/隐藏所选消息的预览
阻止用户进行可疑的操作
用作警告的系统消息:
abusefilter-disallowed
其他消息
其他消息的页面名:
(无须MediaWiki前缀)
显示/隐藏所选消息的预览
撤销用户的自动确认状态
封禁进行编辑的用户和/或IP地址
阻止用户和/或IP地址编辑他们自己的讨论页
未注册用户的封禁持续时间:
1分鐘
半小时
1小时
2小时
12小时
1日
31小时
3日
5日
1周
2周
1个月
3个月
6个月
1年
2年
不限期
注册用户的封禁持续时间:
1分鐘
半小时
1小时
2小时
12小时
1日
31小时
3日
5日
1周
2周
1个月
3个月
6个月
1年
2年
不限期
标记该编辑以供进一步检查
要应用的
标签
:
ref
要求用户完成验证码才能继续操作。拥有跳过验证码权限的用户可豁免。