Template:ItemCard: Difference between revisions
Jump to navigation
Jump to search
Lightning266 (talk | contribs) mNo edit summary |
Lightning266 (talk | contribs) mNo edit summary |
||
Line 9: | Line 9: | ||
<br> | <br> | ||
<p> | <p> | ||
{{{#if:{{{effect|}}} <span>'''Effect''':</span>|}}} | {{{#if:{{{effect|}}}|<span>'''Effect''':</span>|}}} | ||
{{{#if:{{{testvalue|}}}|The test value {{{testvalue}}} is present|The test value {{{testvalue}}} is not present}}} | {{{#if:{{{testvalue|}}}|The test value {{{testvalue}}} is present|The test value {{{testvalue}}} is not present}}} | ||
{{{#if:{{{str|}}}<span style=" | {{{#if:{{{str|}}}|<span style=" | ||
border: 3px round #222222; | border: 3px round #222222; | ||
border-radius: 10px; | border-radius: 10px; | ||
Line 19: | Line 19: | ||
">+{{{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 27: | Line 27: | ||
">+{{{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; |