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

limit Operator

2015년 2월 3일 오후 6:54
purposeselect the first or last N input titles
inputa selection of titles
parameterN=an integer, defaulting to 0
outputthe first N input titles
! outputthe last N input titles

Learn more about how to use Filters

limit[N] and !limit[N] are synonyms for first[N] and last[N] respectively.

Examples