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

diff --git a/doc/templates/note.mdwn b/doc/templates/note.mdwn
index 29dca8f0a..8de7374bc 100644
--- a/doc/templates/note.mdwn
+++ b/doc/templates/note.mdwn
@@ -1,3 +1,12 @@
-<span class="infobox">
-<TMPL_VAR content>
-</span>
+[[!templatebody <<ENDBODY
+<div class="notebox">
+<TMPL_VAR text>
+</div>
+ENDBODY]]
+
+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>