Fallout Wiki
Advertisement
Fallout Wiki

Infobox template for creatures and robots.

Based on {{Infobox}}.

Usage

Place the following at the top of the article, below any page management templates:

{{Infobox creature
<!-- insert parameters -->
}}

Parameters

Specific parameters

Neutral
actor
Voice actor for this creature
Neutral
affiliation
Affiliation of creature/robot (organizations, people, towns etc); use only if applicable.
Yes
location
Where the creature/robot can be encountered.
Yes
type
Sets infobox title.

Available options:

  • creature: It's a biological being.
  • robot: It's a robot.
Neutral
variants
Variants of this creature/robot. For example, Mirelurk Hunter, Mirelurk King and Nukalurk are variations of Mirelurk. Use <br/> to separate multiple entries.

General infobox parameters

Neutral
footer
Content of row below main infobox content.
Neutral
games
Abbreviation(s) for games of appearance. For accepted abbreviations please see {{abb}}. Multiple abbreviations can be specified if separated by commas (,).
Neutral
icon
File name of icon (without "File:"), i.e. the small image which is displayed in the top right corner of the main image area.
Neutral
icon offset
Offset for icon in pixels, i.e. the icon is moved "upwards" by the specified amount of pixels. Setting this to "@outside" results in the icon being placed completely outside (above) the image area.
Neutral
image up to image5
File name of image(s) (without "File:") to be displayed below main header and above main infobox content.
Neutral
image desc
Description for image, displayed below the image.
Neutral
(default: "240px")
image size up to image5 size
Width of corresponding image in pixels (e.g. "240px").
Neutral
name
Main title/"headline" of the infobox. By default, the name of the current page without any disambiguation suffixes (i.e. terms in brackets at the end) is used.
Neutral
subtitle
Text in small font below the main infobox title.

Example

{{Infobox creature
|games       =FO3
|name        =Deathclaw
|type        =creature
|image       =Deathclaw.png
|variants    =[[Hairy deathclaw]]<br>[[Talking deathclaw]]<br>[[Experimental deathclaw]]
|location    =[[United States]]
}}

Copy/paste

Creature

{{Infobox creature
|games       =
|type        =creature
|image       =
|variants    =
|location    =
|affiliation =
}}

Robot

{{Infobox creature
|games       =
|type        =robot
|image       =
|variants    =
|location    =
|affiliation =
}}
Advertisement