Template:Infobox equipment: Difference between revisions
m (BlackHawk moved page Template:Item stats to Template:Infobox Equipment without leaving a redirect) |
No edit summary |
||
(35 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly> |
<includeonly><div class="infobox-equipment {{lc:{{{rarity}}}}}"> |
||
<div class="rarity-wrapper"> |
|||
! colspan="2" | {{Plink|{{PAGENAME}}}} |
|||
<p>{{#switch: {{lc:{{{rarity}}}}} | common = ★ | uncommon = ★ ★ | rare = ★ ★ ★ | epic = ★ ★ ★ ★ }}</p> |
|||
|- |
|||
</div> |
|||
!style="background: #fff;" | {{#if: {{{physical|}}} | [[File:Physical damage icon.png|30px]] | {{{physical}}} | }} |
|||
<div class="dmg-types-wrapper"> |
|||
| {{{physical}}} |
|||
{{#if: {{{impact|}}} | |
|||
|- |
|||
<div class="dmg-type-row"> |
|||
!style="background: #68ABF1;" | {{#if: {{{cryonae|}}} | [[File:Cryoknight icon.svg|30px]] || {{{cryonae}}} | }} |
|||
<div class="dmg-type-cell impact">{{#if: {{{impact|}}} | [[File:Impact damage icon.png|link=]] }}</div> |
|||
⚫ | |||
<p>{{{impact}}}</p> |
|||
|- |
|||
</div> |
|||
!style="background: #72D757;" | {{#if: {{{arborae|}}} | [[File:Guardian icon.svg|30px]] || {{{arborae}}} | }} |
|||
}} |
|||
⚫ | |||
{{#if: {{{cryonae|}}} | |
|||
|- |
|||
<div class="dmg-type-row"> |
|||
!style="background: #FFE233;" | {{#if: {{{tempestae|}}} | [[File:Hammermage icon.svg|30px]] || {{{tempestae}}} | }} |
|||
<div class="dmg-type-cell cryonae">{{#if: {{{cryonae|}}} | [[File:Cryonae_damage icon.png|link=]] }}</div> |
|||
⚫ | |||
⚫ | |||
|- |
|||
</div> |
|||
⚫ | |||
}} |
|||
⚫ | |||
{{#if: {{{arborae|}}} | |
|||
|- |
|||
<div class="dmg-type-row"> |
|||
!style="background: #000;" | {{#if: {{{necrotic|}}} | [[File:Necrotic damage icon.png|30px]] || {{{necrotic}}} | }} |
|||
<div class="dmg-type-cell arborae">{{#if: {{{arborae|}}} | [[File:Arborae_damage icon.png|link=]] }}</div> |
|||
| {{{necrotic}}} |
|||
⚫ | |||
⚫ | |||
</div> |
|||
}} |
|||
{{#if: {{{tempestae|}}} | |
|||
<div class="dmg-type-row"> |
|||
<div class="dmg-type-cell tempestae">{{#if: {{{tempestae|}}} | [[File:Tempestae_damage icon.png|link=]] }}</div> |
|||
⚫ | |||
</div> |
|||
}} |
|||
{{#if: {{{infernae|}}} | |
|||
<div class="dmg-type-row"> |
|||
⚫ | |||
⚫ | |||
</div> |
|||
}} |
|||
{{#if: {{{necromae|}}} | |
|||
<div class="dmg-type-row"> |
|||
<div class="dmg-type-cell necromae">{{#if: {{{necromae|}}} | [[File:Necromae damage icon.png|link=]] }}</div> |
|||
<p>{{{necromae}}}</p> |
|||
</div> |
|||
}} |
|||
</div> |
|||
⚫ |
Latest revision as of 14:40, 8 November 2024
Template documentation
This documentation is transcluded from Template:Infobox equipment/doc. [edit] [history] [purge]
Parameters
Rarity
Rarity of the item (Common, Uncommon, Rare, Epic). This changes the number of ★ as well as the color of the infobox.
Damage values
- impact
- cryonae
- arborae
- tempestae
- infernae
- necromae
Quick copy
{{Infobox equipment |rarity = |impact = |cryonae = |arborae = |tempestae = |infernae = |necromae = }}
Example
{{Infobox equipment |rarity = Common |impact = 10 |cryonae = 20 |arborae = 50 |tempestae = 200 |infernae = 1000 |necromae = 10000 }}
Produces the following example:
★
10
20
50
200
1000
10000