Template:If

From Heroes 3 wiki
Revision as of 22:26, 8 December 2023 by Legate (talk | contribs) (add category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


See this page for usage.

In many cases you may be able to use the basic #if parser function instead:

{{#if:test string|value if test string is not empty|value if test string is empty (or only white space)}}
→ value if test string is not empty