IfNot
From Titan's Teeth
Revision as of 10:04, 28 December 2019 by Dicemonger (talk | contribs) (Created page with "<includeonly>{{#ifeq: {{{1|}}}|{{{2|}}}||{{{3|}}}}}</includeonly><noinclude>Check whether var is not equal to a value, and if true display the result. Usage: <nowiki>{{IfNot|...")
Check whether var is not equal to a value, and if true display the result.
Usage: {{IfNot|var|value|result}}
Example: {{IfNot|{{{terrain|}}}|plains|Terrain is not plains}}