More actions
m 'q' -> 'px' (round); where did you copy this from anyway? Tag: 2017 source edit |
add template data Tag: 2017 source edit |
||
Line 2: | Line 2: | ||
<div style="color: {{{color|#5ea5ff}}}">{{{icon|ⓘ}}} {{{tag|Note}}}</div> | <div style="color: {{{color|#5ea5ff}}}">{{{icon|ⓘ}}} {{{tag|Note}}}</div> | ||
{{{1}}} | {{{1}}} | ||
</div> | </div><noinclude> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"type": "content", | |||
"required": true | |||
}, | |||
"color": {}, | |||
"icon": {}, | |||
"tag": {} | |||
}, | |||
"description": "Displays an indented note.", | |||
"paramOrder": [ | |||
"1", | |||
"icon", | |||
"tag", | |||
"color" | |||
], | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 02:22, 29 September 2024
ⓘ Note
{{{1}}}
Displays an indented note.
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | no description | Content | required |
icon | icon | no description | Unknown | optional |
tag | tag | no description | Unknown | optional |
color | color | no description | Unknown | optional |