参数及使用方法[编辑]
| # = 1-10
|
|
| checked
|
上一次由哪位中立用户检查编辑的中立性。
|
| User#
|
用户名
|
| U#-EH
|
用户有没有编辑条目。
|
填写yes或no
|
| U#-declared
|
用户有没有声明与条目的关系。
|
| U#-otherlinks
|
链接至该用户的声明。
|
{{Connected contributor
| checked = Example
| User1 = WikiWriter2458 | U1-EH = yes | U1-declared = yes |U1-otherlinks = |U1-banned =
| User2 = John Smith | U2-EH = no | U2-declared = no |U2-otherlinks = |U2-banned =
| User3 = Janet Doe | U3-EH = yes | U3-declared = yes |U3-otherlinks = |U3-banned = yes
| User4 = xx | U4-EH = yes | U4-declared = no |U4-otherlinks = |U4-banned =
}}
使用上方的代码会产生以下结果:
重定向[编辑]
<templatedata>
{
"params": {
"checked": {
"label": "巡查者",
"description": "最后一次检查编辑中立性的用户",
"type": "wiki-user-name"
},
"User1": {
"label": "用户名",
"description": "与条目有关系的用户名",
"type": "wiki-user-name"
},
"U1-EH": {
"label": "编辑",
"description": "用户有没有对条目进行编辑",
"type": "boolean",
"autovalue": "yes"
},
"U1-declared": {
"label": "声明",
"description": "用户有没有声明跟条目之间的关系",
"type": "boolean",
"autovalue": "yes"
},
"U1-otherlinks": {
"label": "声明链接",
"description": "用户进行声明的编辑差异链接",
"type": "content"
},
"User2": {
"label": "用户名",
"description": "与条目有关系的用户名"
},
"U2-EH": {
"label": "编辑",
"description": "用户有没有对条目进行编辑",
"type": "boolean",
"autovalue": "yes"
},
"U2-declared": {
"label": "声明",
"description": "用户有没有声明跟条目之间的关系",
"type": "boolean",
"autovalue": "yes"
},
"U2-otherlinks": {
"label": "声明链接",
"description": "用户进行声明的编辑差异链接",
"type": "content"
},
"User3": {
"label": "用户名",
"description": "与条目有关系的用户名"
},
"U3-EH": {
"label": "编辑",
"description": "用户有没有对条目进行编辑",
"type": "boolean",
"autovalue": "yes"
},
"U3-declared": {
"label": "声明",
"description": "用户有没有声明跟条目之间的关系",
"type": "boolean",
"autovalue": "yes"
},
"U3-otherlinks": {
"label": "声明链接",
"description": "用户进行声明的编辑差异链接",
"type": "content"
},
"User4": {
"label": "用户名",
"description": "与条目有关系的用户名"
},
"U4-EH": {
"label": "编辑",
"description": "用户有没有对条目进行编辑",
"type": "boolean",
"autovalue": "yes"
},
"U4-declared": {
"label": "声明",
"description": "用户有没有声明跟条目之间的关系",
"type": "boolean",
"autovalue": "yes"
},
"U4-otherlinks": {
"label": "声明链接",
"description": "用户进行声明的编辑差异链接",
"type": "content"
}
},
"description": "用户跟条目主题有关系的声明模板",
"format": "inline"
}
</templatedata>