Template:Proposal outcome: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (contradictions do appear to be discouraged in more formal contexts, according to policy I believe? so, I think examples shouldn't have contractions either?)
No edit summary
Line 1: Line 1:
<strong style="color:{{#switch: {{{1}}}|passed=green|failed=red|vetoed=blue|red|green|blue|gray|grey={{{1}}}|gray}};text-transform:uppercase;font-family:Verdana;font-size:150%; font-weight: inherit;">{{#switch: {{{1}}}|vetoed=vetoed by the administrators|canceled|cancelled=canceled by proposer|passed={{{3|passed}}} {{{2|}}}|failed={{{3|failed}}} {{{2|}}}|no consensus=failed to reach consensus {{{2|}}}|red|green|blue|gray|grey={{{2}}}|#default=no quorum {{{2|}}}}}</strong>{{#if: {{{2|}}}|{{#ifeq: {{{1}}}|vetoed|<br><small>{{{2}}}</small>}}}}<br><noinclude>
<strong style="color:{{#switch:{{{1}}}|passed=green|failed=red|vetoed=blue|red|green|blue|gray|grey={{{1}}}|gray}};text-transform:uppercase;font-family:Verdana;font-size:150%;font-weight:inherit">{{#switch:{{{1}}}|vetoed=vetoed by the administrators|canceled|cancelled=canceled by proposer|passed={{{3|passed}}} {{{2|}}}|failed={{{3|failed}}} {{{2|}}}|no consensus=failed to reach consensus {{{2|}}}|red|green|blue|gray|grey={{{2}}}|#default=no quorum {{{2|}}}}}</strong>{{#if:{{{2|}}}|{{#switch:{{{1}}}|vetoed=<br><small>{{{2}}}</small>|blue=<br><small>{{{3}}}</small>}}}}<br><noinclude>
 
==Usage==
==Usage==
This template is to display the outcome of a proposal after the deadline has been met.
This template is to display the outcome of a proposal after the deadline has been met.
Line 8: Line 7:
The following table demonstrates the different varieties and different usages of the template.
The following table demonstrates the different varieties and different usages of the template.


{|class="wikitable"
{| class="wikitable"
|width=60%|{{ProposalOutcome|passed|11-3}}
|width=60%|{{ProposalOutcome|passed|11-3}}
|width=40%|<code>&#123;{ProposalOutcome|passed|11-3}}</code>
|width=40%|<code>&#123;{ProposalOutcome|passed|11-3}}</code>
Line 30: Line 29:
|width=40%|<code>&#123;{ProposalOutcome|vetoed|*insert text here*}}</code>
|width=40%|<code>&#123;{ProposalOutcome|vetoed|*insert text here*}}</code>
|-
|-
|width=60%|{{ProposalOutcome|cancelled}}
|width=60%|{{ProposalOutcome|canceled}}
|width=40%|<code>&#123;{ProposalOutcome|cancelled}}</code>
|width=40%|<code>&#123;{ProposalOutcome|canceled}}</code>
|-
|-
|width=60%|{{ProposalOutcome|no quorum|2-0}}
|width=60%|{{ProposalOutcome|no quorum|2-0}}
Line 37: Line 36:
|}
|}


Alternatively you can use the same template with the old system by specifying a color (red,green,gray) followed by the outcome in plain text. (This however cannot produce admin comments in the vetoed outcome, so you have to add it manually)
Alternatively you can use the same template with the old system by specifying a color (red,green,gray) followed by the outcome in plain text.
<pre>{{ProposalOutcome|color|title + votes}}</pre>
<pre>{{ProposalOutcome|color|title + votes}}</pre>


Line 47: Line 46:
|width=40%|<code>&#123;{ProposalOutcome|green|split the articles 7-3}}</code>
|width=40%|<code>&#123;{ProposalOutcome|green|split the articles 7-3}}</code>
|-
|-
|width=60%|{{ProposalOutcome|blue|vetoed by the administrators}}<small>*insert text here*</small><br>
|width=60%|{{ProposalOutcome|blue|vetoed by the administrators|*insert text here*}}
|width=40%|<code>&#123;{ProposalOutcome|blue|vetoed by the administrators}}&#60;small>*insert text here*</small>&#60;br></code>
|width=40%|<code>&#123;{ProposalOutcome|blue|vetoed by the administrators|*insert text here*}}</code>
|}
|}



Revision as of 09:47, June 1, 2022

no quorum

Usage

This template is to display the outcome of a proposal after the deadline has been met.

{{ProposalOutcome|passed/failed/vetoed/canceled/no consensus/no quorum|votes (if necessary)|argument}}

The following table demonstrates the different varieties and different usages of the template.

Template:ProposalOutcome {{ProposalOutcome|passed|11-3}}
Template:ProposalOutcome {{ProposalOutcome|passed|5-0|implement}}
Template:ProposalOutcome {{ProposalOutcome|passed|8-0-0|create articles for paper jam characters only}}
Template:ProposalOutcome {{ProposalOutcome|failed|3-5}}
Template:ProposalOutcome {{ProposalOutcome|failed|4-8|Do not merge}}
Template:ProposalOutcome {{ProposalOutcome|no consensus|10-0-8}}
Template:ProposalOutcome {{ProposalOutcome|vetoed|*insert text here*}}
Template:ProposalOutcome {{ProposalOutcome|canceled}}
Template:ProposalOutcome {{ProposalOutcome|no quorum|2-0}}

Alternatively you can use the same template with the old system by specifying a color (red,green,gray) followed by the outcome in plain text.

{{ProposalOutcome|color|title + votes}}
Template:ProposalOutcome {{ProposalOutcome|red|failed 3-6}}
Template:ProposalOutcome {{ProposalOutcome|green|split the articles 7-3}}
Template:ProposalOutcome {{ProposalOutcome|blue|vetoed by the administrators|*insert text here*}}

In both cases, the outcome will be in upper case.