Template:Quest/doc: Difference between revisions

From Another Chance Wiki
Jump to navigation Jump to search
(Updated page format)
(Added "Character" parameter)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Description==
<templatedata>
This template creates 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": {
        "image": {
            "label": "Thumbnail",
            "description": "A 399x230 image representing the quest",
            "type": "string",
            "required": false
        },
        "character": {
            "label": "Character",
            "description": "The character whose quest it is",
            "type": "string",
            "required": false
        },
        "prerequisites": {
            "label": "Prerequisites",
            "description": "The quest(s) and/or action(s) that unlock this quest",
            "type": "string",
            "required": true
        },
        "start": {
            "label": "Start",
            "description": "The direct action required to start a quest",
            "type": "string",
            "required": true
        },
        "location": {
            "label": "Location",
            "description": "The location where the quest must be started (can be character's current location)",
            "type": "string",
            "required": true
        },
        "rewards": {
            "label": "Rewards",
            "description": "Reward received at the end of the quest (usually an item)",
            "type": "string",
            "required": false
        },
        "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",
            "type": "string/wiki-page-name",
            "required": false
        }
    }
}
</templatedata>
{{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>
<pre>
{{Quest
{{Quest
|image=
|image=Isabelle haggis.webp
|prerequisites=
|character=Isabelle
|start=
|prerequisites=Complete [[Tour de School]]
|location=
|start=Interact with the food counter
|rewards=
|location=[[Cafeteria]]
|season=
|rewards=[[Items#Mrs._Lichtenstein's_Brooch|Mrs. Lichtenstein's Broach]]
|previous=
|season=Season 1
|next=
|release=>= Version 1.2<br>September 13, 2020
|previous=[[Chili Con Carnal Sin]]
|next=[[Punked]]
}}
}}
</pre>
</pre>
{| class="wikitable"
! Parameter !! Description !! Example
|-
| image || A 399x230 thumbnail image representing the quest || Isabelle haggis.webp
|-
| prerequisites || The quest(s) and/or action(s) that unlock this quest || Complete [[Tour_de_School|"Tour de School"]]
|-
| start || The direct action required to start up a quest || Interact with the food counter
|-
| location || The location where the quest must be started (can be character's current location) || [[Cafeteria]]
|-
| rewards || Optional reward received at the end of the quest (usually an [[Items|item]]) || [[Items#Mrs._Lichtenstein's_Brooch|Mrs. Lichtenstein's Brooch]]
|-
| season || Season that the quest is set in || Season 1
|-
| previous || The previous quest in the quest list || [[Chili Con Carnal Sin]]
|-
| next || The next quest in the quest list || [[Punked]]
|}

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]]
}}