From Dark and Darker Wiki
mNo edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
<div style="display:flex"class="itemboxheader"> | <div style="display:flex"class="itemboxheader"> | ||
<div style="float:left"> | <div style="float:left"> | ||
{{Iconbox|{{{name}}}|image={{{name}}}.png|caption=no|size=150x150px|nolink=1}} | {{#if:{{{rarity|}}} | ||
|{{Iconbox|{{{name}}}|image={{{name}}} {{{rarity}}}.png|caption=no|size=150x150px|nolink=1}} | |||
|{{Iconbox|{{{name}}}|image={{{name}}}.png|caption=no|size=150x150px|nolink=1}} | |||
}} | |||
</div> | </div> | ||
Line 53: | Line 56: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="padding: 20px 30px;"> | |||
<pre> | |||
{{Infobox Armor | |||
|name = Barbuta Helm | |||
|classes = [[Fighter]] | |||
|armor = 15 | |||
|rarity = Ruby Silver | |||
|movementspeed = -20 | |||
|stats = 14.0% Headshot Reduction | |||
|stats2 = -5 Magic Resistance | |||
}}</pre></td> | |||
<td style="padding: 20px 30px;"> | |||
{{Infobox Armor | |||
|name = Barbuta Helm | |||
|classes = [[Fighter]] | |||
|armor = 15 | |||
|rarity = Ruby Silver | |||
|movementspeed = -20 | |||
|stats = 14.0% Headshot Reduction | |||
|stats2 = -5 Magic Resistance | |||
}} | |||
</td> | |||
</tr> | |||
<tr> | |||
<td style="padding: 20px 30px;"> | <td style="padding: 20px 30px;"> | ||
<pre> | <pre> | ||
Line 60: | Line 88: | ||
|classes = [[Fighter]] | |classes = [[Fighter]] | ||
|armor = 15 | |armor = 15 | ||
|movementspeed = -20 | |movementspeed = -20 | ||
|stats = 14.0% Headshot Reduction | |stats = 14.0% Headshot Reduction | ||
Line 70: | Line 97: | ||
|classes = [[Fighter]] | |classes = [[Fighter]] | ||
|armor = 15 | |armor = 15 | ||
|movementspeed = -20 | |movementspeed = -20 | ||
|stats = 14.0% Headshot Reduction | |stats = 14.0% Headshot Reduction |
Revision as of 09:36, 4 February 2023
Creates an infobox for a Armor.
Example
Code | Preview |
---|---|
{{Infobox Armor |name = Barbuta Helm |classes = [[Fighter]] |armor = 15 |rarity = Ruby Silver |movementspeed = -20 |stats = 14.0% Headshot Reduction |stats2 = -5 Magic Resistance }} |
Barbuta Helm
Classes
Armor
15
Movement Speed
-20
Stats
14.0% Headshot Reduction
-5 Magic Resistance
|
{{Infobox Armor |name = Armet |classes = [[Fighter]] |armor = 15 |movementspeed = -20 |stats = 14.0% Headshot Reduction |stats2 = -5 Magic Resistance }} |
Armet
Classes
Armor
15
Movement Speed
-20
Stats
14.0% Headshot Reduction
-5 Magic Resistance
|
All Options
The full list of options are listed below.
{{Infobox Armor |name = |classes = |armor = |rarity = |movementspeed = |stats = |stats2 = }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | The name of the weapon
| String | required |
Classes | classes | One or more classes can be added | String | suggested |
Armor | armor | Armor of the item at corresponding rarity | String | suggested |
Movement speed | movementspeed | Movement speed of the item | String | suggested |
Stats | stats | Stats of the item | String | suggested |
Stats2 | stats2 | Stats of the item | String | suggested |
Rarity | rarity | Rarity of the item | String | suggested |