Template:Quest infobox: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 2: | Line 2: | ||
<div class="infobox quest"> | <div class="infobox quest"> | ||
<p class="heading">{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}</p> | <p class="heading">{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}</p> | ||
<div class="wrapper>{{#if:{{{previous|}}}| | <div class="wrapper> | ||
{{#if:{{{previous|}}}| | |||
;Previous | ;Previous | ||
: [[{{{previous}}}]]}} | : [[{{{previous}}}]]}} | ||
Revision as of 19:41, 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=
|level=
|previous=
|next=
|objective=
|id=
|coordinates=
|experience=
|coin=
|fame=
|item1...item5=
|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.
- 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.
- objective
- Optional. Quest objective (e.g. summary from the quest journal).
- id
- Optional. Quest id (e.g. qsf00_192).
- coordinates
- Optional. Map coordinates for the starting NPC.
- experience
- Required. EXP reward for completing the quest.
- coin
- Optional. Money reward for completing the quest.
- fame
- Optional. Fame reward for completing the quest.
- item1...item5
- Optional. Item rewards for completing the quest.
- 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
- Previous
- Spark of Uprising
- Zone
- Dusty Gorge
- Quest giver
- Claudia Pink
- Type
- Group
- Req. level
- 28
- Objective
- Capture 5 Dusty Hobgoblin Captains and the Dusty Hobgoblin Patriarch.
- id
- qsf00_195
Reward(s)
- EXP
- 3261
- MONEY
- 0
2
38
(238) - Item(s)
- Chain Mail Helmet of Bravery
- Half Helmet of Bravery
- Novice Circlet of Bravery
{{Quest infobox
|name=Dusty Hobgoblin's Final Attack
|starting zone=Dusty Gorge
|start npc=Claudia Pink
|type=Group
|level=28
|previous=Spark of Uprising
|next=
|objective=Capture 5 Dusty Hobgoblin Captains and the Dusty Hobgoblin Patriarch.
|id=qsf00_195
|coordinates=
|experience=3261
|coin=238
|fame=
|item1=Chain Mail Helmet of Bravery
|item2=Half Helmet of Bravery
|item3=Novice Circlet of Bravery
|map=
|map-text=
}}
TODO
- Add properties to parameters