title: $:/core/ui/Buttons/fold tags: $:/tags/ViewToolbar caption: {{$:/core/images/fold-button}} {{$:/language/Buttons/Fold/Caption}} description: {{$:/language/Buttons/Fold/Hint}} <$reveal type="nomatch" state=<> text="hide" default="show"> <$button tooltip={{$:/language/Buttons/Fold/Hint}} aria-label={{$:/language/Buttons/Fold/Caption}} class=<>> <$action-sendmessage $message="tm-fold-tiddler" $param=<> foldedState=<>/> <$list filter="[prefix[yes]]" variable="listItem"> {{$:/core/images/fold-button}} <$list filter="[prefix[yes]]"> <$text text={{$:/language/Buttons/Fold/Caption}}/> <$reveal type="match" state=<> text="hide" default="show"> <$button tooltip={{$:/language/Buttons/Unfold/Hint}} aria-label={{$:/language/Buttons/Unfold/Caption}} class=<>> <$action-sendmessage $message="tm-fold-tiddler" $param=<> foldedState=<>/> <$list filter="[prefix[yes]]" variable="listItem"> {{$:/core/images/unfold-button}} <$list filter="[prefix[yes]]"> <$text text={{$:/language/Buttons/Unfold/Caption}}/>