Template:Quest/doc: Difference between revisions

From Another Chance Wiki
Jump to navigation Jump to search
No edit summary
(Updated page format)
Line 1: Line 1:
<templatedata>
==Description==
{
This template creates a table to give a brief overview of quest information and navigation.
    "description": "A table to give a brief overview of quest information and navigation.",
 
    "params": {
<pre>
        "1": {
{{Quest
            "label": "image",
|image=
            "description": "A 399x230 thumbnail of the quest",
|prerequisites=
            "type": "string"
|start=
        }
|location=
        "2": {
|rewards=
            "label": "prerequisites",
|season=
            "description": "The quest(s) and/or condition(s) that must be completed to unlock this quest",
|previous=
            "type": "string"
|next=
        }
}}
        "3": {
</pre>
            "label": "start",
 
            "description": "The action required to start the quest",
{| class="wikitable"
            "type": "string"
! Parameter !! Description !! Example
        }
|-
        "4": {
| image || A 399x230 thumbnail image representing the quest || Isabelle haggis.webp
            "label": "location",
|-
            "description": "The official location name where the quest has to be started from (can also be a character's current location if applicable)",
| prerequisites || The quest(s) and/or action(s) that unlock this quest || Complete [[Tour_de_School|"Tour de School"]]
            "type": "string"
|-
        }
| start || The direct action required to start up a quest || Interact with the food counter
        "5": {
|-
            "label": "rewards",
| location || The location where the quest must be started (can be character's current location) || [[Cafeteria]]
            "description": "Rewards that are given to you upon quest completion, usually an item",
|-
            "type": "string"
| rewards || Optional reward received at the end of the quest (usually an [[Items|item]]) || [[Items#Mrs._Lichtenstein's_Brooch|Mrs. Lichtenstein's Brooch]]
        }
|-
        "6": {
| season || Season that the quest is set in || Season 1
            "label": "season",
|-
            "description": "The season the quest can be found in, formatted as [Season X]",
| previous || The previous quest in the quest list || [[Chili Con Carnal Sin]]
            "type": "string"
|-
        }
| next || The next quest in the quest list || [[Punked]]
        "7": {
|}
            "label": "previous",
            "description": "Link to the previous quest in the quest list",
            "type": "string"
        }
        "8": {
            "label": "next",
            "description": "The next quest in the quest list",
            "type": "string"
        }
    }
}
</templatedata>

Revision as of 22:07, 10 April 2026

Description

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

{{Quest
|image=
|prerequisites=
|start=
|location=
|rewards=
|season=
|previous=
|next=
}}
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"
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 item) 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