mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
a05302da10
This reverts commit f90eb386ae
.
40 lines
813 B
Plaintext
40 lines
813 B
Plaintext
title: $:/core/ui/EditTemplate/shadow
|
|
tags: $:/tags/EditTemplate
|
|
|
|
\define lingo-base() $:/language/EditTemplate/Shadow/
|
|
\define pluginLinkBody()
|
|
\whitespace trim
|
|
<$link to="""$(pluginTitle)$""">
|
|
<$text text="""$(pluginTitle)$"""/>
|
|
</$link>
|
|
\end
|
|
\whitespace trim
|
|
<$list filter="[all[current]get[draft.of]is[shadow]!is[tiddler]]">
|
|
|
|
<$list filter="[all[current]shadowsource[]]" variable="pluginTitle">
|
|
|
|
<$set name="pluginLink" value=<<pluginLinkBody>>>
|
|
<div class="tc-message-box">
|
|
|
|
<<lingo Warning>>
|
|
|
|
</div>
|
|
</$set>
|
|
</$list>
|
|
|
|
</$list>
|
|
|
|
<$list filter="[all[current]get[draft.of]is[shadow]is[tiddler]]">
|
|
|
|
<$list filter="[all[current]shadowsource[]]" variable="pluginTitle">
|
|
|
|
<$set name="pluginLink" value=<<pluginLinkBody>>>
|
|
<div class="tc-message-box">
|
|
|
|
<<lingo OverriddenWarning>>
|
|
|
|
</div>
|
|
</$set>
|
|
</$list>
|
|
|
|
</$list> |