Difference between revisions of "Template:Note"

From wiki.emacinc.com
Jump to: navigation, search
Line 10: Line 10:
  
 
<includeonly>
 
<includeonly>
<style>
 
.tnote {
 
  color: red;
 
  background-color: red;
 
  width: 200%;
 
}
 
</style>
 
  
 
<div class="tnote">
 
<div class="tnote">
   <table>
+
   <table class="tnote_table">
     <tr>
+
     <tr class="tnote_table_r1">
       <td>
+
       <td class="tnote_table_c1">
         <b>Note:</b>
+
         <span class="tnote_header">NOTICE<span>
 
       </td>
 
       </td>
       <td>
+
       <td class="tnote_table_c2">
 
         {{{1}}}
 
         {{{1}}}
 
       </td>
 
       </td>

Revision as of 15:30, 15 July 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.