Difference between revisions of "Template:Note"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(Changed span to p)
(added usage, see also)
Line 1: Line 1:
<p style="border: 1px solid #7dae96; padding: 10px; margin: 20px; background: #f7f9fa;">'''Note''': {{{1}}}</p>
+
<noinclude>This template is used to visually mark out some important note in the text.</noinclude><p style="border: 1px solid #7dae96; padding: 10px; margin: 20px; background: #f7f9fa;">'''Note''': {{{1}}}</p><noinclude>
 +
 
 +
== Usage ==
 +
Put the following code to your page:
 +
 
 +
<code><nowiki>{{Note|Some text.}}</nowiki></code>
 +
 
 +
The result will look like this:
 +
{{Note|Some text.}}
 +
 
 +
== See also ==
 +
* [[Template:Out]]
 +
 
 +
</noinclude>

Revision as of 09:30, 15 September 2006

This template is used to visually mark out some important note in the text.

Note: {{{1}}}

Usage

Put the following code to your page:

{{Note|Some text.}}

The result will look like this:

Yellowpin.svg Note: Some text.

See also