X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/1fc3f034191d3eec78b4d5da343e282092a221be..b63f1260eef70cf7eb1703ebae1244db7cef0583:/doc/templates/note.mdwn?ds=sidebyside diff --git a/doc/templates/note.mdwn b/doc/templates/note.mdwn index 9ef5ad942..8de7374bc 100644 --- a/doc/templates/note.mdwn +++ b/doc/templates/note.mdwn @@ -1,11 +1,12 @@ +[[!templatebody <<ENDBODY <div class="notebox"> <TMPL_VAR text> </div> -<TMPL_UNLESS text> +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>