Template:Questbox
From WoWWiki
| Start | |
| End | |
| Level | 60 (Requires 59) |
| Type | Group |
| Category | Hellfire Peninsula |
| Experience | 40-500 |
| Reputation | Wildhammer +100-500 |
| Rewards | |
| Repeatable | Yes |
| Shareable | No |
| Previous | Your Place in the World |
| Next | Scarab Shells |
| See also | |
Use Questbox to help summarize the vital stats of a particular quest, leaving the body of the article to discuss lore and strategy. Including the following code creates the questbox to the right.
{{questbox
| name = C'Thun's Legacy
| faction = Alliance
| level = 60
| levelreq = 59
| type = Group
| category = Hellfire Peninsula
| start = [[Eye of C'Thun]]
| end = [[Caelestrasz]]
| reputation = [[Wildhammer]] +100-500
| experience = 40-500
| rewards = {{item|Stoneskin Totem}} or {{item|Earth Totem}}
| money = {{Cost|123|45|67}}
| shareable = No
| repeatable = Yes
| previous = {{quest|Your Place in the World}}
| next = {{quest|Scarab Shells}}
| id = 788
}}
Required fields
- name
- The name of the quest. Defaults to "Untitled".
- faction
- "Alliance", "Horde", or "Neutral". Denotes which faction is eligible for the quest, or both. Defaults to "Neutral".
- start
- The NPC, item, or object responsible for initiating the quest. Braces required. Defaults to "Unknown".
- end
- The NPC, item, or object responsible for ending the quest. Braces required. Defaults to the value of start.
- level
- The difficulty level of the quest, exposed by the quest API or an quest viewer add-on. Defaults to "1". If colored level numbers appear, this number will be white.
- levelreq
- The minimum level required to accept the quest. Datamined from Thottbot or other database. Defaults to "1".
- rewards
- A list of linked items rewarded by the quest. Can use {{item|<item name>}} or {{loot|<quality>|<item name>}}.
Recommended, but optional
- experience
- The amount of experience gained from completing the quest.
- previous
- The quest required to be completed before starting the current quest. Written using {{quest|<quest name>}} or similar.
- next
- The quest that follows the current quest in a series. Written using {{quest|<quest name>}} or similar.
- id
- The internal id of the quest for the various external databases.
Optional
- type
- "Group", "Dungeon", "Raid", "PvP". Defaults to hidden. Can leave out for normal solo quests.
- category
- The category under which the quest appears in the quest log (usually a class or a zone). No default value, braces not required.
- reputation
- The amount of reputation affected by the quest, written in the style +100 Wildhammer or -100 Undercity. Braces necessary.
- experience
- The amount of experience gained from completing the quest.
- money
- The amount of money awarded by completing the quest. Use {{cost}}, e.g. 25
or 4
7
25
. Usual format is {{cost|<gold>|<silver>|<copper>}}; see Template:Cost.
- repeatable
- Accepts "Yes". Indicates if the quest is repeatable. Defaults to hidden.
- shareable
- Accepts "Yes" or "No". Indicates if the quest is shareable. Defaults to hidden.
- doc
- if specified, prevents the Questbox template from adding the page to categories.
