Wiki source code of 2019
Version 1.1 by David De La Harpe Golden on 2019/02/16 20:33
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.2019.01.WebHome]] == | ||
14 | |||
15 | |||
16 | === [[Ticknock>>Gallery.2019.01.Cruagh.WebHome]] === | ||
17 | |||
18 | {{velocity}} | ||
19 | #thumbs("Gallery.2019.01.Cruagh.WebHome") | ||
20 | {{/velocity}} | ||
21 | |||
22 | === [[Ticknock>>Gallery.2019.01.Ticknock.WebHome]] === | ||
23 | |||
24 | {{velocity}} | ||
25 | #thumbs("Gallery.2019.01.Ticknock.WebHome") | ||
26 | {{/velocity}} | ||
27 | |||
28 | == [[02 February>>Gallery.2019.02.WebHome]] == | ||
29 | |||
30 | === [[Ticknock>>Gallery.2019.02.Ticknock.WebHome]] === | ||
31 | |||
32 | {{velocity}} | ||
33 | #thumbs("Gallery.2019.02.Ticknock.WebHome") | ||
34 | {{/velocity}} | ||
35 | |||
36 | === [[Marlay Park>>Gallery.2019.02.MarlayPark.WebHome]] === | ||
37 | |||
38 | {{velocity}} | ||
39 | #thumbs("Gallery.2019.02.MarlayPark.WebHome") | ||
40 | {{/velocity}} |