mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 16:16:18 +00:00
17 lines
322 B
Plaintext
17 lines
322 B
Plaintext
|
created: 20141212090228728
|
||
|
modified: 20160429070845087
|
||
|
tags: $:/tags/Macro
|
||
|
title: $:/editions/ko-KR/Macros/toc-caption
|
||
|
type: text/vnd.tiddlywiki
|
||
|
|
||
|
\define toc-caption()
|
||
|
<$set name="tv-wikilinks" value="no">
|
||
|
<$transclude field="caption">
|
||
|
<$view field="ko-title">
|
||
|
<$view field="title"/>
|
||
|
</$view>
|
||
|
</$transclude>
|
||
|
</$set>
|
||
|
\end
|
||
|
|