Template:QuestInfo: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 5: | Line 5: | ||
| label1 = Location | | label1 = Location | ||
| data1 = {{{location|}}} | | data1 = {{{location|}}} | ||
| label2 = Requested by | | label2 = Available at | ||
| | | data2 = {{{available|}}} | ||
| | | label3 = Requested by | ||
| | | data3 = {{{requester|}}} | ||
| | | label4 = Response to | ||
| | | data4 = {{#if:{{{responser|}}}|{{{responser|}}}|{{{requester|}}}}} | ||
| | | label5 = Items needed | ||
| | | data5 = {{{item|}}} | ||
| label6 = Reward | |||
| data6 = {{{reward|}}} | |||
| label7 = Detail | |||
| data7 = {{{detail|}}} | |||
}} | }} | ||
<noinclude> | <noinclude> | ||
| Line 23: | Line 27: | ||
| title = | | title = | ||
| location = | | location = | ||
| available = | |||
| requester = | | requester = | ||
| responser = | | responser = | ||
| item = | | item = | ||
| reward = | |||
| detail = | | detail = | ||
}}</pre> | }}</pre> | ||
| Line 33: | Line 39: | ||
''title'' is the title of the quest<br/> | ''title'' is the title of the quest<br/> | ||
''location'' is where the hero can receive the quest<br/> | ''location'' is where the hero can receive the quest<br/> | ||
''available'' is the timing the quest is available<br/> | |||
''requester'' is the NPC who give the quest to the hero<br/> | ''requester'' is the NPC who give the quest to the hero<br/> | ||
''responser'' is the NPC who announce the completion of the quest<br/> | ''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<br/> | ||
''item'' is the item(s) needed to be collected for completing the quest<br/> | ''item'' is the item(s) needed to be collected for completing the quest<br/> | ||
''reward'' is the item or skill obtained as the reward for completing the quest<br/> | |||
''detail'' is the detail description of the quest'<br/> | ''detail'' is the detail description of the quest'<br/> | ||
<br/><br/><br/> | <br/><br/><br/> | ||
| Line 44: | Line 52: | ||
| title = Example quest | | title = Example quest | ||
| location = Questville | | location = Questville | ||
| available = After defeating Questdevil | |||
| requester = King of Quests | | requester = King of Quests | ||
| responser = Questor | | responser = Questor | ||
| item = Seed of accomplishment | | item = Seed of accomplishment | ||
| 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'''. | ||
}} | }} | ||
| Line 56: | Line 66: | ||
| title = Example quest | | title = Example quest | ||
| location = Questville | | location = Questville | ||
| available = After defeating Questdevil | |||
| requester = King of Quests | | requester = King of Quests | ||
| responser = Questor | | responser = Questor | ||
| item = Seed of accomplishment | | item = Seed of accomplishment | ||
| 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'''. | ||
}}</pre> | }}</pre> | ||
|} | |} | ||
[[Category:Infobox templates]] | [[Category:Infobox templates]][[Category:Location templates]] | ||
</noinclude> | </noinclude> | ||
Revision as of 10:51, 26 July 2010
| 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'''.
}}
|