No edit summary Tag: Manual revert |
No edit summary |
||
Line 17: | Line 17: | ||
</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">+2 Speed | <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 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> | </div> | ||
Line 35: | Line 35: | ||
|tooltip-2 = Quick Reflexes </nowiki><br><nowiki> | |tooltip-2 = Quick Reflexes </nowiki><br><nowiki> | ||
|tooltip-2-img = SF CoE Ability Quick Reflexes.png </nowiki><br><nowiki> | |tooltip-2-img = SF CoE Ability Quick Reflexes.png </nowiki><br><nowiki> | ||
}} | }} | ||
</nowiki> | </nowiki> | ||
Line 99: | Line 98: | ||
|- | |- | ||
|line-1 | |line-1 | ||
|rowspan=" | |rowspan="4"|The [first / second / third / fourth] line of the description (before any tooltip text). | ||
|''+2 Speed'' | |''+2 Speed'' | ||
|- | |- | ||
Line 106: | Line 105: | ||
|- | |- | ||
|line-3 | |line-3 | ||
| | |||
|- | |||
|line-4 | |||
| | | | ||
|- | |- | ||
|tooltip-1-type | |tooltip-1-type | ||
|rowspan=" | |rowspan="4"|If there is no tooltip, do not use this parameter.<br>Use "tooltip", "tooltip-short", or "tooltip-long" to determine how far above the text the tooltip image should begin. | ||
| | | | ||
|- | |- | ||
Line 116: | Line 118: | ||
|- | |- | ||
|tooltip-3-type | |tooltip-3-type | ||
| | |||
|- | |||
|tooltip-4-type | |||
| | | | ||
|- | |- | ||
|tooltip-1 | |tooltip-1 | ||
|rowspan=" | |rowspan="4"|If there is no tooltip, do not use this parameter.<br>The text that makes the tooltip display with mouse hover. | ||
| | | | ||
|- | |- | ||
Line 126: | Line 131: | ||
|- | |- | ||
|tooltip-3 | |tooltip-3 | ||
| | |||
|- | |||
|tooltip-4 | |||
| | | | ||
|- | |- | ||
|tooltip-1-img | |tooltip-1-img | ||
|rowspan=" | |rowspan="4"|If there is no tooltip, do not use this parameter.<br>File name for the tooltip image. | ||
| | | | ||
|- | |- | ||
Line 136: | Line 144: | ||
|- | |- | ||
|tooltip-3-img | |tooltip-3-img | ||
| | |||
|- | |||
|tooltip-4-img | |||
| | | | ||
|- | |- | ||
|line-1-end | |line-1-end | ||
|rowspan=" | |rowspan="4"|If there is no tooltip, do not use this parameter.<br>Text that appears after a tooltip (if any). | ||
| | | | ||
|- | |- | ||
|line-2-end | |line-2-end | ||
| | | | ||
|- | |- | ||
|line-3-end | |line-3-end | ||
| | |||
|- | |||
|line-4-end | |||
| | | | ||
|} | |} | ||
Line 166: | Line 180: | ||
{{#if: {{{line-2|}}} | <div class="item-text">{{{line-2|}}} <div class="{{{tooltip-2-type|tooltip}}}">{{{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> | }} | {{#if: {{{line-2|}}} | <div class="item-text">{{{line-2|}}} <div class="{{{tooltip-2-type|tooltip}}}">{{{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> | }} | ||
{{#if: {{{line-3|}}} | <div class="item-text">{{{line-3|}}} <div class="{{{tooltip-3-type|tooltip}}}">{{{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> | }} | {{#if: {{{line-3|}}} | <div class="item-text">{{{line-3|}}} <div class="{{{tooltip-3-type|tooltip}}}">{{{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> | }} | ||
{{#if: {{{line-4|}}} | <div class="item-text">{{{line-4|}}} <div class="{{{tooltip-4-type|tooltip}}}">{{{tooltip-4|}}}<span style="margin: 5px; display: block;height: auto; max-width: 250px;" border="0">[[Image:{{{tooltip-4-img|SF CoE Elemental Spacer.png}}}]]</span></div> {{{line-4-end|}}}</div> | }} | |||
</div> | </div> |
Revision as of 18:31, 5 October 2023
CoE Item
Inserts a block 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.