2nd November 2020 at 10:18pm
purpose | select titles by interpreting each input title as a title list |
---|---|
input | a selection of titles |
suffix | D =dedupe (the default) to remove duplicates, raw to leave duplicates untouched |
output | the titles stored as a title list in each input title |
Learn more about how to use Filters
Introduced in v5.1.23
<$vars days={{{ [[Days of the Week]get[list]] }}}>
{{{ [enlist<days>] }}}
</$vars>
is equivalent to:
{{{ [[Days of the Week]get[list]enlist-input[]] }}}