1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-20 03:09:42 +00:00
TiddlyWiki5/editions/test/tiddlers/tests/data/transclude/Parameterised-Slotted.tid

27 lines
511 B
Plaintext
Raw Normal View History

title: Transclude/Parameterised/Slotted
2022-04-24 20:24:38 +00:00
description: Parameterised transclusion with slotted values
type: text/vnd.tiddlywiki-multiple
tags: [[$:/tags/wiki-test-spec]]
title: Output
\whitespace trim
<$transclude $tiddler='TiddlerOne' one='Ferret'>
2022-05-13 08:18:25 +00:00
<$fill $name="content">
2022-04-24 20:24:38 +00:00
Hippopotamus
2022-05-13 08:18:25 +00:00
</$fill>
</$transclude>
+
2022-04-24 20:24:38 +00:00
title: TiddlerOne
\whitespace trim
<$parameters one='Jaguar'>
<$text text=<<one>>/>
<$slot $name="content">
Whale
</$slot>
</$parameters>
+
2022-04-24 20:24:38 +00:00
title: ExpectedResult
<p>FerretHippopotamus</p>