Template:QuestInfo

From Dragon Quest Wiki

The QuestInfo template is used to display question information from Dragon Quest IX: Sentinels of the Starry Skies. It is a meta-template and should only be used inside of a Template:DQIXQuest sub-template.

Usage[edit]

{{QuestInfo
| num  = 
| title   = 
| location   = 
| available = 
| requester = 
| responser = 
| item = 
| reward = 
| detail = 
| hint = 
}}

num is the number of the quest
title is the title of the quest
location is where the hero can receive the quest
available is the conditions which dictate when the quest is available
requester is the NPC who give the quest to the hero
responser is the NPC who announce the completion of the quest, if none is supplied, by default it will be the same as the requester
item is the item(s) needed to be collected for completing the quest
reward is the item or skill obtained as the reward for completing the quest
detail is the detail description of the quest from the game'
hint is advice for completing the quest


Example[edit]

Sample[edit]

Quest #0 - "Example quest"
Location Questville
Availability After defeating Questdevil
Requested by King of Quests
Fulfilled to Questor
Item Required Seed of accomplishment
Reward Fruit of Quest
Detail King of Quest ask you to deliver the Seed of Accomplishment to Questor.
Hint for solution Do this quest fast
Repeatable {{{repeat}}}

Code[edit]

{{QuestInfo
| num  = 0
| title   = Example quest
| location = Questville
| available = After defeating Questdevil
| requester = King of Quests
| responser = Questor
| item = Seed of accomplishment
| reward = Fruit of Quest
| detail = King of Quest ask you to deliver the '''Seed of Accomplishment''' to '''Questor'''.
| hint = Do this quest fast
}}

Sample: Least info[edit]

Quest #0 - "Example quest"
Location Questville
Availability Upon arriving at Questville
Requested by King of Quests
Fulfilled to King of Quests
Reward
Detail King of Quest ask you to deliver the Seed of Accomplishment to Questor.
Hint for solution
Repeatable {{{repeat}}}

Code[edit]

{{QuestInfo
| num  = 0
| title   = Example quest
| location = Questville
| requester = King of Quests
| detail = King of Quest ask you to deliver the '''Seed of Accomplishment''' to '''Questor'''.
}}