Template:IfAND: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 16: Line 16:
==Also See:==
==Also See:==
* [[Template:IfMatch]]
* [[Template:IfMatch]]
* [[Template:IfOR]]
* [[Template:IfTHEN]]
* [[Template:IfTHEN]]
* [[Template:IfXOR]]
* [[Template:IfXOR]]

Latest revision as of 19:27, 22 January 2009

Essential Template
  • This template is so essential that it has been protected to prevent tampering.
  • If you have suggestions to extend its function or have observed bugs, please post to the discussion page.


Usage Documentation

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: