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

tag-pill Macro (Examples)

2026년 1월 14일 오전 11:22

This example displays the Community tag as a clickable element with no dropdown:

<<tag-pill Community>>

This example displays the Definitions tag as an unclickable, but still-styled, big element with no dropdown:

<<tag-pill Definitions element-tag:"big" element-attributes:"inert">>

\procedure tag-actions()
<$action-confirm $message="test"/>
\end

<$transclude $variable="tag-pill" tag="asdf" element-tag="$button" actions=<<tag-actions>>/>