repo.or.cz
/
ikiwiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clear sandbox/test commit
[ikiwiki.git]
/
doc
/
templates
/
note.mdwn
blob
9ef5ad9421abcdb730996dc51a621ea5e74340fa
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>