Wiki source code of 2019

Version 3.1 by David De La Harpe Golden on 2019/02/23 21:02

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.2019.01.WebHome]] ==
14
David De La Harpe Golden 2.1 15 === [[Cruagh>>Gallery.2019.01.Cruagh.WebHome]] ===
David De La Harpe Golden 1.1 16
17 {{velocity}}
18 #thumbs("Gallery.2019.01.Cruagh.WebHome")
19 {{/velocity}}
20
21 === [[Ticknock>>Gallery.2019.01.Ticknock.WebHome]] ===
22
23 {{velocity}}
24 #thumbs("Gallery.2019.01.Ticknock.WebHome")
25 {{/velocity}}
26
27 == [[02 February>>Gallery.2019.02.WebHome]] ==
28
29 === [[Ticknock>>Gallery.2019.02.Ticknock.WebHome]] ===
30
31 {{velocity}}
32 #thumbs("Gallery.2019.02.Ticknock.WebHome")
33 {{/velocity}}
34
35 === [[Marlay Park>>Gallery.2019.02.MarlayPark.WebHome]] ===
36
37 {{velocity}}
38 #thumbs("Gallery.2019.02.MarlayPark.WebHome")
39 {{/velocity}}
40
David De La Harpe Golden 3.1 41 === [[Marlay Park>>Gallery.2019.02.Fernhill.WebHome]] ===
42
43 {{velocity}}
44 #thumbs("Gallery.2019.02.Fernhill.WebHome")
45 {{/velocity}}
46