Wiki source code of 2025

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

Hide last authors
David De La Harpe Golden 1.1 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
David De La Harpe Golden 2.1 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
David De La Harpe Golden 1.1 41 )))
David De La Harpe Golden 3.1 42 (((
43
44
45 == [[02 February>>Gallery.2025.02.WebHome]] ==
46
47
David De La Harpe Golden 4.1 48 === [[Marlay Park>>Gallery.2025.02.MarlayPark.WebHome]] ===
David De La Harpe Golden 3.1 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 )))
David De La Harpe Golden 1.1 70 {{/container}}
David De La Harpe Golden 5.1 71
72
73 {{container layoutStyle="columns"}}
74 (((
75
76 == [[03 March>>Gallery.2025.03.WebHome]] ==
77
78
79 === [[Ticknock>>Gallery.2025.03.Ticknock.WebHome]] ===
80
81 {{velocity}}
82 #thumbs("Gallery.2025.03.Ticknock.WebHome")
83 {{/velocity}}
84
85
86 === [[Ticknock (2nd Visit)>>Gallery.2025.03.Ticknock2.WebHome]] ===
87
88 {{velocity}}
89 #thumbs("Gallery.2025.03.Ticknock2.WebHome")
90 {{/velocity}}
91
92
93 === [[Hellfire Club>>Gallery.2025.03.HellfireClub.WebHome]] ===
94
95 {{velocity}}
96 #thumbs("Gallery.2025.03.HellfireClub.WebHome")
97 {{/velocity}}
98
99
100 === [[Fernhill>>Gallery.2025.03.Fernhill.WebHome]] ===
101
102 {{velocity}}
103 #thumbs("Gallery.2025.03.Fernhill.WebHome")
104 {{/velocity}}
105
106
107 === [[Fernhill (2nd Visit)>>Gallery.2025.03.Fernhill2.WebHome]] ===
108
109 {{velocity}}
110 #thumbs("Gallery.2025.03.Fernhill2.WebHome")
111 {{/velocity}}
112
113
114 )))
115 (((
116
117 )))
118 {{/container}}
119