Wiki source code of 2022

Version 4.1 by David De La Harpe Golden on 2022/03/02 00:33

Show last authors
1 {{velocity}}
2 #macro(thumbs $docref)
3 #set($document = $xwiki.getDocument($docref))
4 #foreach($attach in $collectiontool.sort($document.getAttachmentList(),["filename"]))
5 #if($foreach.count > 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
14 {{container layoutStyle="columns"}}
15 (((
16
17 == [[01 January>>Gallery.2022.01.WebHome]] ==
18
19 === [[Ticknock>>Gallery.2022.01.Ticknock.WebHome]] ===
20
21 {{velocity}}
22 #thumbs("Gallery.2022.01.Ticknock.WebHome")
23 {{/velocity}}
24
25
26 === [[Glencullen>>Gallery.2022.01.Glencullen.WebHome]] ===
27
28 {{velocity}}
29 #thumbs("Gallery.2022.01.Glencullen.WebHome")
30 {{/velocity}}
31
32
33 )))
34 (((
35
36 == [[02 February>>Gallery.2022.02.WebHome]] ==
37
38
39 === [[Fernhill>>Gallery.2022.02.Fernhill.WebHome]] ===
40
41 {{velocity}}
42 #thumbs("Gallery.2022.02.Fernhill.WebHome")
43 {{/velocity}}
44
45
46 === [[Fernhill (2nd Visit)>>Gallery.2022.02.Fernhill2.WebHome]] ===
47
48 {{velocity}}
49 #thumbs("Gallery.2022.02.Fernhill2.WebHome")
50 {{/velocity}}
51
52
53 )))
54 {{/container}}