Template:QuestInfo/doc: Difference between revisions
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> | ||