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
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{| class="wikitable infobox-equipment"
<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="equipment-rarity-{{lc:{{{rarity}}}}}" |
<div class="dmg-types-wrapper">
{{#switch: {{lc:{{{rarity}}}}} | common = Common ★ | uncommon = Uncommon ★★ | rare = Rare ★★★ | epic = Epic ★★★★ }}
{{#if: {{{physical|}}} |
|-
<div class="dmg-type-row">
|style="text-align: center; background: #fff;" | {{#if: {{{physical|}}} | [[File:Physical damage icon.png|30px]] | {{{physical}}} | }}
<div class="dmg-type-cell physical">{{#if: {{{physical|}}} | [[File:Physical damage icon.svg]] }}</div>
| {{{physical}}}
<p>{{{physical}}}</p>
|-
</div>
|style="text-align: center; background: #68ABF1;" | {{#if: {{{cryonae|}}} | [[File:Cryoknight icon.svg|30px]] || {{{cryonae}}} | }}
}}
| {{{cryonae}}}
{{#if: {{{cryonae|}}} |
|-
<div class="dmg-type-row">
|style="text-align: center; background: #72D757;" | {{#if: {{{arborae|}}} | [[File:Guardian icon.svg|30px]] || {{{arborae}}} | }}
<div class="dmg-type-cell cryonae">{{#if: {{{cryonae|}}} | [[File:Cryoknight icon.svg]] }}</div>
| {{{arborae}}}
<p>{{{cryonae}}}</p>
|-
</div>
|style="text-align: center; background: #FFE233;" | {{#if: {{{tempestae|}}} | [[File:Hammermage icon.svg|30px]] || {{{tempestae}}} | }}
}}
| {{{tempestae}}}
{{#if: {{{arborae|}}} |
|-
<div class="dmg-type-row">
|style="text-align: center; background: #D39D71;" | {{#if: {{{infernae|}}} | [[File:Infernae damage icon.png|30px]] || {{{infernae}}} | }}
<div class="dmg-type-cell arborae">{{#if: {{{arborae|}}} | [[File:Guardian icon.svg]] }}</div>
| {{{infernae}}}
<p>{{{arborae}}}</p>
|-
</div>
|style="text-align: center; background: #000;" | {{#if: {{{necrotic|}}} | [[File:Necrotic damage icon.png|30px]] || {{{necrotic}}} | }}
}}
| {{{necrotic}}}
{{#if: {{{tempestae|}}} |
|}[[Category:Equipment]]</includeonly><noinclude>{{/doc}}</noinclude>
<div class="dmg-type-row">
<div class="dmg-type-cell tempestae">{{#if: {{{tempestae|}}} | [[File:Hammermage icon.svg]] }}</div>
<p>{{{tempestae}}}</p>
</div>
}}
{{#if: {{{infernae|}}} |
<div class="dmg-type-row">
<div class="dmg-type-cell infernae">{{#if: {{{infernae|}}} | [[File:Infernae damage icon.svg]] }}</div>
<p>{{{infernae}}}</p>
</div>
}}
{{#if: {{{necrotic|}}} |
<div class="dmg-type-row">
<div class="dmg-type-cell necrotic">{{#if: {{{necrotic|}}} | [[File:Necrotic damage icon.svg]] }}</div>
<p>{{{necrotic}}}</p>
</div>
}}
</div>
</div>
</includeonly><noinclude>{{/doc}}</noinclude>

Latest revision as of 21:16, 7 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

  • physical
  • cryonae
  • arborae
  • tempestae
  • infernae
  • necrotic

Quick copy

{{Infobox equipment
|rarity = {{#titleparts:{{PAGENAME}}|1}}
|physical =
|cryonae =
|arborae =
|tempestae =
|infernae =
|necrotic =
}}

Produces the following example:

10

20

50

200

1000

10000