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