2022-04-30 09:00:38 +00:00
|
|
|
title: Transclude/Parameterised/Simple
|
2022-04-24 20:24:38 +00:00
|
|
|
description: Simple parameterised transclusion
|
|
|
|
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' one='Ferret'/>
|
|
|
|
<$transclude $tiddler='TiddlerOne'/>
|
2022-05-03 15:53:00 +00:00
|
|
|
+
|
2022-04-24 20:24:38 +00:00
|
|
|
title: TiddlerOne
|
|
|
|
|
|
|
|
\whitespace trim
|
|
|
|
<$parameters one='Jaguar'>
|
|
|
|
<$text text=<<one>>/>
|
|
|
|
</$parameters>
|
2022-05-03 15:53:00 +00:00
|
|
|
+
|
2022-04-24 20:24:38 +00:00
|
|
|
title: ExpectedResult
|
|
|
|
|
|
|
|
<p>FerretJaguar</p>
|