Quests/row/doc: Difference between revisions
Jump to navigation
Jump to search
(Add `inherit` parameter) |
(Add `{location,prereqs,notes}‑rowspan`) |
||
Line 20: | Line 20: | ||
"required": true, | "required": true, | ||
"type": "content" | "type": "content" | ||
}, | |||
"location-rowspan": { | |||
"label": "Location `rowspan`", | |||
"type": "number" | |||
}, | }, | ||
"prereqs": { | "prereqs": { | ||
"label": "Prerequisites", | "label": "Prerequisites", | ||
"type": "content" | "type": "content" | ||
}, | |||
"prereqs-rowspan": { | |||
"label": "Prerequisites `rowspan`", | |||
"type": "number" | |||
}, | }, | ||
"notes": { | "notes": { | ||
"label": "Notes", | "label": "Notes", | ||
"type": "content" | "type": "content" | ||
}, | |||
"notes-rowspan": { | |||
"label": "Notes `rowspan`", | |||
"type": "number" | |||
}, | }, | ||
"inherit": { | "inherit": { |
Revision as of 15:39, 2 May 2021
This template has no documentation. If you know how to use this template, please add some.
TemplateData
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | 1 | no description | String | required |
Level | level | no description | Number | required |
Location | location | no description | Content | required |
Location `rowspan` | location-rowspan | no description | Number | optional |
Prerequisites | prereqs | no description | Content | optional |
Prerequisites `rowspan` | prereqs-rowspan | no description | Number | optional |
Notes | notes | no description | Content | optional |
Notes `rowspan` | notes-rowspan | no description | Number | optional |
Inherit | inherit | The list of values to inherit. Syntax: [ "all" | { [ "location" | "prereqs" | "notes" ] } ] | String | optional |