Template:Quest/doc: Difference between revisions

From Another Chance Wiki
Jump to navigation Jump to search
(Filled template data)
(Added "Character" parameter)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<templatedata>
<templatedata>
{
{
     "description": "A table to give a brief overview of quest information and navigation.",
     "description": "This template creates a table to give a brief overview of quest information and navigation.",
     "params": {
     "params": {
         "1": {
         "image": {
             "label": "image",
             "label": "Thumbnail",
             "description": "A 399x230 thumbnail of the quest",
             "description": "A 399x230 image representing the quest",
             "type": "string"
             "type": "string",
         }
            "required": false
         "2": {
         },
             "label": "prerequisites",
         "character": {
             "description": "The quest(s) and/or condition(s) that must be completed to unlock this quest",
             "label": "Character",
             "type": "string"
            "description": "The character whose quest it is",
         }
            "type": "string",
         "3": {
            "required": false
             "label": "start",
        },
             "description": "The action required to start the quest",
        "prerequisites": {
             "type": "string"
            "label": "Prerequisites",
         }
             "description": "The quest(s) and/or action(s) that unlock this quest",
         "4": {
             "type": "string",
             "label": "location",
            "required": true
             "description": "The official location name where the quest has to be started from (can also be a character's current location if applicable)",
         },
             "type": "string"
         "start": {
         }
             "label": "Start",
         "5": {
             "description": "The direct action required to start a quest",
             "label": "rewards",
             "type": "string",
             "description": "Rewards that are given to you upon quest completion, usually an item",
            "required": true
             "type": "string"
         },
         }
         "location": {
         "6": {
             "label": "Location",
             "label": "season",
             "description": "The location where the quest must be started (can be character's current location)",
             "description": "The season the quest can be found in, formatted as [Season X]",
             "type": "string",
             "type": "string"
            "required": true
         }
         },
         "7": {
         "rewards": {
             "label": "previous",
             "label": "Rewards",
             "description": "Link to the previous quest in the quest list",
             "description": "Reward received at the end of the quest (usually an item)",
             "type": "string"
             "type": "string",
         }
            "required": false
         "8": {
         },
             "label": "next",
         "season": {
             "label": "Season",
             "description": "The season that the quest is set in",
            "type": "string",
            "required": true
        },
        "release": {
            "label": "Released",
            "description": "The version number and date the quest was released (if known). Separate version number and date with a <br> tag",
             "type": "string",
            "required": false
         },
         "previous": {
             "label": "Previous Quest",
             "description": "The previous quest in the quest list",
             "type": "string/wiki-page-name",
            "required": false
         },
         "next": {
             "label": "Next Quest",
             "description": "The next quest in the quest list",
             "description": "The next quest in the quest list",
             "type": "string"
             "type": "string/wiki-page-name",
            "required": false
         }
         }
     }
     }
}
}
</templatedata>
</templatedata>
</noinclude>
{{Quest
|image=Isabelle haggis.webp
|character=Isabelle
|prerequisites=Complete [[Tour de School]]
|start=Interact with the food counter
|location=[[Cafeteria]]
|rewards=[[Items#Mrs._Lichtenstein's_Brooch|Mrs. Lichtenstein's Broach]]
|season=Season 1
|release=>= Version 1.2<br>September 13, 2020
|previous=[[Chili Con Carnal Sin]]
|next=[[Punked]]
}}
<pre>
{{Quest
|image=Isabelle haggis.webp
|character=Isabelle
|prerequisites=Complete [[Tour de School]]
|start=Interact with the food counter
|location=[[Cafeteria]]
|rewards=[[Items#Mrs._Lichtenstein's_Brooch|Mrs. Lichtenstein's Broach]]
|season=Season 1
|release=>= Version 1.2<br>September 13, 2020
|previous=[[Chili Con Carnal Sin]]
|next=[[Punked]]
}}
</pre>

Latest revision as of 23:41, 25 August 2026

This template creates a table to give a brief overview of quest information and navigation.

Template parameters

ParameterDescriptionTypeStatus
Thumbnailimage

A 399x230 image representing the quest

Stringoptional
Charactercharacter

The character whose quest it is

Stringoptional
Prerequisitesprerequisites

The quest(s) and/or action(s) that unlock this quest

Stringrequired
Startstart

The direct action required to start a quest

Stringrequired
Locationlocation

The location where the quest must be started (can be character's current location)

Stringrequired
Rewardsrewards

Reward received at the end of the quest (usually an item)

Stringoptional
Seasonseason

The season that the quest is set in

Stringrequired
Releasedrelease

The version number and date the quest was released (if known). Separate version number and date with a <br> tag

Stringoptional
Previous Questprevious

The previous quest in the quest list

Page nameoptional
Next Questnext

The next quest in the quest list

Page nameoptional
Quest/doc
Isabelle haggis.webp
Character Isabelle contact icon.webp
Isabelle
Prerequisites Complete Tour de School
Start Interact with the food counter
Location Cafeteria
Rewards Mrs. Lichtenstein's Broach
Season Season 1
Released >= Version 1.2
September 13, 2020

Quest Progression
Previous Quest Next Quest
Chili Con Carnal Sin Punked
{{Quest
|image=Isabelle haggis.webp
|character=Isabelle
|prerequisites=Complete [[Tour de School]]
|start=Interact with the food counter
|location=[[Cafeteria]]
|rewards=[[Items#Mrs._Lichtenstein's_Brooch|Mrs. Lichtenstein's Broach]]
|season=Season 1
|release=>= Version 1.2<br>September 13, 2020
|previous=[[Chili Con Carnal Sin]]
|next=[[Punked]]
}}