TiddlyWiki5/editions/tw2/source/tiddlywiki.com/tiddlywiki-com/NestedTemplates.tid

17 wiersze
387 B
Plaintext

title: NestedTemplates
modifier: blaine
created: 20110211110651
modified: 20110211131019
tags: features
creator: psd
A PageTemplate, ViewTemplate or EditTemplate can include the text of another tiddler by including it in double square brackets. For example:
{{{
<div>
[[MyHeader]]
</div>
}}}
You can also use TiddlerSlicing format to include a smaller chunk of the text of a tiddler.