Difference between revisions of "Template:Box Note"

From PaparazziUAV
Jump to navigation Jump to search
 
 
Line 1: Line 1:
<noinclude>{{Template:Template}}
<noinclude>{{Template:Template}}
</noinclude><div style="padding: 1px 2px 1px 2px; background-color: #c1ffc1; border: solid 1px #a0ffa0; font-size: -1;">'''Note:''' {{{1}}}</div>
 
This Template takes one parameter:
*<code>note</code>: the note to be included in the box
 
Adding to your wiki page:
 
<nowiki>{{Box Note|This is a serious note.}}</nowiki>
 
will result in:
 
{{Box Note|This is a serious note.}}
 
</noinclude>
<includeonly>
<div style="padding: 1px 2px 1px 2px; background-color: #c1ffc1; border: solid 1px #a0ffa0; font-size: -1;">'''Note:''' {{{1}}}</div>
</includeonly>

Latest revision as of 06:21, 8 January 2016


Note: This page is a template. It contains no Paparazzi related information but should be used as part of other articles. For more information, read Help:Templates.

Please do not experiment with this template, it could mess up all pages using this template.


This Template takes one parameter:

  • note: the note to be included in the box

Adding to your wiki page:

{{Box Note|This is a serious note.}}

will result in:


Note: This is a serious note.