Template:Quest infobox: Difference between revisions
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
: [[{{{start npc}}}]]{{#if:{{{previous|}}}| | : [[{{{start npc}}}]]{{#if:{{{previous|}}}| | ||
;Previous | ;Previous | ||
: [[{{{previous}}}]]}} | : [[{{{previous}}}]]}}{{#if:{{{next|}}}| | ||
;Next | ;Next | ||
: [[{{{next}}}]]}}{{#if:{{{id|}}}| | : [[{{{next}}}]]}}{{#if:{{{id|}}}| | ||
Line 23: | Line 22: | ||
: {{{coordinates}}}}} | : {{{coordinates}}}}} | ||
</div> | </div> | ||
{{clear}} | {{clear}} | ||
{{#if: {{{map|}}} | | {{#if: {{{map|}}} | | ||
{{{!}} style="width:100%" | {{{!}} style="width:100%" | ||
{{!}} ''' | {{!}} '''Quest map''' | ||
{{!}}- style="text-align:center;" | {{!}}- style="text-align:center;" | ||
{{!}} | {{!}} | ||
{{#if:{{{map|}}}|[[File:{{{map}}}]] | {{#if:{{{map|}}}|[[File:{{{map}}}|200px]] | ||
<p style="font-size:.9em;">{{{map-text|Click to enlarge.}}}</p>}} | <p style="font-size:.9em;">{{{map-text|Click to enlarge.}}}</p>}} | ||
{{!}}} | {{!}}} | ||
Line 67: | Line 47: | ||
|previous= | |previous= | ||
|next= | |next= | ||
|id= | |id= | ||
|coordinates= | |coordinates= | ||
|map= | |map= | ||
|map-text= | |map-text= | ||
Line 87: | Line 62: | ||
; previous : Optional. The previous quest in the chain that unlocks this one. | ; previous : Optional. The previous quest in the chain that unlocks this one. | ||
; next : Optional. The next quest in the chain that this quest unlocks. | ; next : Optional. The next quest in the chain that this quest unlocks. | ||
; id : Optional. Quest id (e.g. qsf00_192). | ; id : Optional. Quest id (e.g. qsf00_192). | ||
; coordinates : Optional. Map coordinates for the starting NPC. | ; coordinates : Optional. Map coordinates for the starting NPC. | ||
; map : Optional. Map image of the quest (can include starting NPC, objective locations, etc.). | ; map : Optional. Map image of the quest (can include starting NPC, objective locations, etc.). | ||
; map-text : Optional. Map image description. | ; map-text : Optional. Map image description. | ||
Line 105: | Line 75: | ||
|level=28 | |level=28 | ||
|previous=Spark of Uprising | |previous=Spark of Uprising | ||
|id=qsf00_195 | |id=qsf00_195 | ||
|coordinates= | |coordinates= | ||
|map= | |map= | ||
|map-text= | |map-text= | ||
Line 126: | Line 88: | ||
|level=28 | |level=28 | ||
|previous=Spark of Uprising | |previous=Spark of Uprising | ||
|id=qsf00_195 | |id=qsf00_195 | ||
|coordinates= | |coordinates= | ||
|map= | |map= | ||
|map-text= | |map-text= |
Revision as of 23:47, 22 July 2024
Description
This is the Quest infobox template. It should be transcluded in the following format:
{{Quest infobox |name= |starting zone= |start npc= |type= |class= |level= |previous= |next= |id= |coordinates= |map= |map-text= }}
Parameters
- name
- Optional. Only include if the name of the quest differs from the article name. Defaults to the name of the article:
{{PAGENAME}}
- starting zone
- Required. The zone the quest is first acquired (e.g. Silent Woods).
- start npc
- Required. The NPC that gives the quest.
- type
- Optional. The quest type (i.e. Series, Group, Class, Daily), defaults to Series.
- class
- Optional. Include required class if quest is a Class quest.
- level
- Required. The required level to start this quest.
- previous
- Optional. The previous quest in the chain that unlocks this one.
- next
- Optional. The next quest in the chain that this quest unlocks.
- id
- Optional. Quest id (e.g. qsf00_192).
- coordinates
- Optional. Map coordinates for the starting NPC.
- map
- Optional. Map image of the quest (can include starting NPC, objective locations, etc.).
- map-text
- Optional. Map image description.
Example
Dusty Hobgoblin's Final Attack
- Zone
- Dusty Gorge
- Type
- Group
- Req. level
- 28
- Quest giver
- Claudia Pink
- Previous
- Spark of Uprising
- id
- qsf00_195
{{Quest infobox |name=Dusty Hobgoblin's Final Attack |starting zone=Dusty Gorge |start npc=Claudia Pink |type=Group |level=28 |previous=Spark of Uprising |id=qsf00_195 |coordinates= |map= |map-text= }}
TODO
- Add properties to parameters