X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/9d7375c3b263e77da29a5db22af480db8b99d990..e9797ee0863855da93c7a98612c984fecc8d1e23:/doc/templates/note.mdwn diff --git a/doc/templates/note.mdwn b/doc/templates/note.mdwn index 29dca8f0a..4cc323c0e 100644 --- a/doc/templates/note.mdwn +++ b/doc/templates/note.mdwn @@ -1,3 +1,11 @@ -<span class="infobox"> -<TMPL_VAR content> -</span> +<div class="notebox"> +<TMPL_VAR text> +</div> +<TMPL_UNLESS NAME="text"> +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>