Difference between revisions of "Template:Note"

From wiki.emacinc.com
Jump to: navigation, search
m (Tweaked)
m (Tweaked.)
 
(62 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<br /><div style="margin-left:7%;margin-right:22%;background-color:#daf800;border-radius:13px;box-shadow:2px 3px 9px 0px;line-height:1.25em;padding:11px;padding-left:20px;padding-right:20px;font-style:oblique;font-size:normal;"><b style="font-variant:small-caps;font-size:large;">Note:</b> {{{1}}}</div><br />
+
<noinclude>
 +
Use this template like this:
 +
 
 +
<nowiki>{{note|This is a note about how to use the Note box.}}</nowiki>
 +
 
 +
to produce:
 +
 
 +
{{note|This is a note about how to use the Note box.}}
 +
</noinclude>
 +
 
 +
 
 +
 
 +
<includeonly><div class="tnote" style="margin-top:-2%;">
 +
<table class="tnote_table"><tr class="tnote_table_r1"><td class="tnote_table_c1"><span class="tnote_header">NOTE</span></td></tr><tr class="tnote_table_r2"><td class="tnote_table_c2"><span class="tnote_content">{{{1}}}</span></td></tr></table></div>
 +
</includeonly>

Latest revision as of 17:14, 19 November 2015

Use this template like this:

{{note|This is a note about how to use the Note box.}}

to produce:



NOTE
This is a note about how to use the Note box.