Wiki source code of 2026

Last modified by David De La Harpe Golden on 2026/03/16 22:07

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.2026.01.WebHome]] ==
18
19
20 === [[Ticknock>>Gallery.2026.01.Ticknock.WebHome]] ===
21
22 {{velocity}}
23 #thumbs("Gallery.2026.01.Ticknock.WebHome")
24 {{/velocity}}
25
26
27 === [[Fernhill>>Gallery.2026.01.Fernhill.WebHome]] ===
28
29 {{velocity}}
30 #thumbs("Gallery.2026.01.Fernhill.WebHome")
31 {{/velocity}}
32
33
34 === [[Sandyford>>Gallery.2026.01.Sandyford.WebHome]] ===
35
36 {{velocity}}
37 #thumbs("Gallery.2026.01.Sandyford.WebHome")
38 {{/velocity}}
39
40
41 === [[Ticknock (2nd Visit)>>Gallery.2026.01.Ticknock2.WebHome]] ===
42
43 {{velocity}}
44 #thumbs("Gallery.2026.01.Ticknock2.WebHome")
45 {{/velocity}}
46
47
48 )))
49 (((
50
51 == [[02 February>>Gallery.2026.02.WebHome]] ==
52
53
54 === [[Marlay Park>>Gallery.2026.02.MarlayPark.WebHome]] ===
55
56 {{velocity}}
57 #thumbs("Gallery.2026.02.MarlayPark.WebHome")
58 {{/velocity}}
59
60
61 === [[Ticknock>>Gallery.2026.02.Ticknock.WebHome]] ===
62
63 {{velocity}}
64 #thumbs("Gallery.2026.02.Ticknock.WebHome")
65 {{/velocity}}
66
67
68 === [[Fernhill>>Gallery.2026.02.Fernhill.WebHome]] ===
69
70 {{velocity}}
71 #thumbs("Gallery.2026.02.Fernhill.WebHome")
72 {{/velocity}}
73
74
75 === [[Stepaside>>Gallery.2026.02.Stepaside.WebHome]] ===
76
77 {{velocity}}
78 #thumbs("Gallery.2026.02.Stepaside.WebHome")
79 {{/velocity}}
80
81
82 )))
83 {{/container}}
84
85 {{container layoutStyle="columns"}}
86 (((
87
88 == [[03 March>>Gallery.2026.03.WebHome]] ==
89
90
91 === [[Tibradden>>Gallery.2026.03.Tibradden.WebHome]] ===
92
93 {{velocity}}
94 #thumbs("Gallery.2026.03.Tibradden.WebHome")
95 {{/velocity}}
96
97
98 === [[Fernhill>>Gallery.2026.03.Fernhill.WebHome]] ===
99
100 {{velocity}}
101 #thumbs("Gallery.2026.03.Fernhill.WebHome")
102 {{/velocity}}
103
104
105 )))
106 (((
107
108 )))
109 {{/container}}