From Dark and Darker Wiki
mNo edit summary |
(Changed comments for the flag parameters.) |
||
Line 9: | Line 9: | ||
},"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" |
Revision as of 05:41, 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> | String | required |
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 |