mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 23:56:18 +00:00
15 lines
346 B
Plaintext
15 lines
346 B
Plaintext
|
title: Transclude/Variable/Static
|
||
|
description: Transcluding a function
|
||
|
type: text/vnd.tiddlywiki-multiple
|
||
|
tags: [[$:/tags/wiki-test-spec]]
|
||
|
|
||
|
title: Output
|
||
|
items: 1 2 3 4 5 6 7 8 9 10
|
||
|
|
||
|
\function list-join(filter, sep:", ") [subfilter<filter>join<sep>]
|
||
|
|
||
|
<<list-join "[enlist{!!items}]">>
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
<p>1, 2, 3, 4, 5, 6, 7, 8, 9, 10</p>
|