Code source wiki de PhotosDamien

Modifié par Paul Libbrecht (admin) le 2019/10/27 08:39

Afficher les derniers auteurs
1 Ici, les photos de Damien sont uploadées.
2
3
4 prévisualisation (20 premières):
5
6 {{velocity}}
7 #set ($attachments = $doc.attachmentList)
8 #set ($count = 0)
9 #if ($attachments.size() > 0)
10 {{gallery}}
11 #foreach($attachment in $attachments)
12 #set($count = $count+1)
13 #if($attachment.isImage() && $count <20)
14 [[image:$attachment.filename||width=1024]]
15 #end
16 #end
17 {{/gallery}}
18 #end
19 {{/velocity}}
20
21
22 On peut {{downloadAttachments/}} (un peut lent).
This wiki is licensed under a Creative Commons 2.0 license
XWiki 13.10 - Documentation - Conditions