Skip to end of banner
Go to start of banner

Attachment-table examples

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Default

DescriptionDefaults to attachments on the current page. Same as attachments macro.
Example image
Macro browser
Wiki{attachment-table}

 

 

Column selection

Description

Columns can be selected and ordered by name or number - see Attachment-table columns for details.

  • This shows the thumbnail column which shows image thumbnails for image attachments.
Example image
Macro browser
Wiki
{attachment-table:columns=file,comment,thumbnail}

 

 

Regex selection

Description

Using space and attachment selection.

  • Use @self special value for spaceRegex parameter to match on all attachment in this space.
  • Use .*png|.*jpg to match on attachments whose name ends in png or jpg.
Example image
Macro browser
Wiki
{attachment-table:spaceRegex=@self|attachmentRegex=.*png|.*jpg}
  • No labels