Quests/row/doc: Difference between revisions
Jump to navigation
Jump to search
(Rename `deps` parameter to `prereqs`) |
(Add `inherit` parameter) |
||
Line 28: | Line 28: | ||
"label": "Notes", | "label": "Notes", | ||
"type": "content" | "type": "content" | ||
}, | |||
"inherit": { | |||
"label": "Inherit", | |||
"description": "The list of values to inherit.\n\nSyntax: [ \"all\" | { [ \"location\" | \"prereqs\" | \"notes\" ] } ]\n", | |||
"type": "string" | |||
} | } | ||
} | } |
Revision as of 15:34, 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 |
Prerequisites | prereqs | no description | Content | optional |
Notes | notes | no description | Content | optional |
Inherit | inherit | The list of values to inherit. Syntax: [ "all" | { [ "location" | "prereqs" | "notes" ] } ] | String | optional |