mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 00:56:17 +00:00
20 lines
394 B
Plaintext
20 lines
394 B
Plaintext
|
title: $:/core/ui/EditTemplate/shadow
|
||
|
tags: $:/tags/EditTemplate
|
||
|
|
||
|
\define lingo-base() $:/language/EditTemplate/Shadow/
|
||
|
<$list filter="[all[current]get[draft.of]is[shadow]!is[tiddler]]">
|
||
|
<div class="tw-message-box">
|
||
|
|
||
|
<<lingo Warning>>
|
||
|
|
||
|
</div>
|
||
|
</$list>
|
||
|
|
||
|
<$list filter="[all[current]get[draft.of]is[shadow]is[tiddler]]">
|
||
|
<div class="tw-message-box">
|
||
|
|
||
|
<<lingo OverriddenWarning>>
|
||
|
|
||
|
</div>
|
||
|
</$list>
|