Wiki source code of 2025

Version 4.1 by David De La Harpe Golden on 2026/03/11 22:22

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.2025.01.WebHome]] ==
18
19
20 === [[Ticknock>>Gallery.2025.01.Ticknock.WebHome]] ===
21
22 {{velocity}}
23 #thumbs("Gallery.2025.01.Ticknock.WebHome")
24 {{/velocity}}
25
26
27 === [[Fernhill>>Gallery.2025.01.Fernhill.WebHome]] ===
28
29 {{velocity}}
30 #thumbs("Gallery.2025.01.Fernhill.WebHome")
31 {{/velocity}}
32
33
34 === [[Ticknock (2nd Visit)>>Gallery.2025.01.Ticknock2.WebHome]] ===
35
36 {{velocity}}
37 #thumbs("Gallery.2025.01.Ticknock2.WebHome")
38 {{/velocity}}
39
40
41 )))
42 (((
43
44
45 == [[02 February>>Gallery.2025.02.WebHome]] ==
46
47
48 === [[Marlay Park>>Gallery.2025.02.MarlayPark.WebHome]] ===
49
50 {{velocity}}
51 #thumbs("Gallery.2025.02.MarlayPark.WebHome")
52 {{/velocity}}
53
54
55 === [[Ticknock>>Gallery.2025.02.Ticknock.WebHome]] ===
56
57 {{velocity}}
58 #thumbs("Gallery.2025.02.Ticknock.WebHome")
59 {{/velocity}}
60
61
62 === [[Fernhill>>Gallery.2025.02.Fernhill.WebHome]] ===
63
64 {{velocity}}
65 #thumbs("Gallery.2025.02.Fernhill.WebHome")
66 {{/velocity}}
67
68
69 )))
70 {{/container}}