aboutsummaryrefslogtreecommitdiff
path: root/doc/templates/note.mdwn
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2013-09-13 10:30:24 +0100
committerSimon McVittie <smcv@debian.org>2014-03-05 10:42:19 +0000
commit236c46a3f7e5e62296484dc47b4882f7f4327a06 (patch)
tree9efadea5ae7b909bef32ee869c51a60a8be27d7e /doc/templates/note.mdwn
parent7672014582a994624503399a1f50e855c4fc9ca7 (diff)
downloadikiwiki-236c46a3f7e5e62296484dc47b4882f7f4327a06.tar
ikiwiki-236c46a3f7e5e62296484dc47b4882f7f4327a06.tar.gz
Use templatebody for the templates in the basewiki and docwiki
Diffstat (limited to 'doc/templates/note.mdwn')
-rw-r--r--doc/templates/note.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/templates/note.mdwn b/doc/templates/note.mdwn
index 9ef5ad942..8de7374bc 100644
--- a/doc/templates/note.mdwn
+++ b/doc/templates/note.mdwn
@@ -1,11 +1,12 @@
+[[!templatebody <<ENDBODY
<div class="notebox">
<TMPL_VAR text>
</div>
-<TMPL_UNLESS text>
+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>
-</TMPL_UNLESS>