Masquer les derniers auteurs
Paul Libbrecht 1.1 1 Ici, les photos de Timothée sont uploadées.
2
3
4 prévisualisation:
5
6 {{velocity}}
Paul Libbrecht 2.1 7 #set($d=$xwiki.getDocument('Pionniers_Camp_2018.WebHome'))
8 #set ($attachments = $d.attachmentList)
Paul Libbrecht 1.1 9 #if ($attachments.size() > 0)
10 {{gallery}}
11 #foreach($attachment in $attachments)
12 #if($attachment.isImage())
Paul Libbrecht 3.1 13 [[image:${d}@$attachment.filename||width=1024]]
Paul Libbrecht 1.1 14 #end
15 #end
16 {{/gallery}}
17 #end
18 {{/velocity}}
19
This wiki is licensed under a Creative Commons 2.0 license
XWiki 13.10 - Documentation - Conditions