Template:Quest
Creates a standard quest table with details about the quest. Used on all quest pages. If a parameter is not known, leave it blank.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Quest Name (EN) | en_name | The name of the quest in English. | String | required |
Quest Name (JP) | ja_name | The name of the quest in Japanese. | String | suggested |
Location | loc | The location of where the quest starts. Use the English map name as it will generate a link to the map on this wiki. | String | required |
Coordinates | coords | The <LETTER><NUMBER> coordinates found on the in-game map. e.g.: E4 | String | required |
NPC Name (EN) | en_npc | The English name of the NPC to start the quest. | String | required |
NPC Name (JA) | ja_npc | The Japanese name of the NPC to start the quest. | String | suggested |
Quest Requirements | req | A list of requirements that must be met in order to start the quest. Separate each requirement with a <br> tag. | String | optional |
Quest Image | img | A relevant image describing the quest. This can be the quest starting NPC or a scene that occurs within the quest. When referencing a quest image, don't encapsulate the image in brackets; just type the name of the file. e.g. Quest_202_NPC.jpg | String | suggested |
Experience | exp | The amount of experience rewarded on the first completion of the quest. | Number | suggested |
Fame | fame | The amount of fame rewarded on the first completion of the quest. | Number | suggested |
Rewards | reward | A list of rewards that are gained upon first completion of the quest. Separate each reward with a <br> tag. | String | suggested |
Repeat Experience | rep_exp | The amount of experience rewarded on a repeat playthrough of the quest. | String | suggested |
Repeat Fame | rep_fame | The amount of fame rewarded on a repeat playthrough of the quest. | Number | suggested |
Repeat Rewards | rep_reward | A list of rewards that are gained on a repeat playthrough of the quest. Separate each reward with a <br> tag. | String | suggested |
Previous Quest | prev_quest | If this quest is part of a chain, the previous quest number in the chain. | Number | optional |
Next Quest | next_quest | If this quest is part of a chain, the next quest number in the chain. | Number | optional |