Änderungen
if-Funktion
{{{else{{{1|}}}|{{{3{{{1|}}}|{{{1{{{1|}}}|{{{then|{{{2|}}}}}}}}}}}}}}}<noinclude>
==Usage==
Tests whether a value is defined.
<pre><nowiki>
{{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)
}}
</nowiki></pre>
The third argument is optional.
==Usage==
Tests whether a value is defined.
<pre><nowiki>
{{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)
}}
</nowiki></pre>
The third argument is optional.