(no commit message)
[ikiwiki] / doc / templates / note.mdwn
1 <div class="notebox">
2 <TMPL_VAR text>
3 </div>
4 <TMPL_UNLESS text>
5 Use this template to insert a note into a page. The note will be styled to
6 float to the right of other text on the page. This template has one
7 parameter:
8 <ul>
9 <li>`text` - the text to display in the note
10 </ul>
11 </TMPL_UNLESS>