mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
20 lines
468 B
Plaintext
20 lines
468 B
Plaintext
|
title: Transclude/Parameterised/Shortcut/ParametersIndented
|
||
|
description: Simple parameterised transclusion using the parameters pragma (indented)
|
||
|
type: text/vnd.tiddlywiki-multiple
|
||
|
tags: [[$:/tags/wiki-test-spec]]
|
||
|
|
||
|
title: Output
|
||
|
|
||
|
\whitespace trim
|
||
|
<$transclude $tiddler='TiddlerOne' one='Ferret'/>
|
||
|
<$transclude $tiddler='TiddlerOne'/>
|
||
|
+
|
||
|
title: TiddlerOne
|
||
|
|
||
|
\whitespace trim
|
||
|
\parameters(one:'Jaguar')
|
||
|
<$text text=<<one>>/>
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
<p>FerretJaguar</p>
|