Template:ItemCard: Difference between revisions

From Soul's Remnant Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 11: Line 11:
{{{#if:{{{effect|}}}|<span>'''Effect''':</span>|""}}}
{{{#if:{{{effect|}}}|<span>'''Effect''':</span>|""}}}


The value of `testvalue` is: {{{testvalue|EMPTY}}}.
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}}}


{{{#ifeq:{{{testvalue|EMPTY}}}|EMPTY|The test value is not present|The test value {{{testvalue}}} is present}}}





Revision as of 20:53, 10 January 2025

Name: Unknown

Type: Unknown

Effect: The value of `testvalue` is: EMPTY_VALUE. EMPTY_VALUE EMPTY_VALUE +{{{str}}} STR +{{{dex}}} DEX +{{{int}}} INT


Description:
""