From Dark and Darker Wiki
(Created page with "<templatedata>{ "description": "Marks up a Template/Transclusion/Link Hierarchy node with proper wikitext syntax and displaying Template Docs in a tooltip. Defaults to Template Markup.", "params": { "1": { "label": "Name", "description": "<Name of Template>/<Page to Transclude>/<Page to Link>", "type": "string" },"2": { "label": "Display Name", "description": "Name to display or tag onto Transclusion calls", "type": "string" },"link": { "labe...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
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": false, | |||
"type": "string" | "type": "string" | ||
},"2": { | },"2": { | ||
"label": "Display Name", | "label": "Display Name", | ||
"description": "Name to display or | "description": "Name to display or add onto Transclusion calls", | ||
"type": "string" | "type": "string" | ||
},"link": { | },"link": { | ||
"label": "Markup Type", | "label": "Markup Type", | ||
"description": " | "description": "Determines markup behavior. Marks up parameter 1 with link style.", | ||
"suggestedvalues": ["t"], | "suggestedvalues": ["t"], | ||
"type": "string" | "type": "string" | ||
},"transclusion": { | },"transclusion": { | ||
"label": "Markup Type", | "label": "Markup Type", | ||
"description": " | "description": "Determines markup behavior. Marks up parameter 1 with transclusion style.", | ||
"suggestedvalues": ["t"], | "suggestedvalues": ["t"], | ||
"type": "string" | "type": "string" | ||
},"template": { | },"template": { | ||
"label": "Markup Type", | "label": "Markup Type", | ||
"description": " | "description": "Determines markup behavior. Marks up parameter 1 with template style.", | ||
"suggestedvalues": ["t"], | "suggestedvalues": ["t"], | ||
"type": "string" | "type": "string" |
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 |