Template:ItemCard: Difference between revisions
Jump to navigation
Jump to search
Lightning266 (talk | contribs) mNo edit summary |
Lightning266 (talk | contribs) mNo edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
<br> | <br> | ||
<p> | <p> | ||
{{{#if:{{{effect|}}} | {{{#if:{{{|effect|}}}<span>'''Effect''':</span>|}}} | ||
{{{#if | |||
{{{#if:{{{str|}}} | {{{#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 19: | Line 20: | ||
">+{{{str}}} STR</span>|}}} | ">+{{{str}}} STR</span>|}}} | ||
{{{#if:{{{dex|}}} | {{{#if:{{{dex|}}}<span style=" | ||
border: 3px round #222222; | border: 3px round #222222; | ||
border-radius: 10px; | border-radius: 10px; | ||
Line 27: | Line 28: | ||
">+{{{dex}}} DEX</span>|}}} | ">+{{{dex}}} DEX</span>|}}} | ||
{{{#if:{{{int|}}} | {{{#if:{{{int|}}}<span style=" | ||
border: 3px round #222222; | border: 3px round #222222; | ||
border-radius: 10px; | border-radius: 10px; |