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

insertbefore Operator (Examples)

2022년 2월 23일 오전 12:44

These examples use the following predefined variables:

  • before-title: Friday
  • missing-title: Yesterday

[list[Days of the Week]insertbefore[Today]]

[list[Days of the Week]insertbefore[Today],[Tuesday]]

[list[Days of the Week]insertbefore[Today],<before-title>]

[list[Days of the Week]insertbefore:before-title[Today]]

[list[Days of the Week]insertbefore[Today],<missing-title>]

[list[Days of the Week]insertbefore:missing-title[Today]]