Check X Mark: Difference between revisions
No edit summary |
(change from if to switch) |
||
| Line 1: | Line 1: | ||
The first parameter is {{{1}}} | The first parameter is {{{1}}} | ||
{{#switch: {{{1}}} | |||
| Y | |||
| YES | |||
| y | |||
| yes = {{Y}} | |||
| N | |||
| NO | |||
| n | |||
| no = {{N}} | |||
| default = N/A | |||
}} | |||
Revision as of 10:40, 7 January 2010
The first parameter is {{{1}}} {{#switch: {{{1}}} | Y | YES
| y
| yes =
| N
| NO
| n
| no =
| default = N/A
}}