]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/templates/note.mdwn
Merge remote branch 'smcv/ready/transient'
[ikiwiki.git] / doc / templates / note.mdwn
index eaa8424de4e0e7ee765f751f278c18a8175e0eee..9ef5ad9421abcdb730996dc51a621ea5e74340fa 100644 (file)
@@ -1,3 +1,11 @@
-<span class="infobox">
+<div class="notebox">
 <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>