|
|
(54 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) |
Zeile 1: |
Zeile 1: |
| <includeonly> | | <includeonly>{{ #ifeq: {{ #sub: {{{1}}} | -5 }} |(PvP)| [[Datei:{{{1}}}.jpg{{pipe}}25px{{pipe}}link={{{1}}}]] [[{{{1}}}]] | {{ #ifeq: {{ #sub: {{{1}}} | -5 }} |(PvE)| [[Datei:{{ #sub: {{{1}}} | 0 | -6 }}.jpg|25px|link={{ #sub: {{{1}}} | 0 | -6 }}]] [[{{ #sub: {{{1}}} | 0 | -6 }}|{{{1}}}]] | [[Datei:{{{1}}}.jpg{{pipe}}25px{{pipe}}link={{{1}}}]] [[{{{1}}}]] {{ifexist|{{{1}}} (PvP)|[[[{{{1}}} (PvP){{pipe}}PvP]]]|}}}}}}</includeonly><noinclude>Diese Vorlage fügt ein Icon ein. Schreibst du hinter den Namen einen Spielmodus, wird nur ein Link zu diesem angezeigt. [[Kategorie:Vorlage Icon]]</noinclude> |
| | |
| {{#switch: {{{kampagne}}} | |
| | =
| |
| |#default =
| |
| [[Kategorie:Quest ({{{kampagne}}})]]
| |
| {{#switch: {{{region}}}
| |
| | =
| |
| |Tutorial (Prophecies) | |
| |Ascalon (Tutorial) = [[Kategorie:Quest (Prophecies Tutorial)]] | |
| |#default =
| |
| [[Kategorie:Quest ({{{kampagne}}} {{{region}}})]]
| |
| }}
| |
| }} | |
| | |
| </includeonly>
| |
| {| style="background-color:#fff; margin: 0 0 0.5em 1em; border:1px solid silver; float:center; font-size:90%; text-align:left;" cellpadding="5" cellspacing="3" align="right"
| |
| ! colspan="2" style="font-size:110%; text-align:center; background-color:#b4a5dc;" | {{PAGENAME}}
| |
| |- valign="top"
| |
| ! style="background-color:#b4a5dc;" | Typ || {{#if: {{{typ|}}} | [[{{{typ}}}]] | Unbekannt}} {{#ifeq: {{{wiederholbar|}}} | ja | [[Bild:Wiederaufladung.png|16px]] }}
| |
| |- valign="top" | |
| ! style="background-color:#b4a5dc;" | [[Kampagne]] || {{#if: {{{kampagne|}}} | [[{{{kampagne}}}]] | Unbekannt <includeonly>[[Kategorie:Quest-Stub]]</includeonly>}}
| |
| |- valign="top" | |
| ! style="background-color:#b4a5dc;" | Region || {{#if: {{{region|}}} | [[{{{region}}}]] | Unbekannt<includeonly>[[Kategorie:Quest-Stub]]</includeonly>}}
| |
| |- valign="top"
| |
| ! style="background-color:#b4a5dc;" | Schwierigkeitsgrad || {{#if: {{{schwierigkeit|}}} | {{{schwierigkeit}}} | Normal}}
| |
| |- valign="top" | |
| ! style="background-color:#b4a5dc;" | Questgeber || {{#if: {{{questgeber|}}} | {{{questgeber}}} | Unbekannt}} {{#if: {{{questort|}}} | <br>{{{questort}}} | }}
| |
| |- valign="top"
| |
| {{#if: {{{held|}}} |
| |
| ! style="background-color:#b4a5dc;" {{pipe}} Benötigter Held
| |
| {{pipe}} [[{{{held}}}]]| }} | |
| |- valign="top"
| |
| {{#if: {{{benötigter quest|}}} |
| |
| ! style="background-color:#b4a5dc;" {{pipe}} Benötigter Quest
| |
| {{pipe}} [[{{{benötigter quest}}}]] | }}
| |
| |- valign="top"
| |
| {{#if: {{{folgequest|}}} | | |
| ! style="background-color:#b4a5dc;" {{pipe}} Folgequest
| |
| {{pipe}} [[{{{folgequest}}}]] | }}
| |
| |-
| |
| ! colspan="2" style="background-color:#b4a5dc; text-align:center;" | Karte
| |
| |-
| |
| | colspan="2" style="text-align:center;"{{pipe}} {{ #ifexist: Bild:{{PAGENAME}}_Karte.jpg | [[Bild:{{PAGENAME}}_Karte.jpg{{pipe}}center{{pipe}}200px]] | <includeonly>[[Kategorie:Karten-Stub]]</includeonly> <small>Diese Karte ist nicht vorhanden.<br />Hilf dem GuildWiki indem du sie [http://www.guildwiki.de/gwiki/index.php?title=Spezial:Hochladen&wpDestFile={{PAGENAMEE}}_Karte.jpg hier] hochlädst.}}
| |
| |}
| |
| | |
| | |
| <noinclude>
| |
| [[Kategorie:Vorlage Infobox]] | |
| ==Einbinden==
| |
| Die Questvorlage bindet man in einem Questartikel mit folgendem Quelltext ein:
| |
| <pre>
| |
| {{Infobox Quest
| |
| |typ=Sekundärquest
| |
| |kampagne=Nightfall
| |
| |region=Istan
| |
| |schwierigkeit=Meister
| |
| |questgeber=Nala
| |
| |benötigter quest=Ein Weg zu Zweit
| |
| |folgequest=Ein Weg zu Zweit
| |
| |held=Tahlkora
| |
| }}
| |
| </pre>
| |
| ==Die Parameter==
| |
| *'''typ''' Primärquest, Sekundärquest
| |
| *'''kampagne''' Prophecies, Factions, Nightfall oder Eye of the North
| |
| *'''region''' in welcher Region befindet sich der Schauplatz (siehe Quest-Log)
| |
| *'''schwierigkeit''' Meister oder Elite, bei Normal weglassen
| |
| *'''questgeber''' Der Auftraggeber des Quests
| |
| *'''benötigter quest''' Welcher Quest Voraussetzung ist (wenn vorhanden)
| |
| *'''folgequest''' Der nachfolgende Quest (wenn vorhanden)
| |
| *'''held''' Benötigter Held (wenn vorhanden)
| |
| </noinclude> | |