Template:Quest/doc: Difference between revisions
Jump to navigation
Jump to search
Awsome2464 (talk | contribs) (Created page) |
Awsome2464 (talk | contribs) (Filled template data) |
||
| Line 1: | Line 1: | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": "A table to give a brief overview of quest information and navigation.", | |||
"params": { | |||
"1": { | |||
"label": "image", | |||
"description": "A 399x230 thumbnail of the quest", | |||
"type": "string" | |||
} | |||
"2": { | |||
"label": "prerequisites", | |||
"description": "The quest(s) and/or condition(s) that must be completed to unlock this quest", | |||
"type": "string" | |||
} | |||
"3": { | |||
"label": "start", | |||
"description": "The action required to start the quest", | |||
"type": "string" | |||
} | |||
"4": { | |||
"label": "location", | |||
"description": "The official location name where the quest has to be started from (can also be a character's current location if applicable)", | |||
"type": "string" | |||
} | |||
"5": { | |||
"label": "rewards", | |||
"description": "Rewards that are given to you upon quest completion, usually an item", | |||
"type": "string" | |||
} | |||
"6": { | |||
"label": "season", | |||
"description": "The season the quest can be found in, formatted as [Season X]", | |||
"type": "string" | |||
} | |||
"7": { | |||
"label": "previous", | |||
"description": "Link to the previous quest in the quest list", | |||
"type": "string" | |||
} | |||
"8": { | |||
"label": "next", | |||
"description": "The next quest in the quest list", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||