Difference between revisions of "Template:First-of/doc"
From Species-ID
m (1 revision) |
m (1 revision) |
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 14:47, 6 November 2009
This template takes up to four parameters, returning the first one that has any content. In contrast to default values of template parameters, this method is not sensitive to the difference between undefined (Null) and empty string.
Background
Normally, a template parameter evaluated with a default value, such as "{{{parameter1 | MISSING }}}" will return the default value ("Missing") if not appearing in the template call, but an empty string ("") if the template call contains:
| ... | parameter1= | ...
Usage
{{First-of| {{{primary|}}} | {{{alternative|}}} | DefaultValue }} {{First-of| A | B | C }}
Result in:
DefaultValue A
See also
Related documentation on Wikipedia