Template:ItemCard: Difference between revisions

From Soul's Remnant Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<!-- __NOCAT__ -->


{| class="wikitable" style="margin: 0 auto; width:100%" |
{| class="wikitable" style="margin: 0 auto; width:100%" |
Line 10: Line 9:
<br>
<br>
<p>
<p>
{{#if:{{{str|}}}|<span>'''Effect''':</span>}}
{{#if:{{{effect|}}}|<span>'''Effect''':</span>}}
{{#if:{{{str|}}}|<span style="
{{#if:{{{str|}}}|<span style="
border: 3px round #222222;
border: 3px round #222222;
Line 18: Line 17:
     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;
Line 26: Line 24:
     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;
Line 34: Line 31:
     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;
Line 42: Line 38:
     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;
Line 50: Line 45:
     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;
Line 58: Line 52:
     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;
Line 67: Line 60:
     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;
Line 76: Line 68:
     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;
Line 85: Line 76:
     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;
background: #ff5e5e;
    background: #ff5e5e;
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;
Line 102: Line 91:
     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>}}
Line 129: Line 117:
   }}
   }}
}}
}}
<!-- How to use
<!-- How to use
|name= Item name (e.g., Seafood Supreme)  
|name= Item name (e.g., Seafood Supreme)  
|type= Item type (e.g., Head, Accessory)  
|type= Item type (e.g., Head, Accessory)  
|effect= Leave empty if you want to implement
|str= Strength stat (e.g., 2)  
|str= Strength stat (e.g., 2)  
|dex= Dexterity stat (e.g., 2)  
|dex= Dexterity stat (e.g., 2)  
Line 162: Line 150:
|name=
|name=
|type=
|type=
|effect=
|str=
|str=
|dex=
|dex=

Revision as of 19:13, 10 January 2025

File:Skill icon.png

Name: Unknown

Type: Unknown

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

{{#if:|Duration: {{{duration}}}
}} {{#if:|Upgrade Slots: {{{slots}}}
}} {{#if:|Rarity: {{{rarity}}}
}} {{#if:|Crafting: {{{crafting}}}
}} {{#if:|Requirement: {{{requirement}}}
}} {{#if:|100% Success Rate: {{{success_rate}}}
}}
Description:
""

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

{{#if: |

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

}}