Template:Tick: Difference between revisions
Jump to navigation
Jump to search
and>Shirayuki mNo edit summary |
Created page with "<templatedata> { "description": "A template that inserts a green (by default) tick (check mark) inline in the text", "params": { "1": { "label": "Size", "description": "Sets the size of the tick mark", "type": "number", "default": "20", "required": false }, "color": { "aliases": [ "colour" ], "label": "Color", "description": "Sets the color of the tick mark", "type": "string", "default": "green", "required": false } }, "format..." |
||
Line 1: | Line 1: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "A template that inserts a green (by default) tick (check mark) inline in the text", | |||
"params": { | "params": { | ||
"1": { | "1": { | ||
"label": "Size | "label": "Size", | ||
"description": "Sets the size of the tick mark", | |||
"type": "number", | "type": "number", | ||
" | "default": "20", | ||
"required": false | |||
"required": | |||
}, | }, | ||
"": {} | "color": { | ||
} | "aliases": [ "colour" ], | ||
"label": "Color", | |||
"description": "Sets the color of the tick mark", | |||
"type": "string", | |||
"default": "green", | |||
"required": false | |||
} | |||
}, | |||
"format": "inline" | |||
} | } | ||
</templatedata> | </templatedata> | ||
Revision as of 01:58, 24 April 2023
A template that inserts a green (by default) tick (check mark) inline in the text
Parameter | Description | Type | Status | |
---|---|---|---|---|
Size | 1 | Sets the size of the tick mark
| Number | optional |
Color | color colour | Sets the color of the tick mark
| String | optional |