Difference between revisions of "Template:QuestBox"
Jump to navigation
Jump to search
FelliSpirit (talk | contribs) (Created page with "<onlyinclude><div class="infobox"> <div class="infobox-title">{{{name|{{PAGENAME}}}}}</div> <table> <th colspan="2">Overview</th> {{#if:{{{npc|}}}|<tr> <td>'''Star...") |
FelliSpirit (talk | contribs) |
||
| Line 35: | Line 35: | ||
<pre> | <pre> | ||
| − | {{ | + | {{QuestBox |
|npc=Raina | |npc=Raina | ||
|location=Adventurer's Guild | Northmarket | |location=Adventurer's Guild | Northmarket | ||
Revision as of 10:29, 21 March 2021
QuestBox
| Overview | |
|---|---|
| Previous Quest {{{prev}}} |
Next Quest {{{next}}} |
Usage & preview
Type in this:
{{QuestBox
|npc=Raina
|location=Adventurer's Guild | Northmarket
|suggestion=Level 1
|items=None
|rewards=Sil
|treasure=Sil
|prev=[[Quest1]]
|next=[[Quest2]]
}}
to see this:
Click here to refresh the preview above
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Npc | npc | The name of the starting NPC/quest giver | Page | required |
| Location | location | The location of the quest giver
| String | required |
| Suggestion | suggestion | The suggested level to undertake the quest
| String | required |
| Items | items | The items needed to progress or complete the quest
| Page | suggested |
| Rewards | rewards | The rewards for completing the quest
| String | suggested |
| Treasure | treasure | Possible treasure found during the quest.
| String | suggested |
| Prev | prev | The previous quest
| Page | suggested |
| Next | next | The next quest
| Page | suggested |