DayZ Wiki
Advertisement
Template documentation (for the above template, sometimes hidden or invisible)(view · edit · purge)

Infobox template for medical equipment pages. Place the following template at the top of the article, below any page management templates:

Parameters

Most parameters are optional and will be hidden if left blank.

Name Description
name The name of the medical item (for non-English pages only, otherwise leave blank).
img The image name: For example: AlpherPlaceholder.png
General
version The version in full notation. Example: 1.04
category The Category of the specific item.
repair What kind(s) of repair kit are able to mend this item to improve its condition.
Characteristics
size The amount of space required to fit the item into the player's inventory. Format: HorizontalxVertical e.g. 2x2
weight Weight of that item in grams.
absorbency The amount of water the item will soak up. 0% means waterproof, higher numbers means the item will absorb more water.
insulation
stacksize The maximum amount of that item that you can stack together.
initamount The quantity or amount this item spawns with
isSingleUse Yes or No. Whether or not the item only has a single use (e.g. Blood Test Kit). Do not use for stackable or multi-use consumables
fragility
Medical Use
primary Primary use/function of this item
secondary Additional use/function of this item
numuse How often is this item usable. Format: times ((100 / times)% each use e.g. 5 (20% each use)
requirements If the item requires another item to use (e.g. 9V Battery)
Occurrence
location Where the item can be found.
rarity How likely it is to find the item.
variants Optional. Leave blank if none.
Description
description In-game description of the item.

Empty Template

Empty template with the most commonly used parameters, for quick copy & paste to be used on new pages:

<!--- ## InfoBox Start ## --->
{{Medical Template
 | name          = <!-- for use with non-English pages only -->
 | image         = 
<!--- General Section ---> 
 | version       = 
 | category      = 
 | repair        = 
<!--- Characteristics Section --->
 | size          = 
 | weight        = 
 | absorbency    = 
 | insulation    = 
 | stacksize     = 
 | initamount    = 
 | isSingleUse   = 
 | fragility     = 
<!--- Medical Use --->
 | primary       = 
 | secondary     = 
 | numuse        = 
 | requirements  = 
<!--- Occurrence Section --->
 | location      = 
 | rarity        = 
 | variants      = 
<!--- ##Infobox End## --->
<!--- In-Game Description --->
 | description   = 
}}
Documentation transcluded from Template:Medical Template/doc.
Advertisement