summaryrefslogtreecommitdiff
path: root/doc/templates
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-26 16:40:11 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-26 16:40:11 -0400
commit999dd96d93277001481fb0895cc7b9857c83477f (patch)
tree1364e73e8d37a4b5ca9585502291d8356c1ee402 /doc/templates
parent721c08274f2ac29efd26bb886cef424f5c06e9ef (diff)
add copy of note.mdwn, since Makefile's ikiwiki invocation omits the basewiki
Diffstat (limited to 'doc/templates')
-rw-r--r--doc/templates/note.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/templates/note.mdwn b/doc/templates/note.mdwn
new file mode 100644
index 000000000..8de7374bc
--- /dev/null
+++ b/doc/templates/note.mdwn
@@ -0,0 +1,12 @@
+[[!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>