VAULTPEDIA.DE ist seit dem 02.02.2026 öffentlich zugänglich.
Da es sich um ein frisch migriertes Wiki handelt, können vereinzelt noch Datenbank-, Seiten- oder Designfehler auftreten.
Tritt unserem Discord bei, um Fehler zu melden oder direkt mit dem Team in Kontakt zu treten.
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 4: | Zeile 4: | ||
Based on {{tl|Infobox}}. | Based on {{tl|Infobox}}. | ||
== | ==Benutzung== | ||
Place the following at the top of the article, below any [[:Category:Page management templates|page management templates]]: | Place the following at the top of the article, below any [[:Category:Page management templates|page management templates]]: | ||
<pre> | <pre> | ||
{{Infobox | {{Infobox Rüstung gamebryo | ||
|name = Name | |name = Name | ||
<!-- insert parameters --> | <!-- insert parameters --> | ||
| Zeile 41: | Zeile 41: | ||
}} | }} | ||
{{Docparam|name= | {{Docparam|name=typ|req=no|default=armor|desc= | ||
Determines text in supertitle. "set" is automatically appended if the second set of parameters (<code>name2</code> etc) is used. | Determines text in supertitle. "set" is automatically appended if the second set of parameters (<code>name2</code> etc) is used. | ||
| Zeile 135: | Zeile 135: | ||
|name ={{PAGENAME}} | |name ={{PAGENAME}} | ||
|unique = | |unique = | ||
| | |typ = | ||
|image = | |image = | ||
|desc = | |desc = | ||
| Zeile 153: | Zeile 153: | ||
===Set=== | ===Set=== | ||
<pre> | <pre> | ||
{{Infobox | {{Infobox Rüstung gamebryo | ||
|game = | |game = | ||
|name ={{PAGENAME}} | |name ={{PAGENAME}} | ||
|unique = | |unique = | ||
| | |typ = | ||
|image = | |image = | ||
|desc = | |desc = | ||
Version vom 6. August 2011, 22:04 Uhr
| Diese Seite enthält Informationen zur Verwendung für Vorlage:Infobox Rüstung gamebryo. |
Infoboxvorlage für Rüstung und Kleidung in Gamebryo-Engine Spiele wie zum Beispiel Fallout 3 und Fallout: New Vegas.
Based on {{Infobox}}.
Benutzung
Place the following at the top of the article, below any page management templates:
{{Infobox Rüstung gamebryo
|name = Name
<!-- insert parameters -->
}}
Specifying the second set of values allows you to make a combined infobox for an armor and a matching helmet, for example.
Parameters
Specific parameters
name2 etc) is used.
Available options:
- armor: Standard armor.
- clothing: Piece of clothing.
- headwear: Glasses and other headwear except for helmets.
- helmet: Helmet.
Available options:
- yes
- no
General infobox parameters
bild unterhalb des Bildes.,) zu trennen sind.<Vorlagen-Fehler> Keine Dokumentation für den Parameter "extra" gefunden.
<Vorlagen-Fehler> Keine Dokumentation für den Parameter "px" gefunden.
Example
{{Infobox Rüstung gamebryo
|game =FO3
|name =Metal Armor
|unique =no
|image =FO3 Metal Armor.png
|dr =36
|hp =500
|weight =30
|value =460
|effects =[[AG]] -1
|repair =Metal Armors
|variants =[[Gamma Shield Armor]]
|baseid =0003307F
<!-- ####### Second armor ####### -->
|name2 =Metal Helmet
|dr2 =5
|hp2 =50
|weight2 =3
|value2 =70
|repair2 =Metal Helmets
|baseid2 =00033080
}}
Copy/paste
Simple
{{Infobox Rüstung gamebryo
|game =
|name ={{PAGENAME}}
|unique =
|typ =
|image =
|desc =
|extra =
|dr =
|hp =
|weight =
|value =
|effects =
|repair =
|variants =
|baseid =
|quests =
}}
Set
{{Infobox Rüstung gamebryo
|game =
|name ={{PAGENAME}}
|unique =
|typ =
|image =
|desc =
|extra =
|dr =
|hp =
|weight =
|value =
|effects =
|baseid =
|quests =
<!-- ####### Second armor ####### -->
|name2 =
|dr2 =
|hp2 =
|weight2 =
|value2 =
|effects2 =
|repair2 =
|variants2 =
|baseid2 =
|quests2 =
}}