mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 02:26:19 +00:00
2fe2d20ddf
...so that it can more efficiently handle refreshing itself.
14 lines
555 B
Plaintext
14 lines
555 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> |