No edit summary |
No edit summary |
||
Line 77: | Line 77: | ||
<div class="item-block"> | <div class="item-block"> | ||
<div | <div> | ||
<div class="item-icon">[[Image:SF CoE Icon Battle Robe.png|50px]]</div> | |||
<div class="item-title">Battle Robe</div> | |||
</div> | |||
<div class="item-subtitle">Artifact, Ingredient, Light Armor</div> | <div class="item-subtitle">Artifact, Ingredient, Light Armor</div> | ||
<div> | <div> |
Revision as of 10:50, 25 September 2023
CoE Item
Inserts a block item for CoE. Typical items are abilities, statuses, room expansions, items, recipes, etc.
NOTE: Most parameters are optional, only use what is needed.
Usage
{{CoE Item
|title = [Name/Title]
|sub-title = [Subtitle] OPTIONAL
OPTIONAL DESCRIPTION LINES
|line-1-start = [Description]
|line-1-tooltip = [tooltip text] OPTIONAL
|line-1-tooltip-type = [tooltip-short] or [tooltip] or [tooltip-long] defaults to tooltip if no class is included
|line-1-end = [text that goes after the tooltip] OPTIONAL
|line-1-image = [tooltip image file name]
|line-2-start = [Description]
|line-2-tooltip = [tooltip text] OPTIONAL
|line-2-tooltip-type = [tooltip-short] or [tooltip] or [tooltip-long] defaults to tooltip if no class is included
|line-2-end = [text that goes after the tooltip] OPTIONAL
|line-2-image = [tooltip image file name]
|line-3-start = [Description]
|line-3-tooltip = [tooltip text] OPTIONAL
|line-3-tooltip-type = [tooltip-short] or [tooltip] or [tooltip-long] defaults to tooltip if no class is included
|line-3-end = [text that goes after the tooltip] OPTIONAL
|line-3-image = [tooltip image file name]
}}
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
}}