Wiki source code of 2020
Version 3.1 by David De La Harpe Golden on 2020/01/26 21:53
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | #macro(thumbs $docref) | ||
3 | #set($document = $xwiki.getDocument($docref)) | ||
4 | #foreach($attach in $sorttool.sort($document.getAttachmentList(),["filename"])) | ||
5 | #if($velocityCount > 10) | ||
6 | [[(+)>>$docref]] | ||
7 | #break | ||
8 | #end | ||
9 | #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end | ||
10 | #end | ||
11 | {{/velocity}} | ||
12 | |||
13 | == [[01 January>>Gallery.2020.01.WebHome]] == | ||
14 | |||
15 | |||
16 | === [[Tibradden>>Gallery.2020.01.Tibradden.WebHome]] === | ||
17 | |||
18 | {{velocity}} | ||
19 | #thumbs("Gallery.2020.01.Tibradden.WebHome") | ||
20 | {{/velocity}} | ||
21 | |||
22 | |||
23 | === [[Glencullen>>Gallery.2020.01.Glencullen.WebHome]] === | ||
24 | |||
25 | {{velocity}} | ||
26 | #thumbs("Gallery.2020.01.Glencullen.WebHome") | ||
27 | {{/velocity}} | ||
28 | |||
29 | |||
30 | === [[Tibradden (2nd Visit)>>Gallery.2020.01.Tibradden2.WebHome]] === | ||
31 | |||
32 | {{velocity}} | ||
33 | #thumbs("Gallery.2020.01.Tibradden2.WebHome") | ||
34 | {{/velocity}} |