mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-31 15:42:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			779 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			779 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| title: $:/core/ui/EditTemplate/shadow
 | |
| tags: $:/tags/EditTemplate
 | |
| 
 | |
| \define lingo-base() $:/language/EditTemplate/Shadow/
 | |
| \define pluginLinkBody()
 | |
| <$link to="""$(pluginTitle)$""">
 | |
| <$text text="""$(pluginTitle)$"""/>
 | |
| </$link>
 | |
| \end
 | |
| <$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> | 
