Šablona:If: Porovnání verzí
Skočit na navigaci
Skočit na vyhledávání
bez shrnutí editace
imported>Algorithm Bez shrnutí editace |
imported>Algorithm Bez shrnutí editace |
||
{{{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)
}}
}}</nowiki></pre>▼
OR
{{if|{{{Value|}}}
|then=(Text to display if value is defined)
|else=(Text to display otherwise)
}}
The third argument is optional.
|