Template:ItemCard: Difference between revisions

From Soul's Remnant Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
<br>
<br>
<p>
<p>
{{{#if:{{{effect|}}}|<span>'''Effect''':</span>|""}}}
{{{#if:{{{|effect|}}}<span>'''Effect''':</span>|}}}


{{{#vardefine:testvalue|{{{testvalue|}}}}}}
{{{#if{{{|testvalue|}}}The test value {{{testvalue}}} is present|The test value {{{testvalue}}} is not present}}}
The value of `testvalue` is: {{{#var:testvalue}}}.
{{{#if:{{{|str|}}}<span style="
 
{{{#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}}}
 
 
<!--{{{#if:{{{testvalue|}}}|The test value {{{testvalue}}} is present|The test value {{{testvalue}}} is not present}}}-->
{{{#if:{{{str|}}}|<span style="
border: 3px round #222222;
border: 3px round #222222;
border-radius: 10px;
border-radius: 10px;
Line 26: Line 18:
padding: 3px;
padding: 3px;
     white-space: nowrap;
     white-space: nowrap;
">+{{{str}}} STR</span>|""}}}
">+{{{str}}} STR</span>|}}}


{{{#if:{{{dex|}}}|<span style="
{{{#if:{{{dex|}}}<span style="
border: 3px round #222222;
border: 3px round #222222;
border-radius: 10px;
border-radius: 10px;
Line 36: Line 28:
">+{{{dex}}} DEX</span>|}}}
">+{{{dex}}} DEX</span>|}}}


{{{#if:{{{int|}}}|<span style="
{{{#if:{{{int|}}}<span style="
border: 3px round #222222;
border: 3px round #222222;
border-radius: 10px;
border-radius: 10px;

Latest revision as of 21:04, 10 January 2025

Name: Unknown

Type: Unknown

The test value {{{testvalue}}} is not present


Description:
""