Difference between revisions of "Template:Note"

From wiki.emacinc.com
Jump to: navigation, search
m (Tweaked.)
 
(21 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
</noinclude>
 
</noinclude>
  
<includeonly>
 
<style>
 
.tnote {
 
  color: red;
 
  background-color: red;
 
  width: 200%;
 
}
 
</style>
 
  
<br />
+
 
<div class="tnote">
+
<includeonly><div class="tnote" style="margin-top:-2%;">
  <table>
+
<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>
    <tr>
 
      <td>
 
        <b>Note:</b>
 
      </td>
 
      <td>
 
        {{{1}}}
 
      </td>
 
    </tr>
 
  </table>
 
</div>
 
<br />
 
 
</includeonly>
 
</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.