Template:Consensus/doc: Difference between revisions
m examples |
m pre |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Full-width banner indicating a project page reflects consensus.", | |||
"params": { | |||
"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 == | == Examples == | ||
<pre> | <pre> | ||
{{Consensus | {{Consensus | ||
|previous-discussions = [[VassarWiki talk:Improvements#Example]] | |||
}} | |||
</pre> | </pre> | ||
{{Consensus | |||
{{Consensus | |previous-discussions = [[VassarWiki talk:Improvements#Example]] | ||
}} | |||