Template:ItemCard: Difference between revisions
Jump to navigation
Jump to search
Lightning266 (talk | contribs) mNo edit summary |
Lightning266 (talk | contribs) mNo edit summary |
||
Line 11: | Line 11: | ||
{{{#if:{{{effect|}}}|<span>'''Effect''':</span>|""}}} | {{{#if:{{{effect|}}}|<span>'''Effect''':</span>|""}}} | ||
The value of `testvalue` is: {{{testvalue| | The value of `testvalue` is: {{{testvalue|EMPTY_VALUE}}}. | ||
{{{#ifeq:{{{testvalue|}}}| |Condition evaluated as FALSE (empty)|Condition evaluated as TRUE (not empty)}}} | {{{#ifeq:{{{testvalue|EMPTY_VALUE}}}|EMPTY_VALUE|Condition evaluated as FALSE (empty)|Condition evaluated as TRUE (not empty)}}} | ||
{{{#ifeq:{{{testvalue|EMPTY_VALUE}}}|EMPTY_VALUE|The test value is not present|The test value {{{testvalue}}} is present}}} | |||