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

FillWidget

2023년 5월 11일 오후 12:34

Introduction

New in v5.3.0 The $fill widget is used within a $transclude widget to specify the content that should be copied to the named "slot". Slots are defined by the $slot widget within the transcluded content.

See the $transclude widget for details and an example. More examples can be found in the $slot widget documentation.

Attributes

The content of the $fill widget is used as the content to be passed to the transclusion.

AttributeDescription
$nameThe name of the slot to be filled

Warning
The $name attribute must be specified as a literal string