Difference between revisions of "Template:QuestBox"

From Bad Kitty Games Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
     <td>'''Location'''</td>
 
     <td>'''Location'''</td>
 
     <td>{{{location}}}</td>
 
     <td>{{{location}}}</td>
     </tr>}}{{#if:{{{suggestion|}}}|<tr>
+
    </tr>}}<tr>
     <td>'''Suggestion'''</td>
+
    </tr>{{#if:{{{city|}}}|<tr>
     <td>{{{suggestion}}}</td>
+
    <td>'''City'''</td>
 +
    <td>{{{city}}}</td>
 +
     </tr>}}{{#if:{{{recommendation|}}}|<tr>
 +
     <td>'''Recommendation'''</td>
 +
     <td>{{{recommendation}}}</td>
 
     </tr>}}{{#if:{{{items|}}}|<tr>
 
     </tr>}}{{#if:{{{items|}}}|<tr>
 
     <td>'''Items needed'''</td>
 
     <td>'''Items needed'''</td>
Line 37: Line 41:
 
{{QuestBox
 
{{QuestBox
 
|npc=[[Raina}}
 
|npc=[[Raina}}
|location=Adventurer's Guild | Northmarket
+
|location=Adventurer's Guild  
|suggestion=Level 1  
+
|city=Northmarket
 +
|recommendation=Level 1  
 
|items=None
 
|items=None
 
|rewards=1000 Sil  
 
|rewards=1000 Sil  
Line 52: Line 57:
 
{{QuestBox
 
{{QuestBox
 
|npc=[[Raina]]
 
|npc=[[Raina]]
|location=Adventurer's Guild | Northmarket
+
|location=Adventurer's Guild
|suggestion=Level 1  
+
|city=Northmarket
 +
|recommendation=Level 1  
 
|items=None
 
|items=None
 
|rewards=1000 Sil  
 
|rewards=1000 Sil  
Line 72: Line 78:
 
"location": {
 
"location": {
 
"description": "The location of the quest giver",
 
"description": "The location of the quest giver",
"example": "Adventurer's Guild | Northmarket",
+
"example": "Adventurer's Guild",
 
"type": "string",
 
"type": "string",
 
"required": true
 
"required": true
 
},
 
},
"suggestion": {
+
"city": {
 +
"description": "The city of where the quest giver is",
 +
"example": "Northmarket",
 +
"type": "string",
 +
"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.

Template parameters

ParameterDescriptionTypeStatus
Npcnpc

The name of the starting NPC/quest giver

Pagerequired
Locationlocation

The location of the quest giver

Example
Adventurer's Guild
Stringrequired
Citycity

The city of where the quest giver is

Example
Northmarket
Stringrequired
Recommendationrecommendation

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