Fallout Wiki
Advertisement
Fallout 3 armor
Name?
DR: dr?
item HP: hp?
weight: weight?
value: value?
repair: repair?
base id: baseid?
Template documentation (for the template shown above, sometimes hidden or invisible)

Infobox template for Fallout 3 armor and clothing.

Based on Template:Infobox.

Usage[]

{{FO3 armor
|name      =Name
|type      =armor/helmet/clothing/headwear (defaults to "armor"; automatically adds "set" if name2 is specified)
|unique    =yes/no (defaults to "no"); is this piece of armor/clothing unique?
|image     =Image (if any given)
|desc      =Image description
|dr        =Armor damage resistance
|hp        =Item HP
|weight    =Weight
|value     =Value
|effects   =Additional effects of this armor (optional)
|repair    =Which armors can this armor be repaired with?
|variants  =Variations of this armor (optional)
|baseid    =Base ID of this armor
|quests    =Quests related to the armor, if any (optional)
|extra     =Any extra stuff like additional images etc. (optional)

Second piece of armor (optional unless name2 is specified):
|name2     =Name of second piece of armor
|dr2       =Second armor damage resistance
|hp2       =Item HP of second piece of armor
|weight2   =Weight of second piece of armor
|value2    =Value of second piece of armor
|effects2  =Additional effects of second piece of armor (optional)
|repair2   =Which armors can this armor be repaired with?
|variants2 =Variations of this armor (optional)
|baseid2   =Base ID of second armor
|quests2   =Quests related to second armor, if any (optional)
}}

Specifying the second set of values allows you to make a combined infobox for an armor and a matching helmet, for example.

Copy/paste[]

Simple[]

{{FO3 armor
|name      ={{PAGENAME}}
|unique    =
|type      =
|image     =
|desc      =
|extra     =
|dr        =
|hp        =
|weight    =
|value     =
|effects   =
|repair    =
|variants  =
|baseid    =
|quests    =
}}

Set[]

{{FO3 armor
|name      ={{PAGENAME}}
|unique    =
|type      =
|image     =
|desc      =
|extra     =
|dr        =
|hp        =
|weight    =
|value     =
|effects   =
|baseid    =
|quests    =
<!-- ####### Second armor ####### -->
|name2     =
|dr2       =
|hp2       =
|weight2   =
|value2    =
|effects2  =
|repair2   =
|variants2 =
|baseid2   =
|quests2   =
}}

Documentation transcluded from Template:FO3 armor/doc.
Advertisement