Template:CheckTrueFalse: Difference between revisions
Jump to navigation
Jump to search
GameMaster (talk | contribs) No edit summary |
GameMaster (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{#ifeq:{{{1|}}} | {{#ifeq:{{{1|}}} | ||
| | |||
{{#ifeq:{{{2|}}}|false|false| | |||
{{#ifeq:{{{2|}}}|true|true| | |||
}} | |||
}}| | |||
}} | |||
|true | |true | ||
|false | |false | ||
Revision as of 03:40, 11 March 2017
Example use
{{checkTrueFalse|true}}
{{checkTrueFalse|false}}
{{checkTrueFalse||true}}
{{checkTrueFalse|false|true}}
true
true
true
true