m Niko moved page Template:CoE Tooltip Hover to Template:CoE Item: I am still learning templates... |
No edit summary |
||
Line 75: | Line 75: | ||
===Example Preview=== | ===Example Preview=== | ||
<div style="display-inline" class="item-title">[[Image:SF CoE Icon Battle Robe.png|50px]] Battle Robe</div> | <div class="item-block"> | ||
<div class="item-subtitle">Artifact, Ingredient, Light Armor</div> | <div style="display-inline" class="item-title">[[Image:SF CoE Icon Battle Robe.png|50px]] Battle Robe</div> | ||
<div class="item-text">+2 Speed</div> | <div class="item-subtitle">Artifact, Ingredient, Light Armor</div> | ||
<div class="item-text">Grants <div class="tooltip-short">Quick Reflexes<span style="margin: 5px; display: block;height: auto; max-width: 250px;" border="0">[[Image:SF CoE Ability Quick Reflexes.png]]</span></div> | <div class="item-threshold>[[Image:SF CoE Elemental 2.png|50px]] [[Image:SF CoE Life 1.png|25px]]</div> | ||
<div class="item-block-splitter">[[Image:SF CoE Item Block Splitter.png|320px]]</div> | |||
<div class="item-text">+2 Speed</div> | |||
<div class="item-text">Grants <div class="tooltip-short">Quick Reflexes<span style="margin: 5px; display: block;height: auto; max-width: 250px;" border="0">[[Image:SF CoE Ability Quick Reflexes.png]]</span></div></div> | |||
</div> | |||
==Template Markup== | ==Template Markup== |
Revision as of 10:16, 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
}}