Changes for page Gallery

Last modified by David De La Harpe Golden on 2025/01/06 16:14

From version 15.1
edited by David De La Harpe Golden
on 2018/07/25 04:12
Change comment: There is no comment for this version
To version 26.1
edited by Administrator
on 2018/07/25 07:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.david
1 +XWiki.admin
Content
... ... @@ -1,49 +1,218 @@
1 1  Sometimes I take pictures when I'm out wandering around Ireland, particularly the local Dublin Mountains / Wicklow Mountains area. If you're wondering what Ireland looks like, well, it looks like this. At least the hilly bit south of Dublin City does, anyway.
2 2  
3 -* [[2018]]
4 -** [[07 July>>doc:.2018.07.WebHome]]
5 -*** [[Kilmashogue>>doc:.2018.07.Kilmashogue.WebHome]](((
6 -[[[[image:Gallery.2018.07.Kilmashogue.WebHome@apples.jpg||width="64"]]>>attach:Gallery.2018.07.Kilmashogue.WebHome@apples.jpg]][[[[image:Gallery.2018.07.Kilmashogue.WebHome@berries.jpg||width="64"]]>>attach:Gallery.2018.07.Kilmashogue.WebHome@berries.jpg]]
7 -{{velocity}}#set ($reference = $services.model.createDocumentReference('', 'Gallery', '2018', '07', 'Kilmashogue', 'WebHome'))
8 -* $reference
9 -#set ($document = $xwiki.getDocument($reference))
10 -* $document
11 -#set ($attachmentList = $document.getAttachmentList())
12 -#foreach ($attachment in $attachmentList)
13 -* $attachment
14 -#end
15 -* Hello{{/velocity}}
3 +{{include document="Gallery.2018"/}}
16 16  
17 -* $reference
18 -* $document
19 -* Hello
20 20  
21 -
22 -)))
23 -*** [[Stepaside>>doc:.2018.07.Stepaside.WebHome]]
24 -*** [[Ticknock>>doc:.2018.07.Ticknock.WebHome]]
25 -** [[06 June>>doc:.2018.06.WebHome]]
26 -*** [[Massy's Estate>>doc:.2018.06.MassysEstate.WebHome]]
27 -*** [[Ticknock>>doc:.2018.06.Ticknock.WebHome]]
28 -*** [[Ticknock (2nd Visit)>>doc:.2018.06.Ticknock2.WebHome]]
29 -** [[05 May>>doc:.2018.05.WebHome]]
30 -*** [[Bohernabreena>>doc:.2018.05.Bohernabreena.WebHome]]
31 -*** [[Marlay Park>>doc:.2018.05.MarlayPark.WebHome]]
32 -*** [[Marlay Park (2nd Visit)>>doc:.2018.05.MarlayPark2.WebHome]]
33 -** [[04 April>>doc:.2018.04.WebHome]]
34 -*** [[Botanic Gardens>>doc:.2018.04.BotanicGardens.WebHome]]
35 -*** [[Cruagh>>doc:.2018.04.Cruagh.WebHome]]
36 -*** [[Glencullen>>doc:.2018.04.Glencullen.WebHome]]
37 -*** [[Hellfire Club>>doc:.2018.04.HellfireClub.WebHome]]
38 -*** [[Massy's Estate>>doc:.2018.04.MassysEstate.WebHome]]
39 -*** [[Ticknock>>doc:.2018.04.Ticknock.WebHome]]
40 -** [[03 March>>doc:.2018.03.WebHome]]
41 -*** [[Kilmashogue>>doc:.2018.03.Kilmashogue.WebHome]]
42 -*** [[Tibradden>>doc:.2018.03.Tibradden.WebHome]]
43 -*** [[Ticknock>>doc:.2018.03.Ticknock.WebHome]]
44 -** [[02 February>>doc:.2018.02.WebHome]]
45 -*** [[Massy's Estate>>doc:.2018.02.MassysEstate.WebHome]]
46 -*** [[Ticknock>>doc:.2018.02.Ticknock.WebHome]]
47 -*** [[Ticknock (2nd Visit)>>doc:.2018.02.Ticknock2.WebHome]]
48 -** [[01 January>>doc:.2018.01.WebHome]]
49 -*** [[Ticknock>>doc:.2018.01.Ticknock.WebHome]]
6 += [[2018>>Gallery.2018.WebHome]] =
7 +
8 +== [[July>>Gallery.2018.07.WebHome]] ==
9 +
10 +=== [[Kilmashogue>>Gallery.2018.07.Kilmashogue.WebHome]] ===
11 +
12 +{{velocity}}
13 +#set($docref = "Gallery.2018.07.Kilmashogue.WebHome")
14 +#set($document = $xwiki.getDocument($docref))
15 +#foreach($attach in $document.getAttachmentList())
16 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end
17 +{{/velocity}}
18 +
19 +=== [[Stepaside>>doc:.2018.07.Stepaside.WebHome]] ===
20 +
21 +{{velocity}}
22 +#set($docref = "Gallery.2018.07.Stepaside.WebHome")
23 +#set($document = $xwiki.getDocument($docref))
24 +#foreach($attach in $document.getAttachmentList())
25 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
26 +{{/velocity}}
27 +
28 +=== [[Ticknock>>doc:.2018.07.Ticknock.WebHome]] ===
29 +
30 +{{velocity}}
31 +#set($docref = "Gallery.2018.07.Ticknock.WebHome")
32 +#set($document = $xwiki.getDocument($docref))
33 +#foreach($attach in $document.getAttachmentList())
34 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
35 +{{/velocity}}
36 +
37 +== [[June>>doc:.2018.06.WebHome]] ==
38 +
39 +=== [[Massy's Estate>>doc:.2018.06.MassysEstate.WebHome]] ===
40 +
41 +{{velocity}}
42 +#set($docref = "Gallery.2018.06.MassysEstate.WebHome")
43 +#set($document = $xwiki.getDocument($docref))
44 +#foreach($attach in $document.getAttachmentList())
45 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
46 +{{/velocity}}
47 +
48 +=== [[Ticknock>>doc:.2018.06.Ticknock.WebHome]] ===
49 +
50 +{{velocity}}
51 +#set($docref = "Gallery.2018.06.Ticknock.WebHome")
52 +#set($document = $xwiki.getDocument($docref))
53 +#foreach($attach in $document.getAttachmentList())
54 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
55 +{{/velocity}}
56 +
57 +=== [[Ticknock (2nd Visit)>>doc:.2018.06.Ticknock2.WebHome]] ===
58 +
59 +{{velocity}}
60 +#set($docref = "Gallery.2018.06.Ticknock2.WebHome")
61 +#set($document = $xwiki.getDocument($docref))
62 +#foreach($attach in $document.getAttachmentList())
63 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
64 +{{/velocity}}
65 +
66 +== [[May>>doc:.2018.05.WebHome]] ==
67 +
68 +=== [[Bohernabreena>>doc:.2018.05.Bohernabreena.WebHome]] ===
69 +
70 +{{velocity}}
71 +#set($docref = "Gallery.2018.05.Bohernabreena.WebHome")
72 +#set($document = $xwiki.getDocument($docref))
73 +#foreach($attach in $document.getAttachmentList())
74 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
75 +{{/velocity}}
76 +
77 +=== [[Marlay Park>>doc:.2018.05.MarlayPark.WebHome]] ===
78 +
79 +{{velocity}}
80 +#set($docref = "Gallery.2018.05.MarlayPark.WebHome")
81 +#set($document = $xwiki.getDocument($docref))
82 +#foreach($attach in $document.getAttachmentList())
83 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
84 +{{/velocity}}
85 +
86 +=== [[Marlay Park (2nd Visit)>>doc:.2018.05.MarlayPark2.WebHome]] ===
87 +
88 +{{velocity}}
89 +#set($docref = "Gallery.2018.05.MarlayPark2.WebHome")
90 +#set($document = $xwiki.getDocument($docref))
91 +#foreach($attach in $document.getAttachmentList())
92 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
93 +{{/velocity}}
94 +
95 +== [[April>>doc:.2018.04.WebHome]] ==
96 +
97 +=== [[Botanic Gardens>>doc:.2018.04.BotanicGardens.WebHome]] ===
98 +
99 +{{velocity}}
100 +#set($docref = "Gallery.2018.04.BotanicGardens.WebHome")
101 +#set($document = $xwiki.getDocument($docref))
102 +#foreach($attach in $document.getAttachmentList())
103 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
104 +{{/velocity}}
105 +
106 +=== [[Cruagh>>doc:.2018.04.Cruagh.WebHome]] ===
107 +
108 +{{velocity}}
109 +#set($docref = "Gallery.2018.04.Cruagh.WebHome")
110 +#set($document = $xwiki.getDocument($docref))
111 +#foreach($attach in $document.getAttachmentList())
112 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
113 +{{/velocity}}
114 +
115 +=== [[Glencullen>>doc:.2018.04.Glencullen.WebHome]] ===
116 +
117 +{{velocity}}
118 +#set($docref = "Gallery.2018.04.Glencullen.WebHome")
119 +#set($document = $xwiki.getDocument($docref))
120 +#foreach($attach in $document.getAttachmentList())
121 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
122 +{{/velocity}}
123 +
124 +=== [[Hellfire Club>>doc:.2018.04.HellfireClub.WebHome]] ===
125 +
126 +{{velocity}}
127 +#set($docref = "Gallery.2018.04.HellfireClub.WebHome")
128 +#set($document = $xwiki.getDocument($docref))
129 +#foreach($attach in $document.getAttachmentList())
130 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
131 +{{/velocity}}
132 +
133 +=== [[Massy's Estate>>doc:.2018.04.MassysEstate.WebHome]] ===
134 +
135 +{{velocity}}
136 +#set($docref = "Gallery.2018.04.MassysEstate.WebHome")
137 +#set($document = $xwiki.getDocument($docref))
138 +#foreach($attach in $document.getAttachmentList())
139 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
140 +{{/velocity}}
141 +
142 +=== [[Ticknock>>doc:.2018.04.Ticknock.WebHome]] ===
143 +
144 +{{velocity}}
145 +#set($docref = "Gallery.2018.04.Ticknock.WebHome")
146 +#set($document = $xwiki.getDocument($docref))
147 +#foreach($attach in $document.getAttachmentList())
148 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
149 +{{/velocity}}
150 +
151 +== [[March>>doc:.2018.03.WebHome]] ==
152 +
153 +=== [[Kilmashogue>>doc:.2018.03.Kilmashogue.WebHome]] ===
154 +
155 +{{velocity}}
156 +#set($docref = "Gallery.2018.03.Kilmashogue.WebHome")
157 +#set($document = $xwiki.getDocument($docref))
158 +#foreach($attach in $document.getAttachmentList())
159 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
160 +{{/velocity}}
161 +
162 +=== [[Tibradden>>doc:.2018.03.Tibradden.WebHome]] ===
163 +
164 +{{velocity}}
165 +#set($docref = "Gallery.2018.03.Tibradden.WebHome")
166 +#set($document = $xwiki.getDocument($docref))
167 +#foreach($attach in $document.getAttachmentList())
168 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
169 +{{/velocity}}
170 +
171 +=== [[Ticknock>>doc:.2018.03.Ticknock.WebHome]] ===
172 +
173 +{{velocity}}
174 +#set($docref = "Gallery.2018.03.Ticknock.WebHome")
175 +#set($document = $xwiki.getDocument($docref))
176 +#foreach($attach in $document.getAttachmentList())
177 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
178 +{{/velocity}}
179 +
180 +== [[February>>doc:.2018.02.WebHome]] ==
181 +
182 +=== [[Massy's Estate>>doc:.2018.02.MassysEstate.WebHome]] ===
183 +
184 +{{velocity}}
185 +#set($docref = "Gallery.2018.02.MassysEstate.WebHome")
186 +#set($document = $xwiki.getDocument($docref))
187 +#foreach($attach in $document.getAttachmentList())
188 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
189 +{{/velocity}}
190 +
191 +=== [[Ticknock>>doc:.2018.02.Ticknock.WebHome]] ===
192 +
193 +{{velocity}}
194 +#set($docref = "Gallery.2018.02.Ticknock.WebHome")
195 +#set($document = $xwiki.getDocument($docref))
196 +#foreach($attach in $document.getAttachmentList())
197 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
198 +{{/velocity}}
199 +
200 +=== [[Ticknock (2nd Visit)>>doc:.2018.02.Ticknock2.WebHome]] ===
201 +
202 +{{velocity}}
203 +#set($docref = "Gallery.2018.02.Ticknock2.WebHome")
204 +#set($document = $xwiki.getDocument($docref))
205 +#foreach($attach in $document.getAttachmentList())
206 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
207 +{{/velocity}}
208 +
209 +== [[January>>doc:.2018.01.WebHome]] ==
210 +
211 +=== [[Ticknock>>doc:.2018.01.Ticknock.WebHome]] ===
212 +
213 +{{velocity}}
214 +#set($docref = "Gallery.2018.01.Ticknock.WebHome")
215 +#set($document = $xwiki.getDocument($docref))
216 +#foreach($attach in $document.getAttachmentList())
217 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
218 +{{/velocity}}