Template:If either/doc
< Template:If either
Jump to navigation
Jump to search
Revision as of 23:43, 30 December 2014 by imported>Droll (tidied up)
| This is a documentation subpage for Template:If either. It contains usage information, categories and other content that is not part of the original template page. |
{{if either (|a) (|b) (|first result) (|second result)}}- "If either (a or) (b) is true, (return first result,) (else return second result)."
This helper template is designed to be used in other templates. It can help editors create template code that or self documenting. The major advantage of using this template over using the construct Template:Plaincode is that if the first parameter is not empty then the second parameter is not evaluated.
The "or" in the "a or b" above is inclusive: if both a and b are true, the template will return the first result.
This template can also be used to replace the construct Template:Plaincode (i.e. "if a, then true; else if b, then true; else false").
Examples
Script error: No such module "aligned table".
See also