From Dark and Darker Wiki

(added no margin option for div)
m (added invslots param)
 
(One intermediate revision by one other user not shown)
Line 55: Line 55:
}}
}}
         }}
         }}
        {{#if:{{{invslots|}}}|
<div style="display:flex; margin-top:10px; flex-direction:column; align-items:center; text-align:center;">
{{{invslots}}}
</div>
}}<!--
    -->
         {{#if:{{{description|}}}|
         {{#if:{{{description|}}}|
         <div class="line" style="background-image:linear-gradient(to right,rgb(10,10,10),rgb(100,100,100),rgb(10,10,10))"></div> <!-- Line -->
         <div class="line" style="background-image:linear-gradient(to right,rgb(10,10,10),rgb(100,100,100),rgb(10,10,10))"></div> <!-- Line -->
Line 145: Line 151:
|actiontime          = 6 seconds
|actiontime          = 6 seconds
|description          = Potion used to recover a bit of health
|description          = Potion used to recover a bit of health
|invslots            = [[File:1x1InvSlot.jpg|x75px]]
}}
}}
</td>
</td>
Line 168: Line 175:
|description          = Potion used to recover a bit of health
|description          = Potion used to recover a bit of health
|actiontime          = 6 seconds
|actiontime          = 6 seconds
|invslots            = 1x1InvSlot.jpg
|nofloat              = 1
|nofloat              = 1
|nomargin            = 1
|nomargin            = 1
Line 186: Line 194:
"example": "1",
"example": "1",
"type": "string",
"type": "string",
"required": true,
"suggested": true,
             "description": "Rarity of the item"
             "description": "Rarity of the item"
},
},
Line 192: Line 200:
"label": "Stat 1",
"label": "Stat 1",
"type": "string",
"type": "string",
"required": true,
"suggested": true,
             "description": "First stat of the item"
             "description": "First stat of the item"
},
},
Line 228: Line 236:
"label": "slottype",
"label": "slottype",
"type": "string",
"type": "string",
"required": true,
"suggested": true,
             "description": "Slot type of item"
             "description": "Slot type of item"
},
},
Line 234: Line 242:
"label": "utilitytype",
"label": "utilitytype",
"type": "string",
"type": "string",
"required": true,
"suggested": true,
             "description": "Utility type of item"
             "description": "Utility type of item"
},
},

Latest revision as of 21:32, 1 February 2024


Creates an infobox for an Item.

Example

Code Preview

{{Infobox Item
|name        = Large Oak Chest
|description = A chest object that drops random loot from the loot table
}}
Large Oak Chest
Large Oak Chest.png



A chest object that drops random loot from the loot table



{{Infobox Item
|name                 = Healing Potion
|rarity               = 4
|stat1                = Move Speed -20
|stat2                = 1 Agility
|special              = 15 HP healed over 20 seconds
|slottype             = Utility
|utilitytype          = Drink
|actiontime           = 6 seconds
|description          = Potion used to recover a bit of health
|nomargin          = 1
}}
Healing Potion
Healing Potion.png
-
Move Speed -20
-
-
1 Agility
-

15 HP healed over 20 seconds

Slot Type:
Utility
Utility Type:
Drink
Action Time:
6 seconds

Potion used to recover a bit of health



{{Infobox Item
|name                 = Healing Potion
|rarity               = 1
|stat1                = Move Speed -20
|stat2                = 1 Agility
|special              = 15 HP healed over 20 seconds
|slottype             = Utility
|utilitytype          = Drink
|actiontime           = 6 seconds
|description          = Potion used to recover a bit of health
}}
Healing Potion
Healing Potion.png
-
Move Speed -20
-
-
1 Agility
-

15 HP healed over 20 seconds

Slot Type:
Utility
Utility Type:
Drink
Action Time:
6 seconds

1x1InvSlot.jpg

Potion used to recover a bit of health


All Options

The full list of options are listed below.

{{Infobox Item
|name                 = Healing Potion
|rarity               = 1
|stat1                = Move Speed -20
|stat2                = 1 Agility
|stat3                = 1 Will
|stat4                = 1 Knowledge
|stat5                = 1 Strength
|special              = 15 HP healed over 20 seconds
|slottype             = Utility
|utilitytype          = Drink
|description          = Potion used to recover a bit of health
|actiontime           = 6 seconds
|invslots             = 1x1InvSlot.jpg
|nofloat              = 1
|nomargin             = 1
}}

No description.

Template parameters

ParameterDescriptionTypeStatus
Namename

The name of the item

Example
Bandage
Stringrequired
Namerarity

Rarity of the item

Example
1
Stringsuggested
Stat 1stat1

First stat of the item

Stringsuggested
Stat 2stat2

Second stat of the item if there is any

Stringoptional
Stat 3stat3

Third stat of the item if there is any

Stringoptional
Stat 4stat4

Fourth stat of the item if there is any

Stringoptional
Stat 5stat5

Fifth stat of the item if there is any

Stringoptional
Specialspecial

Special power of the item if there is any

Stringsuggested
slottypeslottype

Slot type of item

Stringsuggested
utilitytypeutilitytype

Utility type of item

Stringsuggested
actiontimeactiontime

Action Time of item if there is any

Stringsuggested
descriptiondescription

Description of item if there is any

Stringsuggested
nofloatnofloat

Whether the infobox float right or not

Example
1
Stringoptional
nomarginnomargin

Whether to have margin on left or not

Example
1
Stringoptional