Template:Infobox equipment/doc: Difference between revisions

From Brighter Shores Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
<pre>
<pre>
{{Infobox equipment
{{Infobox equipment
|rarity = {{#titleparts:{{PAGENAME}}|1}}
|rarity =
|impact =
|impact =
|cryonae =
|cryonae =
Line 23: Line 23:
|infernae =
|infernae =
|necromae =
|necromae =
}}
</pre>

==Example==
<pre>
{{Infobox equipment
|rarity = Common
|impact = 10
|cryonae = 20
|arborae = 50
|tempestae = 200
|infernae = 1000
|necromae = 10000
}}
}}
</pre>
</pre>

Latest revision as of 02:34, 9 November 2024

This is a documentation subpage for Template:Infobox equipment.
It contains usage information, categories, and other content that is not part of the original template page.

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