Template:Tick: Difference between revisions
Jump to navigation
Jump to search
and>Shirayuki mNo edit summary |
m 1 revision imported |
||
(One intermediate revision by the same user not shown) | |||
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> | ||
Latest revision as of 02:28, 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 |