Template:Note: Difference between revisions
m sort alphabetical |
No edit summary |
||
Line 19: | Line 19: | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude><includeonly><div class="template-box template-box-note"><strong>Note:</strong> {{{1}}}</div></includeonly> | </noinclude><includeonly><div class="template-box template-box-note"><strong>Note:</strong> {{{1}}}</div></includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Text", | |||
"description": "The text to display.", | |||
"example": "This text should be noted.", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "A \"Note\" box used to emphasize important information. ", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 09:03, 11 February 2023
A "Note" box used to emphasize important information.
Usage
{{Note|This text should be noted.}}
Example
Note: This text should be noted.
See also
A "Note" box used to emphasize important information.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text | 1 | The text to display.
| String | required |