From PPI
Jump to: navigation, search
m (Update)
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Example ==
<noinclude>
<noinclude>
{{:Template:Motion/Doc}}
<!-- {{:Template:Motion/Doc}} -->
 
<pre>
{{motion|title=Do we approve the minutes?
|text=Do we approve the minutes?
|Yes=Dichter (1), keithgoldstein (1), MichalGill (1), BaileyL (1), RayJohansen (1), Cedric (1)
|No=
|Abstain=
|close=Motion passed
|}}
</pre>
{{motion|title=Do we approve the minutes?
|text=Do we approve the minutes?
|Yes=Dichter (1), keithgoldstein (1), MichalGill (1), BaileyL (1), RayJohansen (1), Cedric (1)
|No=
|Abstain=
|close=Motion passed
|}}
 


== Code ==
== Code ==
<pre>
<pre>
</noinclude>
</noinclude>
<div class="motion-{{{result|undef}}}">
<onlyinclude>{|cellspacing="8" cellpadding="0" class="hintergrundfarbe1 rahmenfarbe2" align="center" style="width: 85%; background:#e7e7f7; font-size: 95%; border-style: solid; margin-top: 2px; margin-bottom: 2px; clear: both; position:relative; box-shadow: 5px 5px 9px #999;"
<p class="title">Motion {{{number|}}} : {{{title|}}}</p>
! Motion
<p class="content">{{{text|}}}</p>
|-
{{#if:{{{result|}}}|
|{{RCBox-black|'''{{{title}}}}}'''
<p class="vote">
|-
{{#if:{{{vote|}}}|
|{{{text}}}
{{{vote|}}}
|-
|
|[[File:15yes.png]] Yes : {{{Yes}}}  
<span class="voteYES"><span>vote YES :</span> {{{voteYES|<i>Aucun</i>}}}</span>
|-
<span class="voteNO"><span>vote NO :</span> {{{voteNO|<i>Aucun</i>}}}</span>
|[[File:15no.png]] No : {{{No}}}  
|}}
|-
<span class="voteAbstain"><span>vote Abstain :</span> {{{voteAbstain|<i>Aucun</i>}}}</span>
|[[File:Pictogram voting neutral.svg|15px]] Abstain : {{{Abstain}}}
</p>
|-
|}}
|center|{{RCBox-blue mini|''Result:'' '''{{{close}}}}}'''
{{#if:{{{close|}}}|
|-
<p class="close">{{{close}}}</p>
|}
|}}
</onlyinclude>
</div>
 
<noinclude>
<noinclude>
</pre>
</pre>

Latest revision as of 09:51, 7 July 2020

Example

{{motion|title=Do we approve the minutes?
|text=Do we approve the minutes?
|Yes=Dichter (1), keithgoldstein (1), MichalGill (1), BaileyL (1), RayJohansen (1), Cedric (1)
|No=
|Abstain=
|close=Motion passed
|}}
Motion
Do we approve the minutes?
Do we approve the minutes?
Yes : Dichter (1), keithgoldstein (1), MichalGill (1), BaileyL (1), RayJohansen (1), Cedric (1)
No :
Abstain :
Result: Motion passed


Code

</noinclude>
<onlyinclude>{|cellspacing="8" cellpadding="0" class="hintergrundfarbe1 rahmenfarbe2" align="center" style="width: 85%; background:#e7e7f7; font-size: 95%; border-style: solid; margin-top: 2px; margin-bottom: 2px; clear: both; position:relative; box-shadow: 5px 5px 9px #999;"
! Motion
|-
|{{RCBox-black|'''{{{title}}}}}'''
|-
|{{{text}}}
|-
|[[File:15yes.png]] Yes : {{{Yes}}} 
|-
|[[File:15no.png]] No : {{{No}}} 
|-
|[[File:Pictogram voting neutral.svg|15px]] Abstain : {{{Abstain}}}
|-
|center|{{RCBox-blue mini|''Result:'' '''{{{close}}}}}'''
|-
|}
</onlyinclude>
<noinclude>