X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/d73eb7d9b2569ebb44fc79480b6ec2d8c1faea5d..1461e2a3c9f0a4d0726ba8e0066c8c85f267b3ff:/doc/templates/note.mdwn diff --git a/doc/templates/note.mdwn b/doc/templates/note.mdwn index d992e0236..8de7374bc 100644 --- a/doc/templates/note.mdwn +++ b/doc/templates/note.mdwn @@ -1,11 +1,12 @@ -<span class="notebox"> +[[!templatebody <<ENDBODY +<div class="notebox"> <TMPL_VAR text> -</span> -<TMPL_UNLESS NAME="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> -</TMPL_UNLESS>