Template:IfAND: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
m (Debugging)
m (Debugging)
Line 13: Line 13:
|fals=
|fals=
</pre>
</pre>

==Also See:==
* [[Template:IfMatch]]
* [[Template:IfOR]]
* [[Template:IfXOR]]
</noinclude>
</noinclude>

Revision as of 14:25, 22 April 2008


Use

This template will accept 10 variable names and return 1 if they all exist and nothing if any one of them is nonexistant or whitespace.

If |true= or |false= is set, it will return custom strings for matches or no matches.

{{IfAND|variable1|...|variable10}}
Additional options:
|true=
|fals=

Also See: