Template:QuestInfo
From Dragon Quest Wiki
Revision as of 09:51, 26 July 2010 by FlyingRagnar (talk | contribs)
Quest # | |
---|---|
Usage
{{QuestInfo | num = | title = | location = | available = | requester = | responser = | item = | reward = | detail = }} |
num is the numbering of the quest
title is the title of the quest
location is where the hero can receive the quest
available is the timing 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'
Example
Quest #0 | |
---|---|
Example quest | |
Location | Questville |
Available at | After defeating Questdevil |
Requested by | King of Quests |
Response to | Questor |
Items needed | Seed of accomplishment |
Reward | Fruit of Quest |
Detail | King of Quest ask you to deliver the Seed of Accomplishment to Questor. |
Code
{{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'''. }} |