1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-06 06:00:03 +00:00

14 lines
555 B
Plaintext
Raw Normal View History

title: $:/core/ui/Buttons/home
2014-07-29 10:20:13 +01:00
tags: $:/tags/PageControls
caption: {{$:/core/images/home-button}} {{$:/language/Buttons/Home/Caption}}
2014-07-31 09:28:46 +01:00
description: {{$:/language/Buttons/Home/Hint}}
2014-07-29 10:20:13 +01:00
2014-08-28 22:28:02 +01:00
<$button message="tm-home" title={{$:/language/Buttons/Home/Hint}} aria-label={{$:/language/Buttons/Home/Caption}} class=<<tv-config-toolbar-class>>>
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
2014-07-29 10:20:13 +01:00
{{$:/core/images/home-button}}
</$list>
2014-08-28 22:28:02 +01:00
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
2014-07-29 10:20:13 +01:00
<$text text={{$:/language/Buttons/Home/Caption}}/>
</$list>
</$button>