Template:If then show/doc

< Template:If then show

This template tests whether the first unnamed parameter is not an empty string and returns it if it does. Otherwise it returns the second unnamed parameter.

This is useful when the first parameter is a {{#invoke: }} of a Lua module that may return a value or nothing. Because it uses the {{#invoke: }} just once, it simplifies the coding of infoboxes, for example.

The optional third and fourth unnamed parameters provide a prefix and a suffix for the first parameter when returned. This enables the designer to construct more complex templates that still only use one invoke of a Lua module.

Usage

Script error: The function "label" does not exist. (P26) for Script error: The function "label" does not exist. (Q151973)
{{If then show|{{#invoke:WikidataIB|getValue|P26|qid=Q151973|fwd=ALL|osd=no}}|unmarried}} → unmarried
Script error: The function "label" does not exist. (P26) for Script error: The function "label" does not exist. (Q905)
{{If then show|{{#invoke:WikidataIB|getValue|P26|qid=Q905|fwd=ALL|osd=no}}|unmarried}} → unmarried

Prefix and suffix

A table can be designed to display a row only when a particular property of the article exists on Wikidata.

Script error: The function "label" does not exist. (P26) for Script error: The function "label" does not exist. (Q151973)
<syntaxhighlight lang="html">
Label Value

</syntaxhighlight>

Label Value
Script error: The function "label" does not exist. (P26) for Script error: The function "label" does not exist. (Q905)
<syntaxhighlight lang="html">
Label Value

</syntaxhighlight>

Label Value