time to TEST! |
something is wrong with gold still |
||
Line 50: | Line 50: | ||
|icon | |icon | ||
|File name for the icon. | |File name for the icon. | ||
|''SF CoE | |''SF CoE Icon Battle Robe.png'' | ||
|- | |- | ||
|value-gold | |value-gold | ||
Line 72: | Line 72: | ||
| | | | ||
|- | |- | ||
|value- | |value-arcane | ||
|The arcane ([[Image:SF CoE Arcane 1.png|20px]]) value (ingredients, artifacts, etc.) or threshold (recipes, room extensions, etc.). | |The arcane ([[Image:SF CoE Arcane 1.png|20px]]) value (ingredients, artifacts, etc.) or threshold (recipes, room extensions, etc.). | ||
| | | | ||
Line 165: | Line 165: | ||
<div class="item-subtitle">{{{sub-title|}}}</div> | <div class="item-subtitle">{{{sub-title|}}}</div> | ||
<div> | <div> | ||
<div class="item-threshold> | <div class="item-threshold>[[Image:SF CoE Elemental {{{value-elemental|Spacer}}}.png]][[Image:SF CoE Life {{{value-life|Spacer}}}.png]] [[Image:SF CoE Death {{{value-death|Spacer}}}.png]][[Image:SF CoE Arcane {{{value-arcane|Spacer}}}.png]]</div> | ||
<div class="item-cost> | <div class="item-cost> | ||
{{#iferror: {{{value-gold}}} | [[Image:SF CoE Item Gold Cost.png|28px]] {{{value-gold}}} | }} | {{#iferror: {{{value-gold}}} | [[Image:SF CoE Item Gold Cost.png|28px]] {{{value-gold}}} | }} | ||
Line 177: | Line 172: | ||
</div> | </div> | ||
<div class="item-block-splitter">[[Image:SF CoE Item Block Splitter.png|320px]]</div> | <div class="item-block-splitter">[[Image:SF CoE Item Block Splitter.png|320px]]</div> | ||
<div class="item-text"> | <div class="item-text">{{{line-1|}}}<div class="{{{tooltip-1-type|}}}">{{{tooltip-1|}}}<span style="margin: 5px; display: block;height: auto; max-width: 250px;" border="0">[[Image:{{{tooltip-1-img|SF CoE Elemental Spacer.png}}}]]</span></div>{{{line-1-end|}}}</div> | ||
<div class="item-text">{{{line-2|}}}<div class="{{{tooltip-2-type|}}}">{{{tooltip-2|}}}<span style="margin: 5px; display: block;height: auto; max-width: 250px;" border="0">[[Image:{{{tooltip-2-img|SF CoE Elemental Spacer.png}}}]]</span></div>{{{line-2-end|}}}</div> | |||
<div class="item-text">{{{line-3|}}}<div class="{{{tooltip-3-type|}}}">{{{tooltip-3|}}}<span style="margin: 5px; display: block;height: auto; max-width: 250px;" border="0">[[Image:{{{tooltip-3-img|SF CoE Elemental Spacer.png}}}]]</span></div>{{{line-3-end|}}}</div> | |||
<div class="item-text"> | |||
<div class="item-text"> | |||
</div> | </div> |
Revision as of 20:03, 25 September 2023
CoE Item
Inserts a block item for CoE. Typical items are abilities, statuses, room expansions, artifacts, recipes, ingredients, etc.
Example Preview
Using 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.
Example Usage
{{CoE Item
|title = Battle Robe
|sub-title = Artifact, Ingredient, Light Armor
|line-1-start = +2 Speed
|line-2-start = Grants
|line-2-tooltip = Quick Reflexes
|line-2-tooltip-type = tooltip-short
|line-2-image = Image:SF CoE Ability Quick Reflexes.png
}}
Template Markup