Template:IfAND: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
(New page: <noinclude> ==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. </noinclude>)
 
No edit summary
Line 3: Line 3:
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 up to 5 variable names and return 1 if they all are true and nothing if any one of them is nonexistant.
</noinclude>
</noinclude>
<includeonly>
{{#if:
{{#if:{{{1|}}}|
{{#if:{{{2|}}}|1
}}
}}
|1|}}
</includeonly>

Revision as of 20:13, 17 April 2008

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.