mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 02:26:19 +00:00
14 lines
547 B
Plaintext
14 lines
547 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>(Shark|Donkey)(Shark|Donkey)</p>
|