Template:Note: Difference between revisions

From DDraceNetwork
No edit summary
(no need for translation tags)
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
<languages/>
<languages/>
<translate>
<translate>
<!--T:1-->
A "Note" box used to emphasize important information.
A "Note" box used to emphasize important information.


== Usage ==
== Usage == <!--T:2-->


</translate>
</translate>
<code><nowiki>{{Note{{#translation:}}|<translate>This text should be noted.</translate>}}</nowiki></code>
<pre>
<nowiki>{{Note|This text should be noted.}}</nowiki>
</pre>
<translate>
<translate>


== Example ==
== Example == <!--T:3-->


</translate>
</translate>
{{Note{{#translation:}}|<translate>This text should be noted.</translate>}}
{{Note|<translate><!--T:4--> This text should be noted.</translate>}}
<translate>
<translate>


== See also ==
== See also == <!--T:5-->
</translate>
</translate>
{{Template:NotifyBoxesList}}
{{Template:NotifyBoxesList}}


[[Category:Templates]]
[[Category:Templates{{#translation:}}]]
</noinclude><includeonly><div class="template-box template-box-note"><strong><translate>Note:</translate></strong> {{{1}}}</div></includeonly>
</noinclude><includeonly><div class="template-box template-box-note"><translate><!--T:6--> '''Note:'''</translate> {{{1}}}</div></includeonly><noinclude>
<noinclude>
<templatedata>
<templatedata>
{
{
Line 34: Line 36:
}
}
},
},
"description": "A \"Note\" box used to emphasize important information. ",
"description": "A \"Note\" box used to emphasize important information.",
"format": "inline"
"format": "inline"
}
}
</templatedata>
</templatedata>
</noinclude>
</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.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Text1

The text to display.

Example
This text should be noted.
Stringrequired