kopia lustrzana https://github.com/miklobit/TiddlyWiki5
				
				
				
			
		
			
				
	
	
		
			13 wiersze
		
	
	
		
			636 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			13 wiersze
		
	
	
		
			636 B
		
	
	
	
		
			Plaintext
		
	
	
title: $:/core/ui/Buttons/close-all
 | 
						|
tags: $:/tags/PageControls
 | 
						|
caption: {{$:/core/images/close-all-button}} {{$:/language/Buttons/CloseAll/Caption}}
 | 
						|
description: {{$:/language/Buttons/CloseAll/Hint}}
 | 
						|
 | 
						|
<$button message="tm-close-all-tiddlers" tooltip={{$:/language/Buttons/CloseAll/Hint}} aria-label={{$:/language/Buttons/CloseAll/Caption}} class=<<tv-config-toolbar-class>>>
 | 
						|
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
 | 
						|
{{$:/core/images/close-all-button}}
 | 
						|
</$list>
 | 
						|
<$list filter="[<tv-config-toolbar-text>match[yes]]">
 | 
						|
<span class="tc-btn-text"><$text text={{$:/language/Buttons/CloseAll/Caption}}/></span>
 | 
						|
</$list>
 | 
						|
</$button> |