模板:Deltalk/doc
跳转到导航
跳转到搜索
| File:Edit-copy green.svg | 此页面是Template:Deltalk的模板文档。 此页面可能包含了模板的使用说明、分类和其他内容。 |
本模板用于删除其他人违反Wikipedia:讨论页指引的留言。要标记删除自己的留言,请使用{{CW}}。
用法[编辑]
用法1至2[编辑]
{{subst:Deltalk/auto}}
效果:
添加理由
{{subst:Deltalk/auto|删除的理由}}
效果:
用法3[编辑]
本方法适合于签名比较复杂的用户,如没有自定义签名效果与用法4相同。
{{subst:Deltalk/x|删除的理由}}
效果:
用法4至6[编辑]
默认或自定义的用户名和时间
{{Deltalk|~~~|~~~~~|删除的理由}}
效果:
{{Deltalk|Example|~~~~~|删除的理由}}
效果:
{{Deltalk|Example|~~~~~|删除的理由|Blocked}}
效果:
{{Deltalk|user=Example|time=~~~~~|reason=删除的理由}}
效果:
{{Deltalk|user=Example|time=~~~~~|reason=删除的理由|deluser=Blocked001}}
效果:
参见[编辑]
- {{Comment Withdraw}}
- {{Redacted}}
- Wikipedia:讨论页指引
<templatedata>
{
"params": {
"user": {
"label": "用户名",
"description": "移除留言的用户名称",
"example": "Example",
"type": "content",
"autovalue": ""
},
"time": {
"label": "移除时间",
"description": "填写移除留言时的时间点",
"example": "2020-01-01",
"type": "content"
},
"reason": {
"label": "移除理由",
"description": "填写违反哪个维基百科方针指引因此进行移除的理由",
"type": "content"
},
"deluser": {
"label": "移除的用户名",
"description": "填写违反讨论页指引的留言的用户名",
"type": "content"
}
},
"description": "删除违反讨论页指引的留言。",
"format": "inline"
}
</templatedata>