Actions

Template

Check X Mark: Difference between revisions

No edit summary
(fix default value again)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
The first parameter is {{{1}}} {{#ifeq: {{{1}}} | b | first param is equal to b | first param is different to b }}
{{#switch: {{{1}}}
| Y
| YES
| y
| yes = {{Y}}
| N
| NO
| n
| no = {{N}}
| 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 }}