Template:IfAND: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
==Use==
==Use==
This template will accept up to 5 variable names and return 1 if they all are true and nothing if any one of them is nonexistant.
This template will accept 2 variable names and return 1 if they are both true and nothing if any one of them is nonexistant.
<pre>
{{IfAND|variable1|variable2}}
</pre>
</noinclude>
</noinclude>
<includeonly>
<includeonly>

Revision as of 20:16, 17 April 2008

Use

This template will accept 2 variable names and return 1 if they are both true and nothing if any one of them is nonexistant.

{{IfAND|variable1|variable2}}