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
(Schützte „Vorlage:Infobox Interaktives Objekt“: Häufig eingebundene Vorlage ([edit=autoconfirmed] (unbeschränkt) [move=autoconfirmed] (unbeschränkt)))
Keine Bearbeitungszusammenfassung
 
(5 dazwischenliegende Versionen von 4 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
<includeonly>
<includeonly>
{{ #switch: {{lc: {{{typ|}}} }}
{{#if: {{{nocat|}}} ||
{{#ifeq: {{NAMESPACE}} | {{ns:0}} |
{{#switch: {{lc: {{{typ|}}} }}
| bündel
| bündel
| [[bündel]] = [[Kategorie:Bündel]]
| [[bündel]] = [[Kategorie:Bündel]]
Zeile 6: Zeile 8:
| [[schatz]] = [[Kategorie:Schatz]]
| [[schatz]] = [[Kategorie:Schatz]]
| statue
| statue
| [[statue]] = [[Kategorie:Statue]]
| [[statue]] = [[Kategorie:Götterstatue]]
| truhe
| truhe
| [[truhe]] = [[Kategorie:Truhe]]
| [[truhe]] = [[Kategorie:Truhe]]
Zeile 15: 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>
{| style="background-color:#fff; margin: 0 0 0.5em 1em; border:1px solid silver; float:right; font-size:90%; text-align:left;" cellpadding="5" cellspacing="3" align="right"
{| style="background-color:#fff; margin: 0 0 0.5em 1em; border:1px solid silver; float:right; font-size:90%; text-align:left;" cellpadding="5" cellspacing="3" align="right"
Zeile 31: 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 52: Zeile 60:
*'''schlüssel''' (optional, z.B. ''Ascalon-Schlüssel'')
*'''schlüssel''' (optional, z.B. ''Ascalon-Schlüssel'')
*'''fertigkeit''' (optional, z.B. ''Wachfalle Wachposten'')
*'''fertigkeit''' (optional, z.B. ''Wachfalle Wachposten'')
*'''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)