|
|
Line 1: |
Line 1: |
| <strong style="color:{{{4|{{#switch: {{{2}}}|overturned=green|stands=red}}}}};text-transform:uppercase;font-family:Verdana;font-size:150%; font-weight: inherit;">{{{1}}} {{{2}}}</strong><br><small>{{{3}}}</small><br>
| | Empty until further notice |
| <noinclude>
| |
| | |
| ==Usage==
| |
| This template is to display the outcome of an appeal.
| |
| | |
| <pre>{{AppealOutcome|reminder/warning/last warning/userspace warning/etc...|stands/overturned/other|argument[|color]}}</pre>
| |
| The color parameter is optional unless something other than stands and overturned was chosen for the verdict of the appeal.
| |
| | |
| The following table demonstrates the different varieties and different usages of the template.
| |
| {|class="wikitable"
| |
| |width=60%|{{User:Megadardery/1|warning|overturned|This warning makes no sense. An informal message and actually specifying what's the matter would have been better.}}
| |
| |width=40%|<code>{{AppealOutcome|warning|overturned|*argument*}}</code>
| |
| |-
| |
| |width=60%|{{User:Megadardery/1|warning|stands|Deleting conversations is not allowed.}}
| |
| |width=40%|<code>{{AppealOutcome|warning|stands|*argument*}}</code>
| |
| |-
| |
| |width=60%|{{User:Megadardery/1|userspace warning|stands|Your editing is better now, but at the time, the warning was deserved.}}
| |
| |width=40%|<code>{{AppealOutcome|userspace warning|stands|*argument*}}</code>
| |
| |-
| |
| |width=60%|{{User:Megadardery/1|reminder|stands|The user was blocked, so it's a moot point now.|gray}}
| |
| |width=40%|<code>{{AppealOutcome|reminder|stands|*argument*|gray}}</code>
| |
| |-
| |
| |width=60%|{{User:Megadardery/1|last warning|stands|Antagonizing other users is not allowed, and being new is no excuse.}}
| |
| |width=40%|<code>{{AppealOutcome|last warning|stands|*argument*}}</code>
| |
| |-
| |
| |width=60%|{{User:Megadardery/1|warning|restored to original form|The warning should never have been altered in the first place.|green}}
| |
| |width=40%|<code>{{AppealOutcome|warning|restored to original form|*argument*|green}}</code>
| |
| |}
| |
| | |
| [[Category:Formatting templates]]
| |