이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

enlist-input Operator

2020년 11월 2일 오후 10:18
purposeselect titles by interpreting each input title as a title list
inputa selection of titles
suffixD=dedupe (the default) to remove duplicates, raw to leave duplicates untouched
outputthe titles stored as a title list in each input title

Learn more about how to use Filters

Introduced in v5.1.23

Tip
Compare with enlist operator that interprets its parameter as a title list

<$vars days={{{ [[Days of the Week]get[list]] }}}>

{{{ [enlist<days>] }}}

</$vars>

is equivalent to:

{{{ [[Days of the Week]get[list]enlist-input[]] }}}

Examples