Difference between revisions of "Item info"
Stratonian (talk | contribs) m (auto categorize to Category:Items) |
Stratonian (talk | contribs) (added stats) |
||
Line 35: | Line 35: | ||
|#default=quality-common<!-- items with no quality are assumed to be common --> | |#default=quality-common<!-- items with no quality are assumed to be common --> | ||
}}}}<!-- | }}}}<!-- | ||
+ | |||
+ | stats are comma-separated and in the format: | ||
+ | [stat name] [stat value] | ||
+ | -->{{#arraydefine:stats|{{{stats}}}}}<!-- | ||
quests | quests | ||
Line 64: | Line 68: | ||
|- | |- | ||
{{#if:{{{level|}}}|{{!}}class="skill-infobox-row-heading"{{!}}'''Req. [[Level]]'''{{!}}{{!}}class="skill-infobox-row-data"{{!}}{{{level}}}}} | {{#if:{{{level|}}}|{{!}}class="skill-infobox-row-heading"{{!}}'''Req. [[Level]]'''{{!}}{{!}}class="skill-infobox-row-data"{{!}}{{{level}}}}} | ||
+ | |- | ||
+ | {{#if:{{{stats|}}}|class="skill-infobox-row-heading"{{!}}'''[[Stat]]s'''{{!}}{{!}}class="skill-infobox-row-data"{{!}}<!-- stats row | ||
+ | -->{{#arrayprint:stats|<br><!-- print stats array, separated by line breaks | ||
+ | -->|@|{{stat|{{#explode:@| |0}}|{{#explode:@| |1}}}}}}}}<!-- stat template --> | ||
|- | |- | ||
{{#if:{{{quests|}}}|{{!}}class="skill-infobox-row-heading"{{!}}'''Involved In'''{{!}}{{!}}class="skill-infobox-row-data"{{!}}{{#arrayprint:quest text|<br>|@|[[@]]}}}}<!-- formats the quests array --> | {{#if:{{{quests|}}}|{{!}}class="skill-infobox-row-heading"{{!}}'''Involved In'''{{!}}{{!}}class="skill-infobox-row-data"{{!}}{{#arrayprint:quest text|<br>|@|[[@]]}}}}<!-- formats the quests array --> |
Revision as of 22:29, 30 September 2023
Description
Displays an information page about an item.
Usage
{{Item info|<icon=icon>|<name=name>|<tooltip=tooltip>|<description=description>|<tier=I>|<stats=28 Weapon Damage>|<duration=120>|<level=1>|<mastery=Destroyer>|<value=1>|<category=category>|<quests=Quest 1; Quest 2>}}
Parameters
- icon: An image of the item.
- Optional. Defaults to '
{{PAGENAME}}.png
'. - Notes: Only use if the icon name differs from the name of the page.
- change: Displays a note stating that the Item's appearance may change.
- Optional.
- Notes: Set to any value to enable.
- name: The name of the item.
- Optional. Defaults to '
{{PAGENAME}}
'. - Notes: Only use if the template is on a different page to the item's main article.
- binding: The binding of the item.
- Optional.
- Notes: Only use if the item is bound. Choose between '
equip
', 'pickup
', or a custom binding.
- quality: The item's quality.
- Optional.
- Notes: Input ranges of qualities with '
[quality1]-[quality2]
'.
- tier: The item's tier.
- Optional.
- Notes: In roman numerals.
- stats: A comma-separated list of the item's stat values and names.
- Optional.
- Notes: e.g. '
[stat1]: [value1], [stat2]: [value2], etc.
'
- satiety effect: A comma-separated list of the item's satiety effect stat values and names.
- Optional.
- Notes: e.g. '
[value1] [stat1], [value2] [stat2], etc.
'
- hero: The hero required for item use.
- Optional.
- Notes: If the '
mastery
' parameter is specified, do not use this parameter.
Possible categories:
- •Armor
- •Artifacts
- •Chips
- •Consumables
- •Crafting Materials
- •Items
- •Quest Items
- •Raw Materials
- •Runes
- •Weapons
Errors
No description was provided. Add a description parameter.