Vorlage:If

Aus Uncyclopedia
Zur Navigation springen Zur Suche springen

Usage[Quelltext bearbeiten]

Tests whether a value is defined.

{{if|{{{Value|}}}
 |(Text to display if value is defined)
 |(Text to display otherwise)
}}

OR

{{if|{{{Value|}}}
 |then=(Text to display if value is defined)
 |else=(Text to display otherwise)
}}

The third argument is optional.