title: $:/core/ui/TiddlerInfo
<$button type="set" set=<> setTo="refTab" selectedClass="tw-tab-selected">References<$button type="set" set=<> setTo="taggingTab" selectedClass="tw-tab-selected">Tagging<$button type="set" set=<> setTo="listTab" selectedClass="tw-tab-selected">List<$button type="set" set=<> setTo="listedTab" selectedClass="tw-tab-selected">Listed<$button type="set" set=<> setTo="fieldsTab" selectedClass="tw-tab-selected">Fields
<$reveal type="match" state=<> text="refTab" default="refTab"> <$list filter="[is[current]backlinks[]sort[title]]" emptyMessage="No tiddlers link to this one" template="$:/core/ui/ListItemTemplate"> <$reveal type="match" state=<> text="taggingTab"> <$list filter="[is[current]tagging[]]" itemClass="tw-menu-list-item" emptyMessage="No tiddlers are tagged with this one" template="$:/core/ui/ListItemTemplate"/> <$reveal type="match" state=<> text="listTab"> <$list filter="[list{!!title}]" itemClass="tw-menu-list-item" emptyMessage="This tiddler does not have a list" template="$:/core/ui/ListItemTemplate"/> <$reveal type="match" state=<> text="listedTab"> <$list filter="[is[current]listed[]!is[system]]" itemClass="tw-menu-list-item" emptyMessage="This tiddler is not listed by any others" template="$:/core/ui/ListItemTemplate"/> <$reveal type="match" state=<> text="fieldsTab"> <$transclude tiddler="$:/core/ui/TiddlerFields"/>