Template:QuestInfo: Difference between revisions

From Dragon Quest Wiki
(fixing)
 
mNo edit summary
Line 10: Line 10:
| data3 | {{{responser}}}
| data3 | {{{responser}}}
| label4 | Items needed  
| label4 | Items needed  
| data4 | {{{item}}} }}
| data4 | {{{item}}}  
| label5 | Detail  
| label5 | Detail  
| data5 | {{{detail}}}
| data5 | {{{detail}}}

Revision as of 13:51, 24 July 2010


Usage

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


num is the numbering of the quest
title is the title of the quest
location is where the hero can receive the quest
requester is the NPC who give the quest to the hero
responser is the NPC who announce the completion of the quest
item is the item(s) needed to be collected for completing the quest
detail is the detail description of the quest'



Example

Code

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