kopia lustrzana https://github.com/miklobit/TiddlyWiki5
15 wiersze
443 B
Plaintext
15 wiersze
443 B
Plaintext
title: Transclusion
|
|
tags: [[This is a tag]] [[This is another tag]]
|
|
|
|
Transcluding a tiddler inserts a copy of its content, allowing you to reuse the same text or image more than once. For example,
|
|
|
|
```
|
|
This is my cat {{Motovun Jack.svg}} and his identical twin {{Motovun Jack.svg}}
|
|
```
|
|
|
|
<div class="tc-example-box">
|
|
This is my cat {{Motovun Jack.svg}} and his identical twin {{Motovun Jack.svg}}
|
|
</div>
|
|
|
|
Next, weaving tiddlers into [[Lists]].
|