0 Votes

Changes for page Euroweek

Last modified by Ryan C on 2025/06/25 18:28

From version 138.1
edited by Ryan C
on 2025/04/07 04:22
Change comment: There is no comment for this version
To version 139.1
edited by Imabot fromtelegram
on 2025/04/14 22:31
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.AdminAngriff
1 +XWiki.TelegramBot
Content
... ... @@ -90,3 +90,17 @@
90 90  * [[Inquiry into EuroWeek pictures scandal involving foreigners and underage girls>>https://rmx.news/article/inquiry-euroweek-pictures-scandal/]]
91 91  * [[Alleged Sexual Misconduct by Migrant Men at Youth ‘EuroWeek’ Camp Sparks Inquiry>>https://demokracija.eu/migration/https-www-breitbart-com-europe-2018-12-16-sexual-misconduct-allegations-euroweek-project-spark-possible-investigation/]]
92 92  * [[Compilation of social media accounts and pictures that resulted in the investigation>>https://web.archive.org/web/20250104001508/https://identx.wordpress.com/2018/12/15/brown-immigrants-polish-teen-girls-at-multicultural-integration-camp-euroweek/]]
93 +
94 +{{velocity}}
95 +#set($attachments = $doc.getAttachmentList())
96 +
97 +{{gallery}}
98 +#foreach($attachment in $attachments)
99 + #if($attachment.filename.endsWith(".jpg") || $attachment.filename.endsWith(".png") || $attachment.filename.endsWith(".webp"))
100 + image:$attachment.filename
101 + #end
102 +#end
103 +{{/gallery}}
104 +{{/velocity}}
105 +
106 +