Template:Infobox Throwable/doc

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

Usage

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

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

{{Infobox Throwable
 | title = 
 | image = 
 | damage = 
 | penetration = 
 | radius = 
 | fuse = 
}}

Example

{{Infobox Throwable
 | title = G-6 Frag
 | image = G-6 Frag Throwable Icon.png
 | damage = 250
 | penetration = 3
 | radius = 8
 | fuse = 2.4s
}}

Template Data

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
titletitle

Name of the throwable. Most likely the page name

Default
{{PAGENAME}}
Example
G-6 Frag
Stringsuggested
imageimage

Image of the throwable. Most likely {{PAGENAME}} Throwable Icon.png

Default
{{PAGENAME}} Throwable Icon.png
Example
G-6 Frag Throwable Icon.png
Filesuggested
caption-imagecaption-image

Optional image caption

Unknownoptional
damagedamage

Damage of the throwable

Example
250
Numbersuggested
penetrationpenetration

Penetration value of the throwable

Example
3
Numbersuggested
radiusradius

Damage radius of the throwable

Example
8
Numbersuggested
fusefuse

Fuse time of the throwable or Impact

Example
2.4s/Impact
Stringsuggested

See Also

Main

Updates


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