Test: added style tag.
authormePy2 <mePy2@web>
Sun, 28 Mar 2021 19:58:16 +0000 (20:58 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 28 Mar 2021 19:58:16 +0000 (20:58 +0100)
templates/note.mdwn [new file with mode: 0644]

diff --git a/templates/note.mdwn b/templates/note.mdwn
new file mode 100644 (file)
index 0000000..d9a10ac
--- /dev/null
@@ -0,0 +1,15 @@
+[[!templatebody <<ENDBODY
+<style>
+.notebox { background-color: #FFFFCC }
+</style>
+<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>