Template: Decision

No edit summary
No edit summary
Line 1: Line 1:
<noinclude>{{#cargo_declare: _table = decisions
<noinclude>{{#cargo_declare: _table = decisions
| date = Date
| decision = Text
| decision = Text
| outcome = Text
| outcome = Text
Line 7: Line 6:
| notes = Wikitext
| notes = Wikitext
}}</noinclude><includeonly>{{#cargo_store: _table = decisions
}}</noinclude><includeonly>{{#cargo_store: _table = decisions
| date = {{{date|}}}
| decision = {{{decision|}}}
| decision = {{{decision|}}}
| outcome = {{{outcome|}}}
| outcome = {{{outcome|}}}
Line 14: Line 12:
| notes = {{{notes|}}}
| notes = {{{notes|}}}
}}</includeonly><!--
}}</includeonly><!--
--><div style="border: 1px solid lightblue; border-radius: 0.5em; padding:0.5em"><!--
--><div style="border: 1px solid lightblue; border-left-width: 4px; border-radius: 0.5em; padding:0.5em"><!--
   --><span style="float:right; color:lightblue; font-variant:small-caps; transform: rotate(270deg); transform-origin:bottom right">Decision</span><!--
   --><span style="float:right; font-size:larger; color:lightblue; font-variant:small-caps; transform: rotate(270deg); transform-origin:bottom right">Decision</span><!--
   -->Date: {{{date|}}}<br><!--
   -->Date: {{#cargo_query: tables=meetings |fields=date |format=list |where=_pageID={{PAGEID}} |default=''[Date will be added after saving]'' }}<br><!--
   -->'''Decision: {{{decision|}}}'''<br><!--
   -->'''Decision: {{{decision|}}}'''<br><!--
   -->Outcome: {{{outcome|}}}<br><!--
   -->Outcome: {{{outcome|}}}<br><!--
   -->Moved: [[{{{moved|}}}]], Seconded: [[{{{seconded|}}}]]<br><!--
   -->Moved: [[{{{moved|}}}]], seconded: [[{{{seconded|}}}]]<br><!--
   -->Notes: {{{notes|}}}<!--
   -->Notes: {{{notes|}}}<!--
--></div><noinclude>{{documentation}}</noinclude>
--></div><noinclude>{{documentation}}</noinclude>

Revision as of 00:26, 27 June 2021

This template defines the table "decisions". View table.

DecisionDate: [Date will be added after saving]
Decision:
Outcome:
Moved: [[]], seconded: [[]]
Notes:
[edit] Template documentation

This template should be used on meeting minutes' pages when a decision needs to be recorded. See the Decisions page for the register of all decisions.

To add a decision, use the following syntax:

{{decision
 | decision = 
 | moved    = 
 | seconded = 
 | outcome  = 
 | notes    = 
}}

No description.

[Edit template data]

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Text of the motiondecision

no description

Stringrequired
Movedmoved

Username of the person who moved this motion.

Page namerequired
Secondedseconded

Username of the person who seconded this motion.

Page namerequired
Outcomeoutcome

no description

Unknownsuggested
Notesnotes

no description

Contentoptional
Discuss this page