From Dark and Darker Wiki
(Created page with "<includeonly> <div class="itembox" style="width:90%;max-width:400px; border:2px solid rgb(var(--rarity-{{{rarity}}}),0.5); {{#ifeq:{{{nofloat|}}}|1||float:right;}}"> <div style="display:flex"class="itemboxheader"> <div style="float:left"> {{Iconbox|{{{name}}}|image={{{name}}}.png|caption=no|size=150x150px|nolink=1}} </div> <div style="width:60%;max-width:280px;margin-left:15px;height:150px;justify-content:space-between!important;display:flex;flex-direction: colum...") |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div class="itembox" style="width:90%;max-width: | <div class="itembox" style="width:90%;max-width:450px; border:2px solid rgb(var(--rarity-{{{rarity}}}),0.5); {{#ifeq:{{{nofloat|}}}|1||float:right;}}"> | ||
<div style="display:flex"class="itemboxheader"> | <div style="display:flex"class="itemboxheader"> | ||
<div style="float:left"> | <div style="float:left"> |
Revision as of 06:21, 4 February 2023
Creates an infobox for a Armor.
Example
Code | Preview |
---|---|
{{Infobox Armor |name = Armet |classes = [[Fighter]] |armor = 15 |rarity = 0 |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 |