Template:If

From Curious Expedition 2 Wiki
Revision as of 20:54, 11 January 2021 by Delvr (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns the second argument if the first argument is non-empty; returns empty otherwise.

Examples

You type You get

{{if|argument|Argument is non-empty}}

Argument is non-empty

{{if||Argument is non-empty}}

References