Template:Proposal outcome: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
m (added an option for proposals that didn't reach a consensus (extended 4 times))
Line 1: Line 1:
<span style="color:{{#switch: {{{1}}}|passed=green|failed=red|red|green|gray|grey={{{1}}}|grey}};text-transform:uppercase;font-family:Verdana;font-size:150%">{{#switch: {{{1}}}|vetoed=vetoed by the administrators|canceled|cancelled=cancelled by proposer|passed={{{3|passed}}} {{{2|}}}|failed={{{3|failed}}} {{{2|}}}|red|red|green|gray={{{2}}}|#default=no quorum {{{2|}}}}}</span>{{#if: {{{2|}}}|{{#ifeq: {{{1}}}|vetoed|<br><small>{{{2}}}</small>}}}}<br>
<span style="color:{{#switch: {{{1}}}|passed=green|failed=red|red|green|gray|grey={{{1}}}|grey}};text-transform:uppercase;font-family:Verdana;font-size:150%">{{#switch: {{{1}}}|vetoed=vetoed by the administrators|canceled|cancelled=cancelled by proposer|passed={{{3|passed}}} {{{2|}}}|failed={{{3|failed}}} {{{2|}}}|no consensus=failed to reach consensus {{{2|}}}|red|red|green|gray={{{2}}}|#default=no quorum {{{2|}}}}}</span>{{#if: {{{2|}}}|{{#ifeq: {{{1}}}|vetoed|<br><small>{{{2}}}</small>}}}}<br>
<noinclude>
<noinclude>


Line 5: Line 5:
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.


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


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.
Line 24: Line 24:
|width=60%|{{ProposalOutcome|failed|4-8|Don't merge}}
|width=60%|{{ProposalOutcome|failed|4-8|Don't merge}}
|width=40%|<code>&#123;{ProposalOutcome|failed|4-8|Don't merge}}</code>
|width=40%|<code>&#123;{ProposalOutcome|failed|4-8|Don't merge}}</code>
|-
|width=60%|{{ProposalOutcome|no consensus|10-0-8}}
|width=40%|<code>&#123;{ProposalOutcome|no consensus|10-0-8}}</code>
|-
|-
|width=60%|{{ProposalOutcome|vetoed|The information posted in the comments shows that the situation is more complicated than initially believed, however there was no time for the proposal and its participants to take that into account.}}
|width=60%|{{ProposalOutcome|vetoed|The information posted in the comments shows that the situation is more complicated than initially believed, however there was no time for the proposal and its participants to take that into account.}}

Revision as of 07:59, May 3, 2016

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|Don't merge}}
Template:ProposalOutcome {{ProposalOutcome|no consensus|10-0-8}}
Template:ProposalOutcome {{ProposalOutcome|vetoed|*insert text here*}}
Template:ProposalOutcome {{ProposalOutcome|cancelled}}
Template:ProposalOutcome {{ProposalOutcome|no quorum|7-6}}

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)

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

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