Template:If all
This helper template performs a logical and on n parameters where n is between 1 and 10. It is intended to be used in other templates.
Usage
{{if all|1|2|3|4|5|6|7|8|9|10
| n = 10
| then = All there.
| else = Something is missing.
}}
→ All there.
{{if all|1|2|3|4|5|6|7|8| |10
| n = 10
| then = All there.
| else = Something is missing.
}}
→ Something is missing.
See also
- {{ifempty}}
- {{Missing param}}
| The above documentation is transcluded from Template:If all/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |