Difference between revisions of "Template:QuestBox"
Jump to navigation
Jump to search
FelliSpirit (talk | contribs) |
FelliSpirit (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
<td>'''Location'''</td> | <td>'''Location'''</td> | ||
<td>{{{location}}}</td> | <td>{{{location}}}</td> | ||
+ | </tr>}}<tr> | ||
</tr>{{#if:{{{city|}}}|<tr> | </tr>{{#if:{{{city|}}}|<tr> | ||
<td>'''City'''</td> | <td>'''City'''</td> | ||
<td>{{{city}}}</td> | <td>{{{city}}}</td> | ||
− | </tr>}}{{#if:{{{ | + | </tr>}}{{#if:{{{recommendation|}}}|<tr> |
− | <td>''' | + | <td>'''Recommendation'''</td> |
− | <td>{{{ | + | <td>{{{recommendation}}}</td> |
</tr>}}{{#if:{{{items|}}}|<tr> | </tr>}}{{#if:{{{items|}}}|<tr> | ||
<td>'''Items needed'''</td> | <td>'''Items needed'''</td> | ||
Line 42: | Line 43: | ||
|location=Adventurer's Guild | |location=Adventurer's Guild | ||
|city=Northmarket | |city=Northmarket | ||
− | | | + | |recommendation=Level 1 |
|items=None | |items=None | ||
|rewards=1000 Sil | |rewards=1000 Sil | ||
Line 58: | Line 59: | ||
|location=Adventurer's Guild | |location=Adventurer's Guild | ||
|city=Northmarket | |city=Northmarket | ||
− | | | + | |recommendation=Level 1 |
|items=None | |items=None | ||
|rewards=1000 Sil | |rewards=1000 Sil | ||
Line 87: | Line 88: | ||
"required": true | "required": true | ||
}, | }, | ||
− | " | + | "recommendation": { |
"description": "The suggested level to undertake the quest", | "description": "The suggested level to undertake the quest", | ||
"example": "Level 1+", | "example": "Level 1+", |
Latest revision as of 11:58, 21 March 2021
QuestBox
Overview | |
---|---|
Previous Quest {{{prev}}} |
Next Quest {{{next}}} |
Usage & preview
Type in this:
{{QuestBox |npc=[[Raina}} |location=Adventurer's Guild |city=Northmarket |recommendation=Level 1 |items=None |rewards=1000 Sil |treasure=500 Sil |prev=[[Quest1]] |next=[[Quest2]] }}
to see this:
QuestBox
Overview | |
---|---|
Start NPC | Raina |
Location | Adventurer's Guild |
City | Northmarket |
Recommendation | Level 1 |
Items needed | None |
Rewards | 1000 Sil |
Treasure | 500 Sil |
Previous Quest Quest1 |
Next Quest Quest2 |
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 |
City | city | The city of where the quest giver is
| String | required |
Recommendation | recommendation | 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 |