Template:CheckTrueFalse: Difference between revisions
Jump to navigation
Jump to search
GameMaster (talk | contribs) |
GameMaster (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#if:{{{1|}}}|{{#ifeq:{{{1|}}}|true|true|{{#ifeq:{{{1|}}}|false|false|<strong class="error">Error! | <includeonly>{{#if:{{{1|}}}|{{#ifeq:{{{1|}}}|true|true|{{#ifeq:{{{1|}}}|false|false|<strong class="error">Error! Condition only support boolean value of true or false.</strong>}}}}|{{#if:{{{2|}}}|{{#ifeq:{{{1|}}}|true|true|{{#ifeq:{{{1|}}}|false|false|<strong class="error">Error! Default boolean only support boolean value of true or false.</strong>}}|false}}}}</includeonly><noinclude>This support a true or false value with default false (can be changed). | ||
==Example use== | ==Example use== | ||
<nowiki>{{checkTrueFalse|true}} | <nowiki>{{checkTrueFalse|true}} |
Revision as of 14:27, 11 March 2017
This support a true or false value with default false (can be changed).
Example use
{{checkTrueFalse|true}} {{checkTrueFalse|false}} {{checkTrueFalse||true}} {{checkTrueFalse|}} {{checkTrueFalse|false|true}} {{checkTrueFalse|nottrue|}} {{checkTrueFalse||nottrue}}
{{#if:true|true|
{{#if:false|false|
{{#if:|Error! Condition only support boolean value of true or false.|Error! Default boolean only support boolean value of true or false.
{{#if:|Error! Condition only support boolean value of true or false.|
{{#if:false|false|false
{{#if:nottrue|Error! Condition only support boolean value of true or false.|
{{#if:|Error! Condition only support boolean value of true or false.|Error! Default boolean only support boolean value of true or false.