Difference between revisions of "Template:QuestBox"

From Bad Kitty Games Wiki
Jump to navigation Jump to search
(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...")
 
Line 35: Line 35:
  
 
<pre>
 
<pre>
{{Infobox QuestBox
+
{{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:

Template:Infobox QuestBox


Click here to refresh the preview above

No description.

Template parameters

ParameterDescriptionTypeStatus
Npcnpc

The name of the starting NPC/quest giver

Pagerequired
Locationlocation

The location of the quest giver

Example
Adventurer's Guild | Northmarket
Stringrequired
Suggestionsuggestion

The suggested level to undertake the quest

Example
Level 1+
Stringrequired
Itemsitems

The items needed to progress or complete the quest

Example
[[Rat's tail]
Pagesuggested
Rewardsrewards

The rewards for completing the quest

Example
100.000 Sil
Stringsuggested
Treasuretreasure

Possible treasure found during the quest.

Example
Sil
Stringsuggested
Prevprev

The previous quest

Example
[[Quest1]]
Pagesuggested
Nextnext

The next quest

Example
[[Quest2]]
Pagesuggested