Difference between revisions of "Template:Note"
m (Reverted edits by Kir (talk) to last revision by 85.232.50.65) |
(return to sane version) |
||
Line 1: | Line 1: | ||
− | + | <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-image" | [[Image:Yellowpin.svg|32x32px]] | ||
+ | | class="mbox-text" width=100% | '''Note''': {{{1}}} | ||
+ | |} | ||
+ | </center><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.}} | ||
+ | === One more example === | ||
+ | |||
+ | {{Note|{{Lorem ipsum}}}} | ||
+ | == See also == | ||
+ | * [[Template:Out]] | ||
+ | * [[Template:Warning]] | ||
+ | |||
+ | </noinclude> |
Latest revision as of 18:22, 5 September 2012
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:
Note: Some text. |
One more example
See also