Template:Quests: Difference between revisions

From Ethene
Content added Content deleted
m (Remove trailing line break after image.)
m (Move includeonly closing tag to end of image to hopefully fix newline after template usage in quest page.)
Line 192: Line 192:


== Walkthrough ==
== Walkthrough ==
{{#if: {{{img|}}}|[[File:{{{img}}}|right|border|250px]]|}}
{{#if: {{{img|}}}|[[File:{{{img}}}|right|border|250px]]|}}</includeonly>
</includeonly>

Revision as of 16:16, 3 July 2024

Explanation

Template used for creating Quest pages.

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

Variable Descriptions

  • 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

{{Quests
| 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 = 
}}