News (06 Aug 2024): Das Wiki läuft jetzt auf einem neuen Server. Aufgrund eines Upgrades von PHP mussten die Wiki-Software und die DPL-Erweiterung aktualisiert werden. Bitte meldet Fehler auf der Hauptseiten-Diskussion.

Vorlage:Sandkasten: Unterschied zwischen den Versionen

Aus GuildWiki
Zur Navigation springenZur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 15: Zeile 15:
! colspan="2" style="font-size:110%; text-align:center; background-color:lightblue;" | {{{name|{{PAGENAME}}}}}
! colspan="2" style="font-size:110%; text-align:center; background-color:lightblue;" | {{{name|{{PAGENAME}}}}}
|-
|-
| colspan="2" align="center" | {{{bild|[[Bild:{{PAGENAME}}.jpg]]}}}
| colspan="2" align="center" | {{{bild|[[Bild:{{PAGENAME}}.jpg]]|8000x200px}}}
|- valign="top"
|- valign="top"
! style="background-color:lightblue;" | Typ
! style="background-color:lightblue;" | Typ

Version vom 7. Mai 2007, 16:09 Uhr

Dies ist der GuildWiki-Sandkasten für Vorlagen. Hier kannst du neue Vorlagen testen.

Bitte bedenke, dass jeder deine Änderungen überschreiben kann und der Sandkasten regelmäßig geleert wird.

  • Bitte diese Notiz so stehen lassen.
  • Diese Seite nicht verschieben.

Viel Spaß beim ausprobieren!

Sandkasten
Sandkasten.jpg
Typ Nicht angegeben
Wert Nicht verkaufbar
Kampagne Basis

Benutzung

Diese Vorlage kann für viele Gegenstände benutzt werden. z.b.

{{Infobox Gegenstand
| name = 
| bild = 
| typ = 
| wert = 
| kampagne = 
| benutzungen =
| sammler = <im Moment deaktiviert>
| dauer = 
| normal =
| selten =
| questgegenstand = <im Moment deaktiviert>
}}

Parameters

name
Defaults to the name of the article ({{PAGENAME}}).
bild
The image should be .jpg format. This should be the inventory icon for the item. See also the image use policy. Defaults to the page name ({{PAGENAME}}.png).
typ
Currently this will auto-type in the following order: Alcohol (alclevel is non-blank), Quest item (questitem is non-blank), Trophy (collector is non-blank), Salvage Item (commonsalvage or raresalvage is non-blank), Kit (uses is non-blank) and then Not Specified. Auto-typing is exclusive, meaning that an item can not be typed as two of the categories (e.g. Alcohol and Quest item). If an item fulfills two sets of criteria, only the first criteria will be used. This field can also be manually set.
wert
How much you would get for this item if sold to a Merchant. Defaults to "Can't be sold" for Quest items, etc. Omit if the item is a Bundle.
kampagne
The campaign this item is available in. Defaults to Core.
benutzungen
Optional. List the number of uses, sets Kategorie:Werkzeug and type to Werkzeug.
sammler
Optional. List item collectors, sets Category:Trophies and type to Trophy (provided that alclevel and questitem are not specified).
dauer
Optional. List the intoxication duration, defaults to 1 minute.
normal
Optional. List common salvage materials, sets type to Salvage item and Category:Salvage items if another type has not already been set. This field autocategorises to Category:Contains (common salvage), for single terms only. If you list multiple salvage items, please manually adjust the resulting categories.
selten
Optional. List rare salvage materials, sets type to Salvage item and Category:Salvage items if another type has not already been set. This field autocategorises to Category:Contains (rare salvage), for single terms only. If you list multiple salvage items, please manually adjust the resulting categories.
questitem
Optional. List quests item is involved in, sets Category:Quest items and type to Quest item (provided that alclevel is not specified)


Beispiel

{{Infobox Gegenstand
| name = Spider Web
| wert = 5 
| kampagne = [[Nightfall]]
| normal = [[Glitzerstaubhaufen]]
| profi = [[Seidentuchballen]]
}}