Template:Quests

From Ethene

Explanation

Template used for creating Quest pages.

If data is not available or not known, leave it blank.

Variable Descriptions

  • num: The number of the quest (use 1, 10, 100, etc. as the format of the quest. Do not use 001, 010, etc.)
  • en_name: English name of the quest.
  • ja_name: Japanese name of the quest.
  • loc: Location of where the quest is started. Don't use [[]] to link to the page. Don't add the Japanese here.
  • coords: Coordinates on the map to where the quest NPC can be found (ex: G-5, C-2, etc.)
  • en_npc: English name of the NPC that starts the quest.
  • ja_npc: Japanese name of the NPC that starts the quest.
  • req: A list of requirements that are required to complete the quest. Use <br> to separate items.
  • img: Filename of the image to use. Just list the filename (ex: monster_slime.jpg).
  • exp: Amount of experience awarded on quest completion.
  • fame: Amount of fame awarded on quest completion.
  • reward: A list of rewards that are awarded on quest completion. Use <br> to separate items.
  • rep_exp: Amount of experience awarded on a replay of the quest.
  • rep_fame: Amount of fame awarded on a replay of the quest.
  • rep_reward: A list of rewards awarded on a replay of the quest. Use <br> to separate items.
  • prev_quest: If this is a quest in the middle of a quest chain, use the previous quest number here. Use just the quest number (1, 10, 100, etc.).
  • next_quest: If this is a quest that is part of a quest chain, use the next quest number here. Use just the quest number (1, 10, 100, etc.).

Usage

Note that this template appends a header of == Walkthrough ==. Just add the steps necessary to perform the quest after the template.

{{Quests
| num = 
| en_name = 
| ja_name = 
| loc = 
| coords = 
| en_npc = 
| ja_npc = 
| req = 
| img = 
| exp = 
| fame = 
| reward = 
| rep_exp = 
| rep_fame = 
| rep_reward = 
| prev_quest = 
| next_quest = 
}}