2022-04-30 09:00:38 +00:00
|
|
|
title: Transclude/CustomWidget/TextWidgetOverride
|
2022-04-24 20:24:38 +00:00
|
|
|
description: Custom widget definition redefining the text widget
|
|
|
|
type: text/vnd.tiddlywiki-multiple
|
|
|
|
tags: [[$:/tags/wiki-test-spec]]
|
|
|
|
|
|
|
|
title: Output
|
|
|
|
|
|
|
|
\whitespace trim
|
2022-04-30 09:00:38 +00:00
|
|
|
<$transclude $tiddler='TiddlerOne'>
|
|
|
|
</$transclude>
|
2022-04-24 20:24:38 +00:00
|
|
|
_
|
|
|
|
title: TiddlerOne
|
|
|
|
|
|
|
|
\whitespace trim
|
|
|
|
<!-- Redefine the <$text> widget by defining a transcludable variable with that name -->
|
|
|
|
<$set name="<$text>" value="""\whitespace trim
|
|
|
|
<$parameters text='Jaguar'>
|
2022-04-26 13:24:31 +00:00
|
|
|
<$text text=<<text>>/>
|
2022-04-26 13:27:28 +00:00
|
|
|
<$slot $name="ts-body">
|
2022-04-26 13:24:31 +00:00
|
|
|
Whale
|
|
|
|
</$slot>
|
2022-04-24 20:24:38 +00:00
|
|
|
</$parameters>"""
|
|
|
|
>
|
|
|
|
<$text text="Dingo">
|
|
|
|
Crocodile
|
|
|
|
</$text>
|
|
|
|
</$set>
|
|
|
|
_
|
|
|
|
title: ExpectedResult
|
|
|
|
|
|
|
|
<p>DingoCrocodile</p>
|