The list-links macro returns a formatted list of links to a selection of tiddlers.
If a tiddler has a caption field, this is shown instead of the tiddler's title.
Parameters
- filter
- A filter selecting which tiddlers to include
- type
- An HTML element to use for the overall list element, defaulting to
ul - subtype
- An HTML element to use for each item in the list, defaulting to
li - class
- A CSS class for the overall list element
- emptyMessage
- Optional wikitext to display if there are no tiddlers with the specified tag
Examples