Actions

Template

Check X Mark: Difference between revisions

(change from if to switch)
(fix default value again)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
The first parameter is {{{1}}}
{{#switch: {{{1}}}
{{#switch: {{{1}}}
| Y
| Y
Line 9: Line 8:
| n
| n
| no = {{N}}
| no = {{N}}
| default = N/A
| N/A
}}
}}

Latest revision as of 10:44, 7 January 2010

{{#switch: {{{1}}} | Y | YES

| y

| yes = YesY | N | NO | n | no = NoN | N/A }}