From Dark and Darker Wiki
(Changed comments for the flag parameters.) |
No edit summary |
||
Line 4: | Line 4: | ||
"1": { | "1": { | ||
"label": "Name", | "label": "Name", | ||
"description": "<Name of Template>/<Page to Transclude>/<Page to Link>", | "description": "<Name of Template>/<Page to Transclude>/<Page to Link>. If no value is passed, the markup won't generate a link, it will only color it.", | ||
"required": | "required": false, | ||
"type": "string" | "type": "string" | ||
},"2": { | },"2": { |
Latest revision as of 05:46, 26 July 2024
Marks up a Template/Transclusion/Link Hierarchy node with proper wikitext syntax and displaying Template Docs in a tooltip. Defaults to Template Markup.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | 1 | <Name of Template>/<Page to Transclude>/<Page to Link>. If no value is passed, the markup won't generate a link, it will only color it. | String | optional |
Display Name | 2 | Name to display or add onto Transclusion calls | String | optional |
Markup Type | link | Determines markup behavior. Marks up parameter 1 with link style.
| String | optional |
Markup Type | transclusion | Determines markup behavior. Marks up parameter 1 with transclusion style.
| String | optional |
Markup Type | template | Determines markup behavior. Marks up parameter 1 with template style.
| String | optional |