Template:If: Difference between revisions

From Celeste Wiki
Jump to navigation Jump to search
(Created page with "{{{else{{{1|}}}|{{{3{{{1|}}}|{{{1{{{1|}}}|{{{then|{{{2|}}}}}}}}}}}}}}}<noinclude> ==Usage== Tests whether a value is defined. <pre><nowiki> {{if|{{{Value|}}} |(Text to displ...")
 
m (Protected "Template:If": Critical template ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Delete=Allow only administrators] (indefinite) [Protect=Allow only administrators] (indefinite)))
 
(No difference)

Latest revision as of 10:19, 9 January 2021

Usage

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.