No edit summary |
No edit summary |
||
Line 180: | Line 180: | ||
<div class="item-block"> | <div class="item-block"> | ||
{{#if: {{{linked|}}} | |||
<div> | |||
<div class="item-icon">[[Image:{{{icon|Icon Spacer.png}}}|50px|link=]]</div> | |||
<h4><div class="item-title">[[{{{title}}}|{{{title}}}]]</div></h4> | |||
</div> | |||
| | |||
<div> | <div> | ||
<div class="item-icon">[[Image:{{{icon|Icon Spacer.png}}}|50px|link=]]</div> | <div class="item-icon">[[Image:{{{icon|Icon Spacer.png}}}|50px|link=]]</div> | ||
<h4><div class="item-title">{{{title}}}</div></h4> | <h4><div class="item-title">{{{title}}}</div></h4> | ||
</div> | </div> | ||
}} | |||
<div class="item-subtitle">{{{sub-title|}}}</div> | |||
<div> | <div> | ||
<div class="item-threshold">[[Image:SF CoE Elemental {{{value-elemental|Spacer}}}.png|link=|Elemental Threshold]][[Image:SF CoE Life {{{value-life|Spacer}}}.png|link=|Life Threshold]][[Image:SF CoE Death {{{value-death|Spacer}}}.png|link=|Death Threshold]][[Image:SF CoE Arcane {{{value-arcane|Spacer}}}.png|link=|Arcane Threshold]][[Image:SF CoE Amplifier {{{value-amplifier|Spacer}}}.png|link=|Amplifier Value]]</div> | <div class="item-threshold">[[Image:SF CoE Elemental {{{value-elemental|Spacer}}}.png|link=|Elemental Threshold]][[Image:SF CoE Life {{{value-life|Spacer}}}.png|link=|Life Threshold]][[Image:SF CoE Death {{{value-death|Spacer}}}.png|link=|Death Threshold]][[Image:SF CoE Arcane {{{value-arcane|Spacer}}}.png|link=|Arcane Threshold]][[Image:SF CoE Amplifier {{{value-amplifier|Spacer}}}.png|link=|Amplifier Value]]</div> |
Revision as of 00:05, 7 October 2023
CoE Item
Inserts a item for CoE. Typical items are abilities, statuses, room expansions, artifacts, recipes, ingredients, etc.
Example Preview
Example Usage
{{CoE Item
|title = Battle Robe
|sub-title = Artifact, Ingredient, Light Armor
|icon = SF CoE Icon Battle Robe.png
|value-gold = 10
|value-elemental = 2
|value-life = 1
|line-1 = +2 Speed.
|line-2 = Grants
|tooltip-2-type = tooltip-short
|tooltip-2 = Quick Reflexes
|tooltip-2-img = SF CoE Ability Quick Reflexes.png
}}
How to Use This Template & Parameters
Parameters define the data that gets be passed to the template. That's how the template "knows" what to display for you. They can loosely be called variables.
The ONLY required parameter is title. But if that is the only parameter you list, it will be an empty box (besides the item title).
THIS TEMPLATE'S parameters do not need to be used in order, but you do need to specify the parameter name, the = sign, and then the data/text you want to use, separated by the | sign. See the Example Usage section below.
- Table Column Explanations
- Parameter is the name for what you are describing.
- Value is the text/info you want to show.
- Example is what is shown in the Example Usage and Example Preview sections.