More actions
add template data Tag: 2017 source edit |
get template data'd |
||
Line 8: | Line 8: | ||
"1": { | "1": { | ||
"type": "content", | "type": "content", | ||
"required": true | "required": true, | ||
"label": "content", | |||
"description": "The text displayed in the note.", | |||
"example": "You should be aware of this." | |||
}, | }, | ||
"color": {}, | "color": { | ||
"icon": {}, | "description": "The color to use for the line and tag.", | ||
"tag": {} | "type": "string", | ||
"default": "#5ea5ff" | |||
}, | |||
"icon": { | |||
"description": "The symbol to display in the header.", | |||
"example": "⊗", | |||
"type": "string", | |||
"default": "ⓘ" | |||
}, | |||
"tag": { | |||
"description": "The type of note to display.", | |||
"example": "Warning", | |||
"type": "string", | |||
"default": "Note" | |||
} | |||
}, | }, | ||
"description": "Displays an indented note.", | "description": "Displays an indented note.", |
Latest revision as of 21:55, 9 October 2024
ⓘ Note
{{{1}}}
Displays an indented note.
Parameter | Description | Type | Status | |
---|---|---|---|---|
content | 1 | The text displayed in the note.
| Content | required |
icon | icon | The symbol to display in the header.
| String | optional |
tag | tag | The type of note to display.
| String | optional |
color | color | The color to use for the line and tag.
| String | optional |