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:Infobox Interaktives Objekt: Unterschied zwischen den Versionen

Aus GuildWiki
Zur Navigation springenZur Suche springen
(nocat)
Keine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt)
Zeile 1: Zeile 1:
<includeonly>
<includeonly>
{{#if: {{{nocat|}}} ||
{{#if: {{{nocat|}}} ||
{{ #switch: {{lc: {{{typ|}}} }}
{{#ifeq: {{NAMESPACE}} | {{ns:0}} |
{{#switch: {{lc: {{{typ|}}} }}
| bündel
| bündel
| [[bündel]] = [[Kategorie:Bündel]]
| [[bündel]] = [[Kategorie:Bündel]]
Zeile 16: Zeile 17:
| [[Kategorie:Interaktives Objekt]]
| [[Kategorie:Interaktives Objekt]]
}}
}}
{{ #if: {{{bild| }}} |  | {{ ifexist| Bild:{{PAGENAME}}.jpg |  | [[Kategorie:Bilder-Stub]] }} }}
{{#if: {{{bild| }}} |  | {{ ifexist| Bild:{{PAGENAME}}.jpg |  | [[Kategorie:Bilder-Stub]] }} }}
}}
}}
}}
</includeonly>
</includeonly>
Zeile 33: Zeile 35:
|- valign="top"
|- valign="top"
{{#if: {{{fertigkeit|}}} | ! style="background-color:#fadbd9;" {{pipe}} Fertigkeit {{2pipe}} {{fertigkeit icon|{{{fertigkeit}}}}} | }}
{{#if: {{{fertigkeit|}}} | ! style="background-color:#fadbd9;" {{pipe}} Fertigkeit {{2pipe}} {{fertigkeit icon|{{{fertigkeit}}}}} | }}
|- valign="top"
{{#if: {{{wert|}}} | ! style="background-color:#fadbd9;" {{pipe}} Wert {{2pipe}} {{ #switch: {{{wert|}}} | 0 = Nicht verkäuflich | #default = {{Kosten|{{{wert}}}}} }} }}
|- valign="top"
|- valign="top"
{{#if: {{{standort|}}} | ! style="background-color:#fadbd9;" {{pipe}} Standort {{2pipe}} {{{standort}}} | }}
{{#if: {{{standort|}}} | ! style="background-color:#fadbd9;" {{pipe}} Standort {{2pipe}} {{{standort}}} | }}
|- valign="top"
{{#if: {{{icon|}}} | ! style="background-color:#fadbd9;" {{pipe}} Inventaricon {{2pipe}} {{{icon}}} }}
|}<noinclude>
|}<noinclude>


Zeile 55: Zeile 61:
*'''fertigkeit''' (optional, z.B. ''Wachfalle Wachposten'')
*'''fertigkeit''' (optional, z.B. ''Wachfalle Wachposten'')
*'''nocat''' (optional, um automatische Kategorisierung auszuschalten)
*'''nocat''' (optional, um automatische Kategorisierung auszuschalten)
*'''wert''' (optional)
*'''icon''' (optional)
</noinclude>
</noinclude>

Aktuelle Version vom 23. April 2011, 21:30 Uhr

Infobox Interaktives Objekt
Typ Interaktives Objekt
Kampagne [[{{{kampagne}}}]]

Einbinden[Bearbeiten]

Die Vorlage für Interaktive Objekte bindet man mit folgendem Quelltext ein:

{{Infobox Interaktives Objekt
 | typ = Truhe
 | kampagne = Nightfall
 | region = Istan
 | schlüssel = Istan-Schlüssel
}}

Die Parameter[Bearbeiten]

  • typ (Monument, Truhe, Verliestruhe, Bündel, Schatz, Statue)
  • kampagne (Basis, Prophecies, ...)
  • region (optional, z.B. für Truhen)
  • schlüssel (optional, z.B. Ascalon-Schlüssel)
  • fertigkeit (optional, z.B. Wachfalle Wachposten)
  • nocat (optional, um automatische Kategorisierung auszuschalten)
  • wert (optional)
  • icon (optional)