Wiki source code of Humor and Memes
Last modified by Ryan C on 2025/03/13 01:32
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | # Humor landing page |
2 | |||
3 | Upload Pro White memes here. | ||
4 | |||
5 | ## Images | ||
6 | |||
7 | # Humor and Memes Gallery | ||
8 | |||
![]() |
36.1 | 9 | {{velocity}} |
10 | #set($parentDoc = $xwiki.getDocument("Main.Categories.Race")) | ||
11 | #set($children = $parentDoc.getChildren()) | ||
![]() |
1.1 | 12 | |
![]() |
36.1 | 13 | **Checking Attachments for Subpages:** |
14 | #foreach($child in $children) | ||
15 | #set($childDoc = $xwiki.getDocument($child)) | ||
16 | **Subpage: $childDoc.getTitle()** <br/> | ||
17 | #set($childAttachments = $childDoc.getAttachmentList()) | ||
![]() |
1.1 | 18 | |
![]() |
36.1 | 19 | #if($childAttachments.size() > 0) |
20 | Found **$childAttachments.size()** attachments! ✅ | ||
21 | #else | ||
22 | ❌ No attachments found. | ||
23 | #end | ||
24 | #end | ||
25 | {{/velocity}} | ||
26 | |||
27 | |||
![]() |
1.1 | 28 | <div style="display: flex; flex-wrap: wrap; gap: 10px;"> |