Template:Note: Difference between revisions
Jump to navigation
Jump to search
Created page with "<!-- Dark-mode colors are defined in the template style --><templatestyles src="Note/style.css"/><!-- --><includeonly>{{Icon box | box-icons = 20px|link=|Note | box-text = {{{1}}} | border-color = #ac6600 | border-width = 1px | background = #f6efe5 | class = box-note }}</includeonly><!-- --><noinclude> <templatedata> { "params": { "1": { "label": "Text", "description": "Text to place in the box", "type": "unbalanced-wikitext",..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
| Line 15: | Line 5: | ||
"1": { | "1": { | ||
"label": "Text", | "label": "Text", | ||
"description": "Text to place in the box", | "description": "Text to place in the note box.", | ||
"type": " | "type": "content", | ||
"required": true | "required": true | ||
} | } | ||
}, | }, | ||
"format": "inline" | "format": "inline" | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | == Usage == | ||
<pre><nowiki>{{note|This text is worth noting.}} | |||
</nowiki></pre> | |||
{{note|This text is worth noting.}} | |||
</noinclude><includeonly>{{Icon box | |||
| box-icons = [[File:Reference icon.svg|20px|link=|Note]] | |||
| box-text = {{{1}}} | |||
| border-color = #ac6600 | |||
| border-color-dark = #6a481c | |||
| border-width = 1px | |||
| background = #f6efe5 | |||
| background-dark = #261c09 | |||
| class = box-note | |||
}}</includeonly> | |||
Latest revision as of 19:21, 6 June 2026
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Text | 1 | Text to place in the note box. | Content | required |
Usage
{{note|This text is worth noting.}}
| This text is worth noting. |