Changes for page incidents


on 2025/05/09 02:14


on 2025/05/09 02:14
Summary
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. TelegramBot1 +XWiki.XWikiGuest - Content
-
... ... @@ -1,15 +1,0 @@ 1 - 2 - 3 -{{velocity}} 4 -#set($attachments = $doc.getAttachmentList()) 5 - 6 -{{gallery}} 7 -#foreach($attachment in $attachments) 8 - #if($attachment.filename.endsWith(".jpg") || $attachment.filename.endsWith(".png") || $attachment.filename.endsWith(".webp")) 9 - image:$attachment.filename 10 - #end 11 -#end 12 -{{/gallery}} 13 -{{/velocity}} 14 - 15 -