Template:Note: Difference between revisions
m sort alphabetical |
no need for translation tags |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
<languages/> | |||
<translate> | |||
<!--T:1--> | |||
A "Note" box used to emphasize important information. | A "Note" box used to emphasize important information. | ||
== Usage == | == Usage == <!--T:2--> | ||
< | </translate> | ||
<pre> | |||
<nowiki>{{Note|This text should be noted.}}</nowiki> | |||
</pre> | |||
<translate> | |||
== Example == | == Example == <!--T:3--> | ||
{{Note|This text should be noted.}} | </translate> | ||
{{Note|<translate><!--T:4--> This text should be noted.</translate>}} | |||
<translate> | |||
== See also == | == See also == <!--T:5--> | ||
</translate> | |||
{{Template:NotifyBoxesList}} | |||
[[Category:Templates{{#translation:}}]] | |||
</noinclude><includeonly><div class="template-box template-box-note"><translate><!--T:6--> '''Note:'''</translate> {{{1}}}</div></includeonly><noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
[[Category:Templates]] | "1": { | ||
</noinclude><includeonly><div class="template-box template-box-note">< | "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> |
Latest revision as of 23:30, 3 March 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 |