mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 16:16:18 +00:00
15 lines
443 B
Plaintext
15 lines
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]].
|