Difference between revisions of "Template:Note"

From wiki.emacinc.com
Jump to: navigation, search
Line 8: Line 8:
 
{{note|This is a note about how to use the Note box.}}
 
{{note|This is a note about how to use the Note box.}}
  
</noinclude><includeonly><br />
+
</noinclude>
<div class="tnote" style="
 
  
">
+
<includeonly>
<table>
+
<style>
   <tr>
+
.tnote {
    <td>
+
   color: red;
      <b style="
+
  background-color: red;
background-color: yellow;
+
  width: 200%;
       ">
+
}
         Note:
+
</style>
      </b>
+
 
    </td>
+
<br />
  <td>
+
<div class="tnote">
    {{{1}}}
+
  <table>
  </td>
+
    <tr>
</tr></table></div><br /></includeonly>
+
       <td>
 +
         <b>Note:</b>
 +
      </td>
 +
      <td>
 +
        {{{1}}}
 +
      </td>
 +
    </tr>
 +
  </table>
 +
</div>
 +
<br />
 +
</includeonly>

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