Template:If

From Heroes 3 wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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