diff options
Diffstat (limited to 'backend/ikistrap/basewiki/templates/note.mdwn')
-rw-r--r-- | backend/ikistrap/basewiki/templates/note.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/backend/ikistrap/basewiki/templates/note.mdwn b/backend/ikistrap/basewiki/templates/note.mdwn new file mode 100644 index 0000000..8de7374 --- /dev/null +++ b/backend/ikistrap/basewiki/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> |