Template:Infobox Armor/doc

From Helldivers Wiki
Jump to navigation Jump to search
Template-info.svg Documentation

Usage

Use {{Infobox Armor}} at the top of armor pages. Title and image have default values.

Title defaults to {{PAGENAME}} and image defaults to {{PAGENAME}} Armor Icon.png

{{Infobox Armor
 | title = 
 | image = 
 | armor = 
 | speed = 
 | stam_regen = 
 | passive = 
}}

Example

{{Infobox Armor
 | title = B-01 Tactical
 | image = B-01 Tactical Armor Icon 1.png
 | armor = 100
 | speed = 500
 | stam_regen = 100
 | passive = [[Armor Passives#Extra Padding|Extra Padding]]
}}

Template Data

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
titletitle

Name of the armor. Most likely the page name

Default
{{PAGENAME}}
Example
B-01 Tactical
Stringoptional
imageimage

Image of the armor

Example
B-01 Tactical Armor Icon.png
Fileoptional
caption_imagecaption_image

Optional image caption

Unknownoptional
armorarmor Armor

Armor value of the armor

Numbersuggested
speedspeed Speed

Speed value of the armor

Example
500
Numbersuggested
stam_regenstam_regen

Stamina regen value of the armor

Numbersuggested
passivepassive

Name of the armor passive. Link to the armor passives page

Example
[[Armor Passives|Extra Padding]]
URLsuggested

See Also

Main

Updates


This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.