Template:Infobox equipment: Difference between revisions

From Brighter Shores Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
m (Renamed parameters to be accurate)
Line 4:
</div>
<div class="dmg-types-wrapper">
{{#if: {{{physicalimpact|}}} |
<div class="dmg-type-row">
<div class="dmg-type-cell physical">{{#if: {{{physicalimpact|}}} | [[File:PhysicalImpact damage icon.png|link=]] }}</div>
<p>{{{physicalimpact}}}</p>
</div>
}}
{{#if: {{{cryonae|}}} |
<div class="dmg-type-row">
<div class="dmg-type-cell cryonae">{{#if: {{{cryonae|}}} | [[File:CryoknightCryonae_damage icon.png|link=]] }}</div>
<p>{{{cryonae}}}</p>
</div>
Line 18:
{{#if: {{{arborae|}}} |
<div class="dmg-type-row">
<div class="dmg-type-cell arborae">{{#if: {{{arborae|}}} | [[File:GuardianArborae_damage icon.png|link=]] }}</div>
<p>{{{arborae}}}</p>
</div>
Line 24:
{{#if: {{{tempestae|}}} |
<div class="dmg-type-row">
<div class="dmg-type-cell tempestae">{{#if: {{{tempestae|}}} | [[File:HammermageTempestae_damage icon.png|link=]] }}</div>
<p>{{{tempestae}}}</p>
</div>
Line 34:
</div>
}}
{{#if: {{{necroticnecromae|}}} |
<div class="dmg-type-row">
<div class="dmg-type-cell necrotic">{{#if: {{{necroticnecromae|}}} | [[File:NecroticNecromae damage icon.png|link=]] }}</div>
<p>{{{necroticnecromae}}}</p>
</div>
}}

Revision as of 11:57, 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