]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/templates/note.mdwn
Rebuild for jessie-backports
[git.ikiwiki.info.git] / doc / templates / note.mdwn
index 29dca8f0a6ed8c7fe5a213904bf62cbf551e4c66..8de7374bc0c1a096cbe10fb26606547d99a0bae5 100644 (file)
@@ -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>