Template:ItemCard: Difference between revisions

From Soul's Remnant Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 9: Line 9:
<br>
<br>
<p>
<p>
{{#if:{{{effect|}}}|<span>'''Effect''':</span>}}
{{{#if:{{{effect|}}}|<span>'''Effect''':</span>}}}
{{#if:{{{str|}}}|<span style="
{{{#if:{{{str|}}}|<span style="
border: 3px round #222222;
border: 3px round #222222;
border-radius: 10px;
border-radius: 10px;
Line 16: Line 16:
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 23: Line 23:
padding: 3px;
padding: 3px;
     white-space: nowrap;
     white-space: nowrap;
">+{{{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;
Line 30: Line 30:
padding: 3px;
padding: 3px;
     white-space: nowrap;
     white-space: nowrap;
">+{{{int}}} INT</span>}}
">+{{{int}}} INT</span>}}}
{{#if:{{{spr|}}}|<span style="
{{{#if:{{{spr|}}}|<span style="
border: 3px round #222222;
border: 3px round #222222;
border-radius: 10px;
border-radius: 10px;
Line 37: Line 37:
padding: 3px;
padding: 3px;
     white-space: nowrap;
     white-space: nowrap;
">+{{{spr}}} SPR</span>}}
">+{{{spr}}} SPR</span>}}}
{{#if:{{{con|}}}|<span style="
{{{#if:{{{con|}}}|<span style="
border: 3px round #222222;
border: 3px round #222222;
border-radius: 10px;
border-radius: 10px;
Line 44: Line 44:
padding: 3px;
padding: 3px;
     white-space: nowrap;
     white-space: nowrap;
">+{{{con}}} CON</span>}}
">+{{{con}}} CON</span>}}}
{{#if:{{{luk|}}}|<span style="
{{{#if:{{{luk|}}}|<span style="
border: 3px round #222222;
border: 3px round #222222;
border-radius: 10px;
border-radius: 10px;
Line 51: Line 51:
padding: 3px;
padding: 3px;
     white-space: nowrap;
     white-space: nowrap;
">+{{{luk}}} LUK</span>}}
">+{{{luk}}} LUK</span>}}}
{{#if:{{{def|}}}|<span style="
{{{#if:{{{def|}}}|<span style="
border: 3px round #222222;
border: 3px round #222222;
border-radius: 10px;
border-radius: 10px;
Line 59: Line 59:
     color:white;
     color:white;
     white-space: nowrap;
     white-space: nowrap;
">+{{{def}}} DEF</span>}}
">+{{{def}}} DEF</span>}}}
{{#if:{{{spd|}}}|<span style="
{{{#if:{{{spd|}}}|<span style="
border: 3px round #222222;
border: 3px round #222222;
border-radius: 10px;
border-radius: 10px;
Line 67: Line 67:
     color:white;
     color:white;
     white-space: nowrap;
     white-space: nowrap;
">+{{{spd}}} SPD</span>}}
">+{{{spd}}} SPD</span>}}}
{{#if:{{{jmp|}}}|<span style="
{{{#if:{{{jmp|}}}|<span style="
border: 3px round #222222;
border: 3px round #222222;
border-radius: 10px;
border-radius: 10px;
Line 75: Line 75:
     color:white;
     color:white;
     white-space: nowrap;
     white-space: nowrap;
">+{{{jmp}}} JMP</span>}}
">+{{{jmp}}} JMP</span>}}}
{{#if:{{{heal_hp|}}}|<span style="
{{{#if:{{{heal_hp|}}}|<span style="
     border: 3px round #222222;
     border: 3px round #222222;
     border-radius: 10px;
     border-radius: 10px;
Line 82: Line 82:
     padding: 3px;
     padding: 3px;
     white-space: nowrap;
     white-space: nowrap;
">Heals {{{heal_hp}}} HP</span>}}
">Heals {{{heal_hp}}} HP</span>}}}
{{#if:{{{heal_mp|}}}|<span style="
{{{#if:{{{heal_mp|}}}|<span style="
border: 3px round #222222;
border: 3px round #222222;
border-radius: 10px;
border-radius: 10px;
Line 90: Line 90:
     color:white;
     color:white;
     white-space: nowrap;
     white-space: nowrap;
">Recovers {{{heal_mp}}} MP</span>}}
">Recovers {{{heal_mp}}} MP</span>}}}
<p>
<p>
{{#if:{{{duration|}}}|'''Duration''': {{{duration}}}<br>}}
{{{#if:{{{duration|}}}|'''Duration''': {{{duration}}}<br>}}}
{{#if:{{{slots|}}}|'''Upgrade Slots''': {{{slots}}}<br>}}
{{{#if:{{{slots|}}}|'''Upgrade Slots''': {{{slots}}}<br>}}}
{{#if:{{{rarity|}}}|'''Rarity''': {{{rarity}}}<br>}}
{{{#if:{{{rarity|}}}|'''Rarity''': {{{rarity}}}<br>}}}
{{#if:{{{crafting|}}}|'''Crafting''': {{{crafting}}}<br>}}
{{{#if:{{{crafting|}}}|'''Crafting''': {{{crafting}}}<br>}}}
{{#if:{{{requirement|}}}|'''Requirement''': {{{requirement}}}<br>}}
{{{#if:{{{requirement|}}}|'''Requirement''': {{{requirement}}}<br>}}}
{{#if:{{{success_rate|}}}|'''100% Success Rate''': {{{success_rate}}}<br>}}
{{{#if:{{{success_rate|}}}|'''100% Success Rate''': {{{success_rate}}}<br>}}}
<br>
<br>
'''Description:'''<br>  
'''Description:'''<br>  
Line 103: Line 103:


|style="width:100%;padding-left:20px;"|
|style="width:100%;padding-left:20px;"|
{{#if:{{{obtain|}}}|'''How to Obtain'''<br>{{{obtain}}}<br>}}
{{{#if:{{{obtain|}}}|'''How to Obtain'''<br>{{{obtain}}}<br>}}}
{{#if:{{{item_dropped_by|}}}|'''Item dropped by:'''<br>{{{item_dropped_by}}}<br>}}
{{{#if:{{{item_dropped_by|}}}|'''Item dropped by:'''<br>{{{item_dropped_by}}}<br>}}}
{{#if:{{{recipe_dropped_by|}}}|'''Recipe dropped by:'''<br>{{{recipe_dropped_by}}}<br>}}
{{{#if:{{{recipe_dropped_by|}}}|'''Recipe dropped by:'''<br>{{{recipe_dropped_by}}}<br>}}}
{{#if:{{{note|}}}|'''Note:'''<br>{{{note}}}<br>}}
{{{#if:{{{note|}}}|'''Note:'''<br>{{{note}}}<br>}}}


|}
|}
Line 112: Line 112:
[[Category:Items]]
[[Category:Items]]


{{#if: {{{categories|}}} |
{{{#if: {{{categories|}}} |
   {{#split: {{{categories}}} |, |
   {{{#split: {{{categories}}} |, |
     {{#each: {{!}} |[[Category:{{!}}]]}}
     {{{#each: {{!}} |[[Category:{{!}}]]}}}
   }}
   }} }}}
}}
<!-- How to use
<!-- How to use
|name= Item name (e.g., Seafood Supreme)  
|name= Item name (e.g., Seafood Supreme)  

Revision as of 19:45, 10 January 2025

File:Skill icon.png

Name: Unknown

Type: Unknown

Effect: +{{{str}}} STR +{{{dex}}} DEX +{{{int}}} INT +{{{spr}}} SPR +{{{con}}} CON +{{{luk}}} LUK +{{{def}}} DEF +{{{spd}}} SPD +{{{jmp}}} JMP Heals {{{heal_hp}}} HP Recovers {{{heal_mp}}} MP

Duration: {{{duration}}}
Upgrade Slots: {{{slots}}}
Rarity: {{{rarity}}}
Crafting: {{{crafting}}}
Requirement: {{{requirement}}}
100% Success Rate: {{{success_rate}}}

Description:
""

How to Obtain
{{{obtain}}}
Item dropped by:
{{{item_dropped_by}}}
Recipe dropped by:
{{{recipe_dropped_by}}}
Note:
{{{note}}}


 {{{#split: {{{categories}}} |, |
   [[Category:|]]
 }}