+
<$link to="""$title$""">
-<$text text="""$title$"""/>
+
<$text text="""$title$"""/>
$link>
-
-<$transclude tiddler="""$title$""" mode="$mode$">
-"<$text text="""$title$"""/>" is missing
+<$transclude tiddler="""$title$""" mode="block">
+<$set name="currentTiddler" value="""$title$"""><$transclude tiddler="$:/language/MissingTiddler/Hint"/>$set>
$transclude>
+$list>
+<$list filter="[<__mode__>match[inline]]">
+
+<$link to="""$title$""">
+<$text text="""$title$"""/>
+$link>
+ (<$transclude tiddler="""$title$""" mode="inline">
+<$set name="currentTiddler" value="""$title$"""><$transclude tiddler="$:/language/MissingTiddler/Hint"/>$set>
+$transclude>)
+
+$list>
\end
diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid
index f63384ee9..724d0dae9 100644
--- a/themes/tiddlywiki/vanilla/base.tid
+++ b/themes/tiddlywiki/vanilla/base.tid
@@ -3118,6 +3118,30 @@ select {
background: <
>;
}
+/*
+** Translink macro
+*/
+
+.tc-translink {
+ background-color: <>;
+ border: 1px solid <>;
+ padding: 0 3px;
+ border-radius: 3px;
+}
+
+div.tc-translink > div {
+ margin: 1em;
+}
+
+div.tc-translink > div > a:first-child > h1 {
+ font-size: 1.2em;
+ font-weight: bold;
+}
+
+span.tc-translink > a:first-child {
+ font-weight: bold;
+}
+
/*
** Classes for displaying globals
*/
@@ -3234,4 +3258,4 @@ select {
.tc-tiny-v-gap-bottom {
margin-bottom: 3px;
-}
\ No newline at end of file
+}