Wiki source code of 12 December
Version 2.1 by David De La Harpe Golden on 2018/12/17 23:03
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | === [[Kilmashogue>>Gallery.2018.12.Kilmashogue.WebHome]] === | ||
| 2 | |||
| 3 | {{velocity}} | ||
| 4 | #set($docref = "Gallery.2018.12.Kilmashogue.WebHome") | ||
| 5 | #set($document = $xwiki.getDocument($docref)) | ||
| 6 | #set($alist = $sorttool.sort($document.getAttachmentList(),["filename"])) | ||
| 7 | #foreach($attach in $alist) | ||
| 8 | #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end | ||
| 9 | {{/velocity}} | ||
| 10 | |||
| 11 | === [[Ticknock>>Gallery.2018.12.Ticknock.WebHome]] === | ||
| 12 | |||
| 13 | {{velocity}} | ||
| 14 | #set($docref = "Gallery.2018.12.Ticknock.WebHome") | ||
| 15 | #set($document = $xwiki.getDocument($docref)) | ||
| 16 | #set($alist = $sorttool.sort($document.getAttachmentList(),["filename"])) | ||
| 17 | #foreach($attach in $alist) | ||
| 18 | #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end | ||
| 19 | {{/velocity}} |