參數及使用方法[編輯]
| # = 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>