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

tag-pill Macro

2026년 1월 14일 오전 11:22

The tag-pill macro generates a static tag pill showing a specified tag, but without the dropdown action provided by the tag Macro.

Parameters

tag
The title of the tag
element-tag
The element name to be used for the pill (defaults to HTML element SPAN).
If an actions parameter is used the element-tag needs to be set to $button
element-attributes
Additional attributes for the element specified in element-tag
actions
If an actions parameter should be activated, the element-tag parameter needs to be set to $button.
Action widgets to be triggered when the pill is clicked. Within the text, the macro parameter tag contains the title of the selected tag

Examples