Difference between revisions of "Template:Booland"
From Kerbal Space Program Wiki
(Created page with "<includeonly>{{#if: {{{1|}}} | {{#if: {{{2|}}} | {{{3|1}}} | {{{4|}}} }} | {{{4|}}} }}</includeonly> <noinclude>Logical and: <pre>if {{{1|}}} and {{{2|}}} then {{{3|1}}} e...") |
m (-new line;) |
||
Line 1: | Line 1: | ||
− | <includeonly>{{#if: {{{1|}}} | {{#if: {{{2|}}} | {{{3|1}}} | {{{4|}}} }} | {{{4|}}} }}</includeonly> | + | <includeonly>{{#if: {{{1|}}} | {{#if: {{{2|}}} | {{{3|1}}} | {{{4|}}} }} | {{{4|}}} }}</includeonly><noinclude>Logical and: <pre>if {{{1|}}} and {{{2|}}} then |
− | <noinclude>Logical and: <pre>if {{{1|}}} and {{{2|}}} then | ||
{{{3|1}}} | {{{3|1}}} | ||
else | else | ||
− | {{{4|}}}</pre></noinclude> | + | {{{4|}}}</pre> |
+ | |||
+ | [[Category:Templates]]</noinclude> |
Latest revision as of 09:19, 16 July 2013
Logical and:if {{{1|}}} and {{{2|}}} then {{{3|1}}} else {{{4|}}}