Template:QuestInfo: Difference between revisions
From Dragon Quest Wiki
FlyingRagnar (talk | contribs) mNo edit summary |
FlyingRagnar (talk | contribs) mNo edit summary |
||
Line 4: | Line 4: | ||
| title = {{{title}}} | | title = {{{title}}} | ||
| label1 | Location | | label1 | Location | ||
| data1 | {{{location}}} | | data1 | {{{location|}}} | ||
| label2 | Requested by | | label2 | Requested by | ||
| data2 | {{{requester}}} | | data2 | {{{requester|}}} | ||
| label3 | Response to | | label3 | Response to | ||
| data3 | {{{responser}}} | | data3 | {{{responser|}}} | ||
| label4 | Items needed | | label4 | Items needed | ||
| data4 | {{{item}}} | | data4 | {{{item|}}} | ||
| label5 | Detail | | label5 | Detail | ||
| data5 | {{{detail}}} | | data5 | {{{detail|}}}} | ||
}} | }} | ||
<noinclude> | <noinclude> |
Revision as of 13:53, 24 July 2010
Quest #{{{num}}} | |
---|---|
{{{title}}} |
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
Quest #0 | |
---|---|
Example quest |
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'''. }} |