Difference between revisions of "Template:2if1"
From Conservapedia
m (Protected "Template:2if1" [edit=sysop:move=sysop]) |
|||
| Line 13: | Line 13: | ||
:* If parameter {{tt|a}} is blank, then the template will return nothing. | :* If parameter {{tt|a}} is blank, then the template will return nothing. | ||
</noinclude> | </noinclude> | ||
| + | [[Category:Navigation box]] | ||
Revision as of 00:00, January 15, 2009
| Template: 2if1 | |
|---|---|
| Use on | Templates |
| Use for | Returns parameter 2 if parameter 1 is non-blank |
| Category template applies to page | (none) |
| Template Parameters (See using templates). | |||
|---|---|---|---|
| Name | Purpose | Required? | Comment |
| 1 | The test value | no | |
| 2 | The value to return | no | |
This template returns parameter 2 only if parameter 1 is not blank. The main use of this is in other templates, in converting parameters.
Example:
- Given {{2if1 | {{{a|}}} | [[{{{a}}}]] }}:
- If parameter a=train, then the template will return [[train]].
- If parameter a is blank, then the template will return nothing.