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

Quest template for quests in Fallout 3.

Usage[]

{{FO3 quest
 |type         = <!-- type of quest - choices: main, side, unmarked, repeatable -->
 |icon         = <!-- icon image -->
 |name         = <!-- name of quest -->
 |image        = <!-- typical image -->
 |desc         = <!-- image description, if any -->
 |location     = <!-- where the quest takes place or starts -->
 |end location = <!-- where the quest ends -->
 |given by     = <!-- queststarter -->
 |other npcs   = <!-- other npcs involved -->
 |reward       = <!-- quest reward (keep it short) -->
 |final reward = <!-- final reward (keep it short too), if any -->
 |previous     = <!-- previous quest -->
 |leads to     = <!-- quest it leads to -->
 |related      = <!-- related -->
 |baseid       = <!-- Form/base ID of the quest -->
 |extra        = <!-- extra field at the end of the table for stuff like more images, maps or info -->
}}

All arguments except the name are optional, and will only be rendered if used; you can also use "empty" to hide the table line.

Examples[]

Typical usage[]

{{FO3 quest
|type     =side
|icon     =someicon.jpeg
|name     ={{PAGENAME}}
|image    ={{PAGENAME}}.jpg
|desc     =
|location =[[Someplace]]
|given by =[[Someone]]
|reward   =[[Karma]] and [[XP]]
|baseid   =xx123456
}}{{Games|FO3}}

Copy/paste[]

Premade template configurations for various games for copy and paste purposes.

Main quest[]

{{FO3 quest
|type       =main
|icon       =
|name       ={{PAGENAME}}
|image      ={{subst:PAGENAME}}.jpg
|desc       =
|location   =
|given by   =
|other npcs =
|reward     =
|previous   =
|leads to   =
|related    =
|baseid     =
}}

Side/standard quest[]

{{FO3 quest
|type       =side
|icon       =
|name       ={{PAGENAME}}
|image      ={{subst:PAGENAME}}.jpg
|desc       =
|location   =
|given by   =
|other npcs =
|reward     =
|related    =
|baseid     =
}}

Unmarked/freeform quest[]

{{FO3 quest
|type       =unmarked
|icon       =
|name       ={{PAGENAME}}
|image      ={{subst:PAGENAME}}.jpg
|desc       =
|location   =
|given by   =
|other npcs =
|reward     =
|related    =
}}

Repeatable (and unmarked) quest[]

{{FO3 quest
|type       =repeatable
|icon       =
|name       ={{PAGENAME}}
|image      ={{subst:PAGENAME}}.jpg
|desc       =
|location   =
|given by   =
|other npcs =
|reward     =
|related    =
}}

Documentation transcluded from Template:FO3 quest/doc.
Advertisement