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

insertafter Operator (Examples)

2022년 2월 23일 오전 12:44

These examples use the following predefined variables:

  • after-title: Friday
  • missing-title: Yesterday

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

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

[list[Days of the Week]insertafter[Today],<after-title>]

[list[Days of the Week]insertafter:after-title[Today]]

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

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