Fallout Wiki
Advertisement
Fallout Wiki
Template documentation (for the template shown above, sometimes hidden or invisible)

Infobox template for quests.

Usage

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

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

Parameters

Specific parameters

Neutral
formid
Form ID of this quest (Fallout 3, Fallout: New Vegas, Fallout 4, Fallout 76). Enclose ID(s) in {{ID}} or {{DLC ID}}.
Neutral
edid
Editor ID of this quest as used in console commands (Fallout 3, Fallout: New Vegas, Fallout 4, Fallout 76).
Neutral
end location
For quests which end in a different place than the one they start in (otherwise simply use location); location where the quest ends.
Neutral
reward
Notable rewards received during, or upon completion of the quest.
Neutral
given by
Name of the character/event which starts the quest.
Neutral
faction
Name of the faction the quest relates to/increases fame with.
Neutral
leads to, previous
If this quest is part of a sequence/series, name of the previous/next quest.
Neutral
location
Where the quest takes place or starts.
Neutral
other npcs
Characters other than the quest starter who are involved in this quest.
Neutral
related
Related quests.
Neutral
(default: "side")
type
The type of quest.

Available choices:

  • main: part of the game's main quest line (all games)
  • repeatable: unmarked/freeform quest which can be done repeatedly (all games)
  • side: side quest (all games)
  • unmarked: unmarked/freeform quest; a quest which does not appear in the quest journal (all games)
  • inst main/side/rad/rep = Institute main/side/radiant/repeatable quest (Fallout 4)
  • bos main/side/rad/rep = Brotherhood of Steel main/side/radiant/repeatable quest (Fallout 4)
  • rr main/side/rad/rep = Railroad main/side/radiant/repeatable quest (Fallout 4)
  • minm main/side/rad/rep = Minutemen main/side/radiant/repeatable quest (Fallout 4)
  • misc = miscellaneous quest (Fallout 4)
  • cut = cut quest (all games)
  • event = repeatable event quest (Fallout 76)
  • daily = repeatable daily quest (Fallout 76)
  • ally = ally quest (Wastelanders)
Neutral
animation
File name of the gif containing the quest's animation (Fallout 4).

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 quest
|games        =FO3
|type         =main
|icon         =03 Escape!.png
|image        =Escape!.jpg
|image desc   =The [[Lone Wanderer]] leaves the vault
|location     =[[Vault 101]]
|given by     =[[Amata Almodovar|Amata]]
|reward       =Leaving [[Vault 101]]
|previous     ='''[[Future Imperfect]]'''
|leads to     ='''[[Following in His Footsteps]]'''
|related      =
|formid       ={{ID|00014e86}}
}}

Copy/paste

Fallout 76 event

{{Infobox quest
|games        =FO76
|type         =event<!--public-->
|image        =
|image desc   =
|icon         =
|animation    =
|location     =
|given by     =
|duration     =
|faction      =
|other npcs   =
|baddies      =
|reward       =
|previous     =
|leads to     =
|related      =
|edid         =
|formid       =
}}

Fallout, Fallout 2

{{Infobox quest
|games        =FO1
|type         =side
|image        =
|location     =
|given by     =
|reward       =
|previous     =
|leads to     =
|related      =
}}

Fallout 3, Fallout: New Vegas

{{Infobox quest
|games        =FO3
|type         =side
|icon         =
|image        =
|location     =
|given by     =
|reward       =
|previous     =
|leads to     =
|related      =
|edid         =
|formid       ={{ID|}}
}}

Set formid to empty for unmarked/repeatable quests.

Documentation transcluded from Template:Infobox quest/doc.
Advertisement