Wiki source code of Ticknock
Last modified by David De La Harpe Golden on 2025/01/07 00:26
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | #set($alist = $collectiontool.sort($doc.getAttachmentList(),["filename"])) | ||
3 | #foreach($attach in $alist) | ||
4 | (% class="thumb" data-imgnum="$foreach.index" %)[[[[image:$attach.filename||height="48"]]>>attach:$attach.filename]] #end | ||
5 | |||
6 | |||
7 | {{gallery width="100%" height="100%"}} | ||
8 | #foreach($attach in $alist) | ||
9 | [[image:$attach.filename]] | ||
10 | #end | ||
11 | {{/gallery}} | ||
12 | |||
13 | |||
14 | #set($discard = $xwiki.jsx.use("Gallery.Ext.ThumbWiring.WebHome")) | ||
15 | |||
16 | {{/velocity}} | ||
17 | |||
18 | == Videos == | ||
19 | |||
20 | |||
21 | |||
22 | {{container layoutStyle="columns"}} | ||
23 | ((( | ||
24 | |||
25 | |||
26 | |||
27 | {{youtube vID="GyqjXKSOpiU" /}} | ||
28 | |||
29 | |||
30 | |||
31 | ))) | ||
32 | ((( | ||
33 | |||
34 | |||
35 | |||
36 | {{youtube vID="DkuAekhzDCY" /}} | ||
37 | |||
38 | |||
39 | |||
40 | ))) | ||
41 | {{/container}} | ||
42 | |||
43 | |||
44 | |||
45 | {{container layoutStyle="columns"}} | ||
46 | ((( | ||
47 | |||
48 | |||
49 | |||
50 | {{youtube vID="yIjQYPx4Y_o" /}} | ||
51 | |||
52 | |||
53 | |||
54 | ))) | ||
55 | ((( | ||
56 | |||
57 | |||
58 | |||
59 | {{youtube vID="K_lSRHOCrkQ" /}} | ||
60 | |||
61 | |||
62 | |||
63 | ))) | ||
64 | {{/container}} |