Created page with "{{CoE Styles}} <noinclude> ==CoE Spell== Inserts a single spell for CoE. While most parameters are optional, they should have real values for the spell to render correctly in the article. ===Example Preview=== <div class="item-block"> <div> <div class="item-icon">50px</div> <h4><div class="item-title">Battle Robe</div></h4> </div> <div class="item-subtitle">Artifact, Ingredient, Light Armor</div> <div> <div class="item-thre..." |
No edit summary |
||
Line 6: | Line 6: | ||
===Example Preview=== | ===Example Preview=== | ||
<div class=" | <div class="spell-block"> | ||
<div> | <div> | ||
<div class="item-icon">[[Image:SF CoE Icon Battle Robe.png|50px]]</div> | <div class="item-icon">[[Image:SF CoE Icon Battle Robe.png|50px]]</div> |
Revision as of 23:25, 7 October 2023
CoE Spell
Inserts a single spell for CoE. While most parameters are optional, they should have real values for the spell to render correctly in the article.
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.