Quests/row/doc: Difference between revisions

From CrossCode Wiki
Jump to navigation Jump to search
(Add `{location,prereqs,notes}‑rowspan`)
(Add `level‑rowspan` and `inherit = level`)
Line 19: Line 19:
"label": "Location",
"label": "Location",
"required": true,
"required": true,
"type": "content"
},
"prereqs": {
"label": "Prerequisites",
"type": "content"
},
"notes": {
"label": "Notes",
"type": "content"
"type": "content"
},
"location-rowspan": {
"label": "Level `rowspan`",
"type": "number"
},
},
"location-rowspan": {
"location-rowspan": {
"label": "Location `rowspan`",
"label": "Location `rowspan`",
"type": "number"
"type": "number"
},
"prereqs": {
"label": "Prerequisites",
"type": "content"
},
},
"prereqs-rowspan": {
"prereqs-rowspan": {
"label": "Prerequisites `rowspan`",
"label": "Prerequisites `rowspan`",
"type": "number"
"type": "number"
},
"notes": {
"label": "Notes",
"type": "content"
},
},
"notes-rowspan": {
"notes-rowspan": {
Line 43: Line 47:
"inherit": {
"inherit": {
"label": "Inherit",
"label": "Inherit",
"description": "The list of values to inherit.\n\nSyntax: [ \"all\" | { [ \"location\" | \"prereqs\" | \"notes\" ] } ]\n",
"description": "The list of values to inherit.\n\nSyntax: [ \"all\" | { [ \"level\" | \"location\" | \"prereqs\" | \"notes\" ] } ]\n",
"type": "string"
"type": "string"
}
}

Revision as of 15:52, 2 May 2021

This template has no documentation. If you know how to use this template, please add some.

TemplateData

No description.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Name1

no description

Stringrequired
Levellevel

no description

Numberrequired
Locationlocation

no description

Contentrequired
Prerequisitesprereqs

no description

Contentoptional
Notesnotes

no description

Contentoptional
Location `rowspan`location-rowspan

no description

Numberoptional
Prerequisites `rowspan`prereqs-rowspan

no description

Numberoptional
Notes `rowspan`notes-rowspan

no description

Numberoptional
Inheritinherit

The list of values to inherit.

Syntax: [ "all" | { [ "level" | "location" | "prereqs" | "notes" ] } ]

Stringoptional