Template:WsBool: Difference between revisions
Jump to navigation
Jump to search
Streetclaw (talk | contribs) (Bool types removed) |
Streetclaw (talk | contribs) m (Fix example: WsTrue removed (doesn't exist)) |
||
Line 1: | Line 1: | ||
<noinclude>True: {{WsBool|1}} False: {{WsBool|0}} Dosn't exist: {{WsBool|{{{foo}}}}} True (1): {{WsBool| | <noinclude>True: {{WsBool|1}} False: {{WsBool|0}} Dosn't exist: {{WsBool|{{{foo}}}}} True (1): {{WsBool|1|1}} False (1): {{WsBool|0|1}} Dosn't exist (1): {{WsBool|{{{foo}}}|1}}</noinclude><includeonly>{{#ifeq:{{{1}}}|1|1|{{#ifeq:{{{1}}}|0|0|{{#if:{{{2|}}}|{{{2}}}|0}}}}|0}}</includeonly> |
Revision as of 12:57, 22 March 2020
True: 1 False: 0 Dosn't exist: 0 True (1): 1 False (1): 0 Dosn't exist (1): 1