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