Hi,

You create a tiddler named eg: `myTemplate`, that contains the code: 
`<$view field="FieldName" />'` in the text. Don't use the backticks (`)

```
title: myTemplate
text: <$view field="FieldName" />
```

You can use the template like this: 

```
{{TiddlerName||myTemplate}} 

or

<$tiddler tiddler=TiddlerName>
<$transclude tiddler="myTemplate" />
</$tiddler>
```

More info can be found at: 
https://tiddlywiki.com/#Transclusion%20in%20WikiText

have fun!
mario

PS: The backticks (`) in this post are only used, that the code is shown in 
the right way at talk.tiddlywiki.org

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/96a59bc7-23c9-4149-ae31-b116abf062f2n%40googlegroups.com.

Reply via email to