title: Transclude/Parameterised/Positional/Shortcut description: Positional parameterised transclusion using shortcut syntax type: text/vnd.tiddlywiki-multiple tags: [[$:/tags/wiki-test-spec]] title: Output \whitespace trim {{TiddlerOne}} {{TiddlerOne|Ferret}} {{TiddlerOne|Butterfly|Moth}} {{TiddlerOne|Beetle|Scorpion|Snake}} {{TiddlerOne||TiddlerTwo|Beetle|Scorpion|Snake}} + title: TiddlerOne \whitespace trim <$parameters zero='Jaguar' one='Lizard' two='Mole'>[{<$text text=<>/>}{<$text text=<>/>}{<$text text=<>/>}] + title: TiddlerTwo \whitespace trim <$parameters zero='Mouse' one='Horse' two='Owl'> (<$transclude $tiddler=<> zero=<> one=<> two=<>/>) + title: ExpectedResult

[{Jaguar}{Lizard}{Mole}]

[{Ferret}{Lizard}{Mole}]

[{Butterfly}{Moth}{Mole}]

[{Beetle}{Scorpion}{Snake}]

([{Beetle}{Scorpion}{Snake}])