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