Template:If all/doc
< Template:If all
Jump to navigation
Jump to search
Revision as of 23:30, 27 July 2010 by imported>Droll (added a bit more)
| This is a documentation subpage for Template:If all. It contains usage information, categories and other content that is not part of the original template page. |
| 40x40px | This template is Under development but seems functional. |
This helper template performs a logical and on n parameters. It can test up to 10 parameters.
It is intended to be used in other templates.
Usage
{{if all |1|2|3|4|5|6|7|8|9|10
| count = 10
| then = All is well.
| else = Something is missing.
}}
Yields:
{{if all |1|2|3|4|5|6|7|8| |10
| count = 10
| then = All is well.
| else = Something is missing.
}}
Yields:
See also
- {{Missing param}}