Difference between revisions of "Template:Note"
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> | + | </noinclude> |
− | |||
− | + | <includeonly> | |
− | < | + | <style> |
− | < | + | .tnote { |
− | + | color: red; | |
− | + | background-color: red; | |
− | + | width: 200%; | |
− | + | } | |
− | Note: | + | </style> |
− | + | ||
− | + | <br /> | |
− | + | <div class="tnote"> | |
− | + | <table> | |
− | + | <tr> | |
− | </tr></table></div><br /></includeonly> | + | <td> |
+ | <b>Note:</b> | ||
+ | </td> | ||
+ | <td> | ||
+ | {{{1}}} | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | <br /> | ||
+ | </includeonly> |
Revision as of 14: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. |