Template:Verdict: Difference between revisions

From The Urban Dead Wiki
Jump to navigationJump to search
m (Protected "Template:Verdict" [edit=sysop:move=sysop])
m (to make unfinished bussiness stand out a little more)
Line 2: Line 2:
{|
{|
! style="text-align:right; padding-right:9px; vertical-align:top" | Verdict
! style="text-align:right; padding-right:9px; vertical-align:top" | Verdict
| style="vertical-align:top" | {{{1|<span style="color:#969696">Undefined</span>}}}
| style="vertical-align:top" | {{{1|<span style="color:#CC6666">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
| style="vertical-align:top" | {{{2| {{switch|{{{1}}}|case: Not Vandalism=None Required|default=<span style="color:#969696">Undefined</span>}} }}}
| style="vertical-align:top" | {{{2| {{switch|{{{1}}}|case: Not Vandalism=None Required|default=<span style="color:#CC6666">Undefined</span>}} }}}
|}
|}
</div></includeonly><noinclude>
</div></includeonly><noinclude>

Revision as of 06:32, 6 July 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.

Entering "Not Vandalism" for 1 will automatically fill in 2 with "None Required" unless 2 is specified.

Example

{{Verdict}}
Verdict Undefined
Action taken Undefined


{{Verdict|Awaiting Clarification}}
Verdict Awaiting Clarification
Action taken Undefined


{{Verdict|Vandalism|Warned}}
Verdict Vandalism
Action taken Warned


{{Verdict|Not Vandalism}}
Verdict Not Vandalism
Action taken None Required


{{Verdict|Not Vandalism|Warning Retracted}}
Verdict Not Vandalism
Action taken Warning Retracted