]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/templates/note.mdwn
Revert "Use templatebody for the templates in the basewiki and docwiki"
[ikiwiki.git] / doc / templates / note.mdwn
index 2cbc230b3b44f86f899dbda2d9cca1797d11fb47..9ef5ad9421abcdb730996dc51a621ea5e74340fa 100644 (file)
@@ -1,3 +1,11 @@
-<span class="notebox">
+<div class="notebox">
 <TMPL_VAR text>
 <TMPL_VAR text>
-</span>
+</div>
+<TMPL_UNLESS text>
+Use this template to insert a note into a page. The note will be styled to
+float to the right of other text on the page. This template has one
+parameter:
+<ul>
+<li>`text` - the text to display in the note
+</ul>
+</TMPL_UNLESS>