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

zth Operator

2021년 10월 29일 오전 2:37
purposeselect the Zth input title
inputa selection of titles
parameterZ=an integer, defaulting to 0
outputthe Zth input title

Learn more about how to use Filters

Introduced in v5.2.1

Z is zero-based. In other words, zth[0] has the same effect as nth[1] and the first operator.

Tip
See nth for an equivalent operator with a 1 based parameter

Examples