Difference between revisions of "Template:Note"

From CRIU
Jump to navigation Jump to search
(created (copy-paste from wiki.openvz.org))
 
m (+link to BigNote)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
<noinclude>This template is used to visually mark out some important note in the text.</noinclude><center>
 
<noinclude>This template is used to visually mark out some important note in the text.</noinclude><center>
{| class="mbox" style="border: 1px solid #7dae96; border-left: 5px solid #7dae96; background: #f7f9fa; margin: 1.5em"
+
{| class="mbox" style="border: 1px solid #ae7d96; border-left: 5px solid #ae7d96; background: #f7f9fa; margin: 1.5em"
 
| class="mbox-image" | [[Image:Note.svg|32x32px]]
 
| class="mbox-image" | [[Image:Note.svg|32x32px]]
 
| class="mbox-text" width=100% | '''Note''': {{{1}}}
 
| class="mbox-text" width=100% | '''Note''': {{{1}}}
Line 17: Line 17:
 
{{Note|{{Lorem ipsum}}}}
 
{{Note|{{Lorem ipsum}}}}
 
== See also ==
 
== See also ==
 +
* [[Template:BigNote]]
 
* [[Template:Out]]
 
* [[Template:Out]]
 
* [[Template:Warning]]
 
* [[Template:Warning]]
  
 
</noinclude>
 
</noinclude>

Latest revision as of 17:43, 16 February 2016

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

Note.svg Note: {{{1}}}

Usage[edit]

Put the following code to your page:

{{Note|Some text.}}

The result will look like this:

Note.svg Note: Some text.

One more example[edit]

Note.svg Note: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

See also[edit]