2014-07-29 12:37:57 +00:00
|
|
|
title: $:/core/ui/Buttons/save-wiki
|
2013-11-17 21:53:39 +00:00
|
|
|
tags: $:/tags/PageControls
|
2023-01-28 09:51:25 +00:00
|
|
|
caption: {{$:/core/images/save-button-dynamic}} {{$:/language/Buttons/SaveWiki/Caption}}
|
2014-07-31 08:28:46 +00:00
|
|
|
description: {{$:/language/Buttons/SaveWiki/Hint}}
|
2013-11-17 21:53:39 +00:00
|
|
|
|
2021-05-24 18:24:37 +00:00
|
|
|
\whitespace trim
|
2018-08-20 14:38:57 +00:00
|
|
|
<$button tooltip={{$:/language/Buttons/SaveWiki/Hint}} aria-label={{$:/language/Buttons/SaveWiki/Caption}} class=<<tv-config-toolbar-class>>>
|
2018-12-15 15:55:19 +00:00
|
|
|
<$wikify name="site-title" text={{$:/config/SaveWikiButton/Filename}}>
|
2018-08-20 14:38:57 +00:00
|
|
|
<$action-sendmessage $message="tm-save-wiki" $param={{$:/config/SaveWikiButton/Template}} filename=<<site-title>>/>
|
|
|
|
</$wikify>
|
2014-08-28 17:21:08 +00:00
|
|
|
<span class="tc-dirty-indicator">
|
2024-09-10 11:00:13 +00:00
|
|
|
<%if [<tv-config-toolbar-icons>match[yes]] %>
|
2023-01-28 09:51:25 +00:00
|
|
|
{{$:/core/images/save-button-dynamic}}
|
2024-09-10 11:00:13 +00:00
|
|
|
<%endif%>
|
|
|
|
<%if [<tv-config-toolbar-text>match[yes]] %>
|
2021-05-24 18:24:37 +00:00
|
|
|
<span class="tc-btn-text">
|
|
|
|
<$text text={{$:/language/Buttons/SaveWiki/Caption}}/>
|
|
|
|
</span>
|
2024-09-10 11:00:13 +00:00
|
|
|
<%endif%>
|
2014-07-31 07:07:31 +00:00
|
|
|
</span>
|
2024-09-10 11:00:13 +00:00
|
|
|
</$button>
|