Template:Verdict: Difference between revisions

From The Urban Dead Wiki
Jump to navigationJump to search
(New page: <div class="townBox"> {| |- ! style="text-align: right; padding-right: 9px; vertical-align: top;" | Verdict | | {{{1|Undefined}}} |- ! style="text-align: right; padding-right: 9px; vertic...)
 
No edit summary
Line 1: Line 1:
<div class="townBox">
<includeonly><div class="townBox">
{|  
{|  
|-
|-
! style="text-align: right; padding-right: 9px; vertical-align: top;" | Verdict
! style="text-align: right; padding-right: 9px; vertical-align: top;" | Verdict
| | {{{1|Undefined}}}
| style="vertical-align: top;" | {{{1|<span style="color: rgb(215,215,215)">Undefined</span>}}}
|-
|-
! style="text-align: right; padding-right: 9px; vertical-align: top;" | Action taken
! style="text-align: right; padding-right: 9px; vertical-align: top;" | Action taken
| | {{{2|Undefined}}}
| style="vertical-align: top;" | {{{2|<span style="color: rgb(215,215,215)">Undefined</span>}}}
|-
|-
|}
|}
</div>
</div>
</includeonly>
<noinclude>
__NOTOC__
== Usage ==
Just fill the following template call:
<pre>{{verdict|1|2}}</pre>
Where '''1''' is the verdict given, and '''2''' is the action taken. If no values are passed to 1 or 2, it automatically fills them as ''undefined''.
== Example ==
<pre>{{verdict|vandalism|warning}}</pre>
{{verdict|vandalism|warning}}
<div style="clear: both"></div>
<pre>{{verdict|waiting for more info}}</pre>
{{verdict|waiting for more info}}
</noinclude>

Revision as of 23:23, 4 January 2009


Usage

Just fill the following template call:

{{verdict|1|2}}

Where 1 is the verdict given, and 2 is the action taken. If no values are passed to 1 or 2, it automatically fills them as undefined.

Example

{{verdict|vandalism|warning}}
Verdict vandalism
Action taken warning


{{verdict|waiting for more info}}
Verdict waiting for more info
Action taken Undefined