Template:Consensus/doc: Difference between revisions
Appearance
Created page with "<templatedata> { "description": "Full-width banner indicating the consensus status of a page.", "params": { "status": { "label": "Status", "description": "One of: individual, draft, or consensus.", "type": "string", "required": true }, "users": { "label": "Users", "description": "(For individual or draft) Wikilinks to contributor(s), e.g. User:Ewelchmorgan", "type": "string", "required": false }, "no..." |
template data |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Full-width banner indicating the consensus status of a project page.", | |||
"params": { | |||
"status": { | |||
"label": "Status", | |||
"description": "Stage of the consensus-building process", | |||
"required": true, | |||
"suggestedvalues": [ | |||
"position", | |||
"draft", | |||
"consensus" | |||
], | |||
"default": "consensus" | |||
}, | |||
"users": { | |||
"label": "Users", | |||
"description": "For position, wikilinked name(s) of contributor(s)", | |||
"type": "string", | |||
"required": false, | |||
"example": "[[User:Example]]" | |||
}, | |||
"note": { | |||
"label": "Note", | |||
"description": "Optional note at the end.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"active-discussion": { | |||
"label": "Active discussion", | |||
"description": "Wikilinked page & section name of the current talk page discussion", | |||
"type": "wiki-page-name", | |||
"required": false, | |||
"example": "[[VassarWiki talk:Village pump#Example discussion]]" | |||
}, | |||
"previous-discussions": { | |||
"label": "Previous discussions", | |||
"description": "Wikilinks to past talk page discussions", | |||
"type": "string", | |||
"required": false, | |||
"example": "[[VassarWiki talk:Village pump#Example discussion]], [[VassarWiki talk:Village pump#Example discussion 2]]" | |||
} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
== Examples == | |||
<pre> | |||
{{Consensus | |||
|status = position | |||
|users = [[User:Ewelchmorgan]] | |||
|active-discussion = VassarWiki talk:Village pump#Example discussion | |||
}} | |||
</pre> | |||
{{Consensus | |||
|status = position | |||
|users = [[User:Ewelchmorgan]] | |||
|active-discussion = VassarWiki talk:Village pump#Example discussion | |||
}} | |||
== Example == | <pre> | ||
{{Consensus | |||
|status = draft | |||
|users = [[User:Ewelchmorgan]] | |||
|active-discussion = VassarWiki talk:Village pump#Example | |||
|note = Still a work in progress! | |||
}} | |||
</pre> | |||
{{Consensus | |||
|status = draft | |||
|users = [[User:Ewelchmorgan]] | |||
|active-discussion = VassarWiki talk:Village pump#Example | |||
|note = Still a work in progress! | |||
}} | |||
<pre> | <pre> | ||
{{Consensus | {{Consensus | ||
|status = consensus | |||
|previous-discussions = [[VassarWiki talk:Village pump#Example]] | |||
}} | |||
</pre> | </pre> | ||
{{Consensus | |||
{{Consensus | |status = consensus | ||
|previous-discussions = [[VassarWiki talk:Village pump#Example]] | |||
}} | |||
Latest revision as of 03:51, 30 April 2026
Full-width banner indicating the consensus status of a project page.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Status | status | Stage of the consensus-building process
| Unknown | required |
| Users | users | For position, wikilinked name(s) of contributor(s)
| String | optional |
| Note | note | Optional note at the end. | String | optional |
| Active discussion | active-discussion | Wikilinked page & section name of the current talk page discussion
| Page name | optional |
| Previous discussions | previous-discussions | Wikilinks to past talk page discussions
| String | optional |
Examples
{{Consensus
|status = position
|users = [[User:Ewelchmorgan]]
|active-discussion = VassarWiki talk:Village pump#Example discussion
}}
✋
This page reflects the position of User:Ewelchmorgan.
It is not meant to reflect VassarWiki consensus. If you disagree, consider discussing on the talk page or writing another page.
{{Consensus
|status = draft
|users = [[User:Ewelchmorgan]]
|active-discussion = VassarWiki talk:Village pump#Example
|note = Still a work in progress!
}}
📝
This page is a proposal under consideration.
It does not yet reflect consensus and is open for discussion. Still a work in progress!
{{Consensus
|status = consensus
|previous-discussions = [[VassarWiki talk:Village pump#Example]]
}}
✅
This page reflects established consensus.
It should only be edited after reaching a new consensus on the talk page. Previous discussions: VassarWiki talk:Village pump#Example