Template:QuestInfo/doc: Difference between revisions
Jump to navigation
Jump to search
m removing categories from doc page |
m minor formatting clean up |
||
| Line 1: | Line 1: | ||
The QuestInfo template is used to display specific sub-quest information on location articles. | |||
== Usage == | == Usage == | ||
<pre>{{QuestInfo | <pre>{{QuestInfo | ||
| num = | | num = | ||
| Line 14: | Line 14: | ||
| hint = | | hint = | ||
}}</pre> | }}</pre> | ||
''num'' is the numbering of the quest<br/> | ''num'' is the numbering of the quest<br/> | ||
''title'' is the title of the quest<br/> | ''title'' is the title of the quest<br/> | ||
| Line 29: | Line 27: | ||
== Example == | == Example == | ||
===Sample=== | |||
{{QuestInfo | {{QuestInfo | ||
| num = 0 | | num = 0 | ||
| Line 39: | Line 38: | ||
| reward = Fruit of Quest | | reward = Fruit of Quest | ||
| detail = King of Quest ask you to deliver the '''Seed of Accomplishment''' to '''Questor'''. | | detail = King of Quest ask you to deliver the '''Seed of Accomplishment''' to '''Questor'''. | ||
| hint = Do this quest fast | |||
}} | }} | ||
===Code=== | |||
<pre>{{QuestInfo | <pre>{{QuestInfo | ||
| num = 0 | | num = 0 | ||
| Line 53: | Line 51: | ||
| reward = Fruit of Quest | | reward = Fruit of Quest | ||
| detail = King of Quest ask you to deliver the '''Seed of Accomplishment''' to '''Questor'''. | | detail = King of Quest ask you to deliver the '''Seed of Accomplishment''' to '''Questor'''. | ||
| hint = Do this quest fast | |||
}}</pre> | }}</pre> | ||
Revision as of 12:55, 27 July 2010
The QuestInfo template is used to display specific sub-quest information on location articles.
Usage
{{QuestInfo
| num =
| title =
| location =
| available =
| requester =
| responser =
| item =
| reward =
| detail =
| hint =
}}
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'
hint is the way to complete the quest
Example
Sample
| 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
{{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
}}