X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/b395dbb446142f273bd3c931b4a27fb83c44c1e4..d6fd1f1cc878b5dffdfae30f6dfee77c235c438e:/doc/templates/note.mdwn?ds=inline

diff --git a/doc/templates/note.mdwn b/doc/templates/note.mdwn
index 2cbc230b3..4cc323c0e 100644
--- a/doc/templates/note.mdwn
+++ b/doc/templates/note.mdwn
@@ -1,3 +1,11 @@
-<span class="notebox">
+<div class="notebox">
 <TMPL_VAR text>
-</span>
+</div>
+<TMPL_UNLESS NAME="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>