X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/7500d3e3459bc4f371e02c698f299310047fd308..226abb373abc2465868ebedfff4980878da0c5a8:/doc/templates/note.mdwn

diff --git a/doc/templates/note.mdwn b/doc/templates/note.mdwn
index eaa8424de..4cc323c0e 100644
--- a/doc/templates/note.mdwn
+++ b/doc/templates/note.mdwn
@@ -1,3 +1,11 @@
-<span class="infobox">
+<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>