|
|
| Line 1: |
Line 1: |
| <templatedata> | | <templatedata> |
| { | | { |
| "description": "Full-width banner indicating the consensus status of a project page.", | | "description": "Full-width banner indicating a project page reflects consensus.", |
| "params": { | | "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": { | | "note": { |
| "label": "Note", | | "label": "Note", |
| Line 45: |
Line 27: |
| </templatedata> | | </templatedata> |
| == Examples == | | == 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
| |
| }}
| |
|
| |
| <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>
| |
| {{Consensus | | {{Consensus |
| |status = consensus
| | |previous-discussions = [[VassarWiki talk:Improvements#Example]] |
| |previous-discussions = [[VassarWiki talk:Village pump#Example]] | |
| }} | | }} |
| </pre> | | </pre> |
| {{Consensus | | {{Consensus |
| |status = consensus
| | |previous-discussions = [[VassarWiki talk:Improvements#Example]] |
| |previous-discussions = [[VassarWiki talk:Village pump#Example]] | |
| }} | | }} |