Wiki source code of 2020
Version 10.1 by David De La Harpe Golden on 2020/03/25 11:38
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 | {{velocity}} | ||
15 | |||
16 | #macro(thumbs $docref) | ||
17 | |||
18 | #set($document = $xwiki.getDocument($docref)) | ||
19 | |||
20 | #foreach($attach in $sorttool.sort($document.getAttachmentList(),["filename"])) | ||
21 | |||
22 | #if($velocityCount > 10) | ||
23 | |||
24 | === [[Tibradden>>Gallery.2020.01.Tibradden.WebHome]] === | ||
25 | |||
26 | {{velocity}} | ||
27 | #thumbs("Gallery.2020.01.Tibradden.WebHome") | ||
28 | {{/velocity}} | ||
29 | |||
30 | |||
31 | === [[Glencullen>>Gallery.2020.01.Glencullen.WebHome]] === | ||
32 | |||
33 | {{velocity}} | ||
34 | #thumbs("Gallery.2020.01.Glencullen.WebHome") | ||
35 | {{/velocity}} | ||
36 | |||
37 | |||
38 | === [[Tibradden (2nd Visit)>>Gallery.2020.01.Tibradden2.WebHome]] === | ||
39 | |||
40 | {{velocity}} | ||
41 | #thumbs("Gallery.2020.01.Tibradden2.WebHome") | ||
42 | {{/velocity}} | ||
43 | |||
44 | == [[02 February>>Gallery.2020.02.WebHome]] == | ||
45 | |||
46 | |||
47 | === [[Marlay Park>>Gallery.2020.02.MarlayPark.WebHome]] === | ||
48 | |||
49 | {{velocity}} | ||
50 | #thumbs("Gallery.2020.02.MarlayPark.WebHome") | ||
51 | {{/velocity}} | ||
52 | |||
53 | === [[Ticknock>>Gallery.2020.02.Ticknock.WebHome]] === | ||
54 | |||
55 | {{velocity}} | ||
56 | #thumbs("Gallery.2020.02.Ticknock.WebHome") | ||
57 | {{/velocity}} | ||
58 | |||
59 | === [[Tibradden>>Gallery.2020.02.Tibradden.WebHome]] === | ||
60 | |||
61 | {{velocity}} | ||
62 | #thumbs("Gallery.2020.02.Tibradden.WebHome") | ||
63 | {{/velocity}} | ||
64 | |||
65 | === [[Fernhill>>Gallery.2020.02.Fernhill.WebHome]] === | ||
66 | |||
67 | {{velocity}} | ||
68 | #thumbs("Gallery.2020.02.Fernhill.WebHome") | ||
69 | {{/velocity}} | ||
70 | |||
71 | |||
72 | == [[03 March>>Gallery.2020.03.WebHome]] == | ||
73 | |||
74 | |||
75 | === [[Glencullen>>Gallery.2020.03.Glencullen.WebHome]] === | ||
76 | |||
77 | {{velocity}} | ||
78 | #thumbs("Gallery.2020.03.Glencullen.WebHome") | ||
79 | {{/velocity}} | ||
80 | |||
81 | |||
82 | === [[Cruagh>>Gallery.2020.03.Cruagh.WebHome]] === | ||
83 | |||
84 | {{velocity}} | ||
85 | #thumbs("Gallery.2020.03.Cruagh.WebHome") | ||
86 | {{/velocity}} | ||
87 | |||
88 | |||
89 | === [[Ticknock>>Gallery.2020.03.Ticknock.WebHome]] === | ||
90 | |||
91 | {{velocity}} | ||
92 | #thumbs("Gallery.2020.03.Ticknock.WebHome") | ||
93 | {{/velocity}} | ||
94 | |||
95 | === [[Glencullen (2nd Visit)>>Gallery.2020.03.Glencullen2.WebHome]] === | ||
96 | |||
97 | {{velocity}} | ||
98 | #thumbs("Gallery.2020.03.Glencullen2.WebHome") | ||
99 | {{/velocity}} |