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>|""}}} | ||
{{#vardefine:testvalue|{{{testvalue|}}}}} | {{{#vardefine:testvalue|{{{testvalue|}}}}}} | ||
The value of `testvalue` is: {{{#var:testvalue}}}. | The value of `testvalue` is: {{{#var:testvalue}}}. | ||
{{#ifeq:{{{#var:testvalue}}}| |Condition evaluated as FALSE (empty)|Condition evaluated as TRUE (not empty)}} | {{{#ifeq:{{{#var:testvalue}}}| |Condition evaluated as FALSE (empty)|Condition evaluated as TRUE (not empty)}}} | ||
{{#ifeq:{{{#var:testvalue}}}| |The test value is not present|The test value {{{testvalue}}} is present}} | {{{#ifeq:{{{#var:testvalue}}}| |The test value is not present|The test value {{{testvalue}}} is present}}} | ||