Template:IfAND: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 2: Line 2:
==Use==
==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.
This template will accept 2 variable names and return 1 if they are both true and nothing if any one of them is nonexistant.
[[Category:Templates]]
<pre>
<pre>
{{IfAND|variable1|variable2}}
{{IfAND|variable1|variable2}}

Revision as of 20:31, 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}}