title: Transclude/Parameterised/GenesisChangingCount description: Parameterised transclusion using genesis can handle refreshes that change number of parameters type: text/vnd.tiddlywiki-multiple tags: [[$:/tags/wiki-test-spec]] title: Output \procedure elephant(filler) \whitespace trim <$text text=<>/>- <$let args={{Canary}}> <$genesis $type=$parameters $names="[enlist]" $values="[enlistaddsuffix[-default]]"> <$text text=`($(argA)$-$(argB)$-$(argC)$)` /> <$parameters other=other-default> -<$text text=<>/> \end elephant - <> <> + title: Canary argA argB + title: Actions <$action-setfield $tiddler="Canary" text="argA argB argC"/> + title: ExpectedResult

- filler-(myA-myB-myC)-myOther filler-(myA-myB-myC)-myOther