Template:Infobox Quest/doc
This is the canonical quest infobox — the right-rail summary box for every quest article. It renders the quest's start point, requirements, items and reward summary, and auto-categorises the host page by quest type. It is the quest counterpart of Infobox Item and Infobox NPC; the full reward payload goes in the body via Quest rewards.
Usage
Paste the block below at the very top of the article, immediately under any hatnote, and fill in what you can source from current game data. Leave a field blank if it is unknown — the infobox will stamp the page into the hidden maintenance queues rather than show a wrong value.
{{Infobox Quest
| name =
| image =
| alt =
| series =
| number =
| type =
| start =
| region =
| difficulty =
| length =
| requirements =
| items =
| recommended =
| enemies =
| rewards =
| release =
}}
Parameters
| Parameter | Required | Description |
|---|---|---|
name |
Yes | Exact in-game quest name. Also the infobox header. Defaults to the page name. |
image |
Recommended | Quest banner/scene sprite, without the File: prefix. Falls back to the wiki logo and tags Category:Pages needing an image.
|
alt |
No | Alt text for the image (defaults to the name). |
series |
No | Quest series/line shown under the image, e.g. Tutorial (opening loop). Link it where a series page exists.
|
number |
No | Position within the series, shown as "Part N". |
type |
No | One of main, side, tutorial (case-insensitive). Drives the quest-type category.
|
start |
Yes | Start point: the giver NPC and where the quest begins, or "Automatic" for scripted scenes. Blank stamps Category:Pages missing data. |
region |
No | Region/zone the quest takes place in. |
difficulty |
No | Difficulty rating. |
length |
Recommended | Approximate length. Blank stamps Category:Pages missing data. |
requirements |
No | Level/quest gates that must be met to start. |
items |
No | Items required (bring your own). |
recommended |
No | Recommended (not required) items/levels. |
enemies |
No | Notable enemies faced. |
rewards |
No | Short reward summary for the rail; use Quest rewards in the body for the full list. |
release |
No | Release date/update. |
Categories applied
When placed on an article (main namespace) the template adds:
- Category:Quests
- the quest-type category from
type— Category:Main Quests, Category:Side Quests or Category:Tutorial quests. - Hidden maintenance: Category:Pages needing an image when
imageis blank; Category:Pages missing data when the requiredstartorlengthis blank.
Canonical quest infobox. Renders a right-rail summary, auto-categorises by quest type, and self-files incomplete pages into the hidden maintenance queues.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Exact in-game quest name | String | required |
| Image | image | Banner/scene sprite file name without the File: prefix | File | suggested |
| Alt text | alt | no description | String | optional |
| Series | series | no description | String | optional |
| Part number | number | no description | String | optional |
| Quest type | type | main / side / tutorial | String | suggested |
| Start point | start | Giver NPC and location, or Automatic for scenes | String | required |
| Region | region | no description | String | optional |
| Difficulty | difficulty | no description | String | optional |
| Length | length | no description | String | suggested |
| Requirements | requirements | no description | String | optional |
| Items needed | items | no description | String | optional |
| Recommended | recommended | no description | String | optional |
| Enemies | enemies | no description | String | optional |
| Reward summary | rewards | no description | String | optional |
| Release | release | no description | String | optional |