]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/templates/note.mdwn
Untested backport to Ubuntu trusty.
[git.ikiwiki.info.git] / doc / templates / note.mdwn
1 [[!templatebody <<ENDBODY
2 <div class="notebox">
3 <TMPL_VAR text>
4 </div>
5 ENDBODY]]
7 Use this template to insert a note into a page. The note will be styled to
8 float to the right of other text on the page. This template has one
9 parameter:
10 <ul>
11 <li>`text` - the text to display in the note
12 </ul>