mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-19 13:42:52 +00:00
12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
|
title: $:/core/ui/EditTemplate/shadowWarning
|
||
|
tags: $:/tags/EditTemplate
|
||
|
|
||
|
\define lingo-base() $:/language/EditTemplate/
|
||
|
<$list filter="[all[current]is[shadow]]">
|
||
|
<div class="tw-message-box">
|
||
|
|
||
|
<<lingo Body/ShadowWarning>>
|
||
|
|
||
|
</div>
|
||
|
</$list>
|