projects
/
ikiwiki
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'smcv/ready/limit'
[ikiwiki]
/
doc
/
templates
/
note.mdwn
1
[[!templatebody <<ENDBODY
2
<div class="notebox">
3
<TMPL_VAR text>
4
</div>
5
ENDBODY]]
6
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>