Template:Infobox quest: Difference between revisions
From Everafter Falls Wiki
mNo edit summary |
mNo edit summary |
||
| Line 20: | Line 20: | ||
|Name={{{name|{{PAGENAME}}}}} | |Name={{{name|{{PAGENAME}}}}} | ||
|Type={{#switch:{{lc:{{{type|}}}}} | |Type={{#switch:{{lc:{{{type|}}}}} | ||
| main | main quest = | | main | main quest | story | story quest = Story | ||
| job | job board | job board quest = Job Board | | job | job board | job board quest = Job Board | ||
| #default = Side | | #default = Side | ||
| Line 41: | Line 41: | ||
<header>Quest information</header> | <header>Quest information</header> | ||
<data source="type"><label>Type</label><format>{{#switch:{{lc:{{{type|}}}}} | <data source="type"><label>Type</label><format>{{#switch:{{lc:{{{type|}}}}} | ||
| main | main quest = [[Quest# | | main | main quest | story | story quest = [[Quest#Story quests|Story quest]][[Category:Story quests]] | ||
| job | job board | job board quest = [[Job Board]] quest[[Category:Job Board quests]] | | job | job board | job board quest = [[Job Board]] quest[[Category:Job Board quests]] | ||
| #default = [[Quest#Side quests|Side quest]][[Category:Side quests]] | | #default = [[Quest#Side quests|Side quest]][[Category:Side quests]] | ||
Revision as of 13:54, 18 July 2024
This template defines the table "Quests". View table.
| Template documentation |
|---|
| Note: portions of the template sample may not be visible without values provided. |
| View or edit this documentation. (About template documentation) |
| Editors can experiment in this template's sandbox and test case pages. |
Description
This template is used to create infoboxes on individual quest pages and store quest data in Special:CargoTables/Quests.
The template also assigns the page it is used on a category based on quest type entered.
Syntax
{{Infobox quest
|name =
|image =
|steps =
|type =
|npc =
|npc2 =
|condition =
|time =
|repeats =
|items =
|reward =
}}
- Use image if you have it, omit the parameter if you do not
- steps is for listing quest objectives from in-game journal
- type can be story, side, or job board
- npc is the primary character involved in the quest. String only.
- condition is the condition for triggering the quest, omit if unknown
- time and repeats should only be used for time limited and repeated quests respectively
- items and rewards should contain formatted lists of items required to complete the quest and possible rewards. Format them using wikitext in the way you would like them to be displayed.