Template:Infobox weapon/doc: Difference between revisions
no edit summary
(Created page with "{{Documentation}} ==Parameters== ===Rarity=== Rarity of the item (Common, Uncommon, Rare, Epic). This changes the number of ★ as well as the color of the infobox. ===Damage=== Damage number ===Element=== Elemental damage % ===Slot=== Weapon slot (one-hand / two-hand) ===Range=== Weapon range (Melee / 'number') ==Quick copy== <pre> {{Infobox weapon |rarity = {{#titleparts:{{PAGENAME}}|1}} |damage = |element = |slot = |range = }} </pre> Produces the following...") |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 9:
===Element===
Elemental damage type. Leave the field empty or type "none" in case the Elemental damage % below is "0".
Elemental damage %▼
* none (or leave empty)
* impact
* cryonae
* arborae
* tempestae
* infernae
* necromae
===
▲Elemental damage %.
Weapon slot (one-hand / two-hand)▼
===Range===
Weapon range (Melee / 'number')
===Slot===
▲Weapon slot (one-hand / two-hand)
==Quick copy==
<pre>
{{Infobox weapon
|rarity =
|damage =
|element =
|
|range =
|slot =
}}
</pre>
==Example==
Produces the following example:▼
<pre>
{{Infobox weapon
|rarity = uncommon
|damage = 89
|element =
|element% = 49
|range = Melee
|slot = one-hand
}}
</pre>
▲Produces the following example:
{{Infobox weapon
|rarity = uncommon
|damage = 89
|element = infernae
|element% = 49
|range = Melee
|slot = one-hand
}}
|