Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | #set($attachments = $doc.getAttachmentList()) | ||
3 | |||
4 | {{gallery}} | ||
5 | #foreach($attachment in $attachments) | ||
6 | #if($attachment.filename.endsWith(".jpg") || $attachment.filename.endsWith(".png") || $attachment.filename.endsWith(".webp")) | ||
7 | image:$attachment.filename | ||
8 | #end | ||
9 | #end | ||
10 | {{/gallery}} | ||
11 | {{/velocity}} | ||
12 | |||
13 | [[image:https://www.thewhitearchive.org/nextcloud/core/preview?fileId=8176&x=5120&y=2880&a=true&etag=0c674559fa37eb7f6210909abb64730a||data-xwiki-image-style="thumbnail-clickable" width="200"]] | ||
14 | |||
15 |