Wiki source code of Ticknock

Version 2.1 by David De La Harpe Golden on 2018/08/13 21:55

Show last authors
1 {{velocity}}
2 #set($alist = $sorttool.sort($doc.getAttachmentList(),["filename"]))
3 #foreach($attach in $alist)
4 (% class="thumb" data-imgnum="$foreach.index" %)[[[[image:$attach.filename||height="48"]]>>attach:$attach.filename]] #end
5 {{gallery width="" height=""}}
6 #foreach($attach in $alist)
7 [[image:$attach.filename]]
8 #end
9 {{/gallery}}
10 #set($discard = $xwiki.jsx.use("Gallery.Ext.ThumbWiring.WebHome"))
11 {{/velocity}}