Wiki source code of 2020

Version 6.1 by David De La Harpe Golden on 2020/02/13 15:03

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 $sorttool.sort($document.getAttachmentList(),["filename"]))
5 #if($velocityCount > 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 == [[01 January>>Gallery.2020.01.WebHome]] ==
14
David De La Harpe Golden 2.1 15
David De La Harpe Golden 1.1 16 === [[Tibradden>>Gallery.2020.01.Tibradden.WebHome]] ===
17
18 {{velocity}}
19 #thumbs("Gallery.2020.01.Tibradden.WebHome")
20 {{/velocity}}
David De La Harpe Golden 2.1 21
22
23 === [[Glencullen>>Gallery.2020.01.Glencullen.WebHome]] ===
24
25 {{velocity}}
26 #thumbs("Gallery.2020.01.Glencullen.WebHome")
27 {{/velocity}}
28
29
David De La Harpe Golden 3.1 30 === [[Tibradden (2nd Visit)>>Gallery.2020.01.Tibradden2.WebHome]] ===
David De La Harpe Golden 2.1 31
David De La Harpe Golden 3.1 32 {{velocity}}
33 #thumbs("Gallery.2020.01.Tibradden2.WebHome")
34 {{/velocity}}
35
David De La Harpe Golden 5.1 36 == [[02 February>>Gallery.2020.02.WebHome]] ==
David De La Harpe Golden 4.1 37
38
39 === [[Marlay Park>>Gallery.2020.02.MarlayPark.WebHome]] ===
40
41 {{velocity}}
42 #thumbs("Gallery.2020.02.MarlayPark.WebHome")
43 {{/velocity}}
44
David De La Harpe Golden 6.1 45 === [[Ticknock>>Gallery.2020.02.Ticknock.WebHome]] ===
46
47 {{velocity}}
48 #thumbs("Gallery.2020.02.Ticknock.WebHome")
49 {{/velocity}}
50
51 === [[Tibradden>>Gallery.2020.02.Tibradden.WebHome]] ===
52
53 {{velocity}}
54 #thumbs("Gallery.2020.02.Tibradden.WebHome")
55 {{/velocity}}
56