Actions

Template

Check X Mark: Difference between revisions

No edit summary
(change from if to switch)
Line 1: Line 1:
The first parameter is {{{1}}} {{subst:{{#ifeq: {{{1}}} | b | {{Y}} | {{N}} }}}}
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 = YesY | N | NO | n | no = NoN | default = N/A }}