Template:Infobox equipment: Difference between revisions

From Brighter Shores Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
 
(21 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>{| class="wikitable"
<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>
! colspan="2" class="rarity-{{{rarity}}}" |
<div class="dmg-types-wrapper">
{{#switch: {{lc:{{{rarity}}}}}
{{#if: {{{impact|}}} |
| common = ★
<div class="dmg-type-row">
| uncommon = ★★
<div class="dmg-type-cell impact">{{#if: {{{impact|}}} | [[File:Impact damage icon.png|link=]] }}</div>
| rare = ★★★
<p>{{{impact}}}</p>
| epic = ★★★★
</div>
}}
}}
{{#if: {{{cryonae|}}} |
|-
<div class="dmg-type-row">
!style="background: #fff;" | {{#if: {{{physical|}}} | [[File:Physical damage icon.png|30px]] | {{{physical}}} | }}
<div class="dmg-type-cell cryonae">{{#if: {{{cryonae|}}} | [[File:Cryonae_damage icon.png|link=]] }}</div>
| {{{physical}}}
<p>{{{cryonae}}}</p>
|-
</div>
!style="background: #68ABF1;" | {{#if: {{{cryonae|}}} | [[File:Cryoknight icon.svg|30px]] || {{{cryonae}}} | }}
}}
| {{{cryonae}}}
{{#if: {{{arborae|}}} |
|-
<div class="dmg-type-row">
!style="background: #72D757;" | {{#if: {{{arborae|}}} | [[File:Guardian icon.svg|30px]] || {{{arborae}}} | }}
<div class="dmg-type-cell arborae">{{#if: {{{arborae|}}} | [[File:Arborae_damage icon.png|link=]] }}</div>
| {{{arborae}}}
<p>{{{arborae}}}</p>
|-
</div>
!style="background: #FFE233;" | {{#if: {{{tempestae|}}} | [[File:Hammermage icon.svg|30px]] || {{{tempestae}}} | }}
}}
| {{{tempestae}}}
{{#if: {{{tempestae|}}} |
|-
<div class="dmg-type-row">
!style="background: #A6866C;" | {{#if: {{{infernae|}}} | [[File:Infernae damage icon.png|30px]] || {{{infernae}}} | }}
<div class="dmg-type-cell tempestae">{{#if: {{{tempestae|}}} | [[File:Tempestae_damage icon.png|link=]] }}</div>
| {{{infernae}}}
<p>{{{tempestae}}}</p>
|-
</div>
!style="background: #000;" | {{#if: {{{necrotic|}}} | [[File:Necrotic damage icon.png|30px]] || {{{necrotic}}} | }}
}}
| {{{necrotic}}}
{{#if: {{{infernae|}}} |
|}[[Category:Equipment]]</includeonly><noinclude>{{/doc}}</noinclude>
<div class="dmg-type-row">
<div class="dmg-type-cell infernae">{{#if: {{{infernae|}}} | [[File:Infernae damage icon.png|link=]] }}</div>
<p>{{{infernae}}}</p>
</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>
</div></includeonly><noinclude>{{/doc}}</noinclude>

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