kopia lustrzana https://github.com/miklobit/TiddlyWiki5
				
				
				
			
		
			
				
	
	
		
			18 wiersze
		
	
	
		
			834 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			18 wiersze
		
	
	
		
			834 B
		
	
	
	
		
			Plaintext
		
	
	
| title: $:/core/ui/Buttons/save-wiki
 | |
| tags: $:/tags/PageControls
 | |
| caption: {{$:/core/images/save-button}} {{$:/language/Buttons/SaveWiki/Caption}}
 | |
| description: {{$:/language/Buttons/SaveWiki/Hint}}
 | |
| 
 | |
| <$button tooltip={{$:/language/Buttons/SaveWiki/Hint}} aria-label={{$:/language/Buttons/SaveWiki/Caption}} class=<<tv-config-toolbar-class>>>
 | |
| <$wikify name="site-title" text={{$:/config/SaveWikiButton/Filename}}>
 | |
| <$action-sendmessage $message="tm-save-wiki" $param={{$:/config/SaveWikiButton/Template}} filename=<<site-title>>/>
 | |
| </$wikify>
 | |
| <span class="tc-dirty-indicator">
 | |
| <$list filter="[<tv-config-toolbar-icons>match[yes]]">
 | |
| {{$:/core/images/save-button}}
 | |
| </$list>
 | |
| <$list filter="[<tv-config-toolbar-text>match[yes]]">
 | |
| <span class="tc-btn-text"><$text text={{$:/language/Buttons/SaveWiki/Caption}}/></span>
 | |
| </$list>
 | |
| </span>
 | |
| </$button> |