Blame

664899 Ralph Thesen 2026-03-15 12:04:38
added Example/AttachmemtList
1
# AttachmentList
2
3
[AttachmentList Documentation](/-/help/plugins#attachmentlist)
4
5
```
6
{{AttachmentList}}
7
```
8
9
{{AttachmentList}}
10
11
12
## Filter and options
13
14
Display just files ending in `*.txt` show file `details` but not Author and Date, hide the icons.
15
16
```
17
{{AttachmentList
18
|caption=Attachments
19
|filter=\*txt
20
|format=details
21
|icons=false
22
}}
23
```
24
25
{{AttachmentList
26
|caption=Attachments
27
|filter=\*txt
28
|format=details
29
|icons=false
30
}}
31
32
---
33
34
Display just the filenames and icons/thumbnails of files beginning with in `asianclawless*`
35
36
```
37
{{AttachmentList
38
|filter=asianclawless\*
39
|format=minimal
40
|icons=true
41
}}
42
```
43
44
{{AttachmentList
45
|filter=asianclawless\*
46
|format=minimal
47
|icons=true
48
}}