Wiki source code of Ticknock
Version 8.1 by Administrator on 2018/07/25 08:39
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
8.1 | 1 | {{velocity}} |
| 2 | #foreach($attach in $doc.getAttachmentList()) | ||
| 3 | #set($docName = $doc.fullName) | ||
| 4 | [[[[image:$attach.filename||height="48"]]>>attach:$attach.filename]] #end | ||
| |
7.1 | 5 | |
| 6 | |||
| |
8.1 | 7 | {{gallery width="" height=""}} |
| 8 | #foreach($attach in $doc.getAttachmentList()) | ||
| 9 | [[image:$attach.filename]] | ||
| 10 | #end | ||
| 11 | {{/gallery}} | ||
| 12 | |||
| 13 | |||
| 14 | {{/velocity}} |