|
|
(Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt) |
Zeile 1: |
Zeile 1: |
| <includeonly>{| class="infobox"
| | {{löschen|No longer used. Vorage:Infobox_Item includes Object}} |
| |- style="background-color: darkred; text-align: center;"
| |
| | colspan="2" | '''<big>{{{Name}}}</big>'''
| |
| |- style="text-align: center; background-color: #517ab2;"
| |
| | colspan="2" | '''Block'''
| |
| |-
| |
| | colspan="2" style="padding: 10px;" | [[Datei:{{{Icon}}}|center|frameless|95px]]
| |
| |- style="background-color: #4B9130; text-align: center;"
| |
| | colspan="2" | '''Allgemeines'''
| |
| |-
| |
| | Hergestellt an:
| |
| | style="text-align: right;" | {{{Hergestellt}}}
| |
| |-
| |
| | Getragen in:
| |
| | style="text-align: right;" | {{{Getragen}}}
| |
| |-
| |
| | Gewicht:
| |
| | style="text-align: right;" | {{{Gewicht}}}
| |
| |-
| |
| | Stapellimit:
| |
| | style="text-align: right;" | {{{Stapellimit}}}
| |
| {{#if: {{{Kraftstoff|}}} | {{!}}-
| |
| {{!}} Kraftstoff:
| |
| {{!}} style="text-align: right;" {{!}} {{{Kraftstoff}}}|}}
| |
| |- style="background-color: #4B9130; text-align: center;"
| |
| | colspan="2" | '''IDs'''
| |
| |- valign="center"
| |
| | Item ID:
| |
| | style="text-align: right;" | {{{ItemID}}}
| |
| |- valign="center"
| |
| | ID-Nummer:
| |
| | style="text-align: right;" | {{{ID-Nummer}}}
| |
| |- style="text-align: center; background-color: #517ab2;"
| |
| | colspan="2" | '''Objekt'''
| |
| |-
| |
| | colspan="2" style="padding: 10px;" | [[Datei:{{{Bild}}}|center|border|240px]] | |
| |- style="background-color: #4B9130; text-align: center;"
| |
| | colspan="2" | '''Platzierung'''
| |
| |-
| |
| | Baumaterial:
| |
| | style="text-align: right;" | [[Stufe]] {{{Stufe}}}
| |
| |-
| |
| | colspan="2" style="padding: 10px;" | [[Datei:{{{BildBaumaterial}}}|center|border|240px]]
| |
| |}</includeonly>
| |
| | |
| <noinclude>== Dokumentation ==
| |
| Die Infobox wird mit der folgenden Syntax eingebunden. Aufgeführt sind die verwendeten Parameter und wie sie befüllt werden können.
| |
| {{Infobox Block
| |
| |Name = Baumstamm
| |
| |Icon = Log Icon.png
| |
| |Beschreibung = Ein Stapel Baumstämme.
| |
| |Hergestellt = Ressource
| |
| |Getragen = Hände
| |
| |Gewicht = 10,00 kg
| |
| |Stapellimit = 20
| |
| |Kraftstoff = 4.000 J
| |
| |ItemID = LogItem
| |
| |ID-Nummer = 194
| |
| |Bild = Campsite_Placed.png
| |
| |Stufe = 0
| |
| |BildBaumaterial = Logs Stacked.jpg
| |
| }}
| |
| <pre>
| |
| {{Infobox Block
| |
| |Name = Der Name des Gegenstands
| |
| |Icon = Bild des Icons, z. B. ItemName_Icon.png
| |
| |Beschreibung = Die In-Game-Beschreibung des Gegenstands
| |
| |Hergestellt= Nennung der Handwerksstationen, in denen der Gegenstand hergestellt wird, oder "Ressource"
| |
| |Getragen = Rucksack, Hände, Schaufel
| |
| |Gewicht = x kg
| |
| |Stapellimit = 1, 10, 100
| |
| |ItemID = ExampleItem
| |
| |ID-Nummer = type ID
| |
| |Bild = Bild des in der Spielwelt platzierten Gegenstands, z. B. Campsite_Placed.png
| |
| |Stufe = Stufe des Blocks als Baumaterial: 0,1,2,3,4
| |
| |BildBaumaterial = Bild des Blocks als Baumaterial, z. B. Logs_Stacked.jpg
| |
| }} | |
| </pre>
| |
| | |
| [[Kategorie:Infoboxvorlagen]]
| |
| [[Kategorie:Vorlagen]]
| |
| </noinclude><includeonly>[[Kategorie:Gegenstände]]</includeonly>
| |