mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 10:34:53 +00:00
719a5614cb
Underscore looked ambiguous; I kept typing dashes by accident
27 lines
513 B
Plaintext
27 lines
513 B
Plaintext
title: Transclude/Parameterised/Slotted
|
|
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'>
|
|
<$value $name="content">
|
|
Hippopotamus
|
|
</$value>
|
|
</$transclude>
|
|
+
|
|
title: TiddlerOne
|
|
|
|
\whitespace trim
|
|
<$parameters one='Jaguar'>
|
|
<$text text=<<one>>/>
|
|
<$slot $name="content">
|
|
Whale
|
|
</$slot>
|
|
</$parameters>
|
|
+
|
|
title: ExpectedResult
|
|
|
|
<p>FerretHippopotamus</p> |