Template:ItemCard: Difference between revisions

From Soul's Remnant Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(7 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>|}}}


The value of `testvalue` is: {{{testvalue|EMPTY}}}.
{{{#if{{{|testvalue|}}}The test value {{{testvalue}}} is present|The test value {{{testvalue}}} is not present}}}
 
{{{#if:{{{|str|}}}<span style="
{{{#if:{{{testvalue|}}}|Condition evaluated as TRUE|Condition evaluated as FALSE}}}
 
{{{#ifeq:{{{testvalue|EMPTY}}}|EMPTY|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:
""