2014-04-28 14:16:31 +00:00
|
|
|
title: $:/core/ui/EditTemplate/shadow
|
|
|
|
tags: $:/tags/EditTemplate
|
|
|
|
|
|
|
|
\define lingo-base() $:/language/EditTemplate/Shadow/
|
2015-11-05 12:30:42 +00:00
|
|
|
\define pluginLinkBody()
|
2022-03-26 14:16:01 +00:00
|
|
|
\whitespace trim
|
2015-11-05 12:30:42 +00:00
|
|
|
<$link to="""$(pluginTitle)$""">
|
|
|
|
<$text text="""$(pluginTitle)$"""/>
|
|
|
|
</$link>
|
|
|
|
\end
|
2022-03-26 14:16:01 +00:00
|
|
|
\whitespace trim
|
2014-04-28 14:16:31 +00:00
|
|
|
<$list filter="[all[current]get[draft.of]is[shadow]!is[tiddler]]">
|
2015-11-05 12:30:42 +00:00
|
|
|
|
|
|
|
<$list filter="[all[current]shadowsource[]]" variable="pluginTitle">
|
|
|
|
|
|
|
|
<$set name="pluginLink" value=<<pluginLinkBody>>>
|
2023-06-21 16:13:33 +00:00
|
|
|
<div class="tc-message-box">
|
2014-04-28 14:16:31 +00:00
|
|
|
|
|
|
|
<<lingo Warning>>
|
|
|
|
|
|
|
|
</div>
|
2015-11-05 12:30:42 +00:00
|
|
|
</$set>
|
|
|
|
</$list>
|
|
|
|
|
2014-04-28 14:16:31 +00:00
|
|
|
</$list>
|
|
|
|
|
|
|
|
<$list filter="[all[current]get[draft.of]is[shadow]is[tiddler]]">
|
2015-11-05 12:30:42 +00:00
|
|
|
|
|
|
|
<$list filter="[all[current]shadowsource[]]" variable="pluginTitle">
|
|
|
|
|
|
|
|
<$set name="pluginLink" value=<<pluginLinkBody>>>
|
2023-06-21 16:13:33 +00:00
|
|
|
<div class="tc-message-box">
|
2014-04-28 14:16:31 +00:00
|
|
|
|
|
|
|
<<lingo OverriddenWarning>>
|
|
|
|
|
|
|
|
</div>
|
2015-11-25 14:22:15 +00:00
|
|
|
</$set>
|
2014-04-28 14:16:31 +00:00
|
|
|
</$list>
|
2015-11-05 12:30:42 +00:00
|
|
|
|
2015-11-25 14:22:15 +00:00
|
|
|
</$list>
|