X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/9d7375c3b263e77da29a5db22af480db8b99d990..04498cdeb486a518ef9ed2464cb95f734b48c6bd:/doc/templates/note.mdwn diff --git a/doc/templates/note.mdwn b/doc/templates/note.mdwn index 29dca8f0a..9ef5ad942 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 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>