Wiki source code of Tibradden

Version 9.1 by David De La Harpe Golden on 2018/07/30 14:30

Show last authors
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}}