mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
14 lines
557 B
Plaintext
14 lines
557 B
Plaintext
|
title: Genesis/MultipleAttributes
|
||
|
description: Usage of genesis widget with multiple attributes
|
||
|
type: text/vnd.tiddlywiki-multiple
|
||
|
tags: [[$:/tags/wiki-test-spec]]
|
||
|
|
||
|
title: Output
|
||
|
|
||
|
\whitespace trim
|
||
|
<$genesis $type="$let" $names="myvar other" $values="Kitten Donkey" myvar={{{ Shark }}}>(<$text text=<<myvar>>/>|<$text text=<<other>>/>)</$genesis>
|
||
|
<$genesis $type="$let" $names="$myvar $other" $values="Kitten Donkey" $$myvar="Shark">(<$text text=<<$myvar>>/>|<$text text=<<$other>>/>)</$genesis>
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
<p>(Kitten|Donkey)(Kitten|Donkey)</p>
|