Template:Infobox equipment: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
(WIP) Tag: Reverted |
||
Line 1: | Line 1: | ||
<includeonly>{| class="wikitable infobox-equipment" |
<includeonly>{| class="wikitable infobox-equipment {{{rarity}}}" |
||
! colspan="2" | {{Plink|{{PAGENAME}}}} |
! colspan="2" | {{Plink|{{PAGENAME}}}} |
||
|- |
|- |
||
! colspan="2" class="equipment-rarity-{{lc:{{{rarity}}}}}" | |
! colspan="2" class="equipment-rarity-{{lc:{{{rarity}}}}}" | |
||
{{#switch: {{lc:{{{rarity}}}}} | common = |
{{#switch: {{lc:{{{rarity}}}}} | common = ★ | uncommon = ★★ | rare = ★★★ | epic = ★★★★ }} |
||
|- |
|- |
||
|style="text-align: center; background: #fff;" | {{#if: {{{physical|}}} | [[File:Physical damage icon.png|30px]] | {{{physical}}} | }} |
|style="text-align: center; background: #fff;" | {{#if: {{{physical|}}} | [[File:Physical damage icon.png|30px]] | {{{physical}}} | }} |
Revision as of 19:04, 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:
File:Infobox equipment.pngInfobox equipment | |
---|---|
★ | |
File:Physical damage icon.png | 10 |
20 | |
50 | |
200 | |
File:Infernae damage icon.png | 1000 |
File:Necrotic damage icon.png | 10000 |