mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
4764c456ca
* Add field 'fr-title' to 'TaskManagementExample' * Change button texts to latest version * Change language English to French of link for empty edition * Change language English to French of link for document * Add download button to 'Empty Edition' * Remove string 'index.html' from 'Full Edition' * Change external links to match locale with wiki language * Change string in 'task' * Add newline to 'TiddlyDesktop Releases' * Remove string 'index.html' from 'Some of the things you can do with TiddlyWiki' * Change instructions for use in 'Saving on iPad/iPhone' * Add YouTube button to 'HelloThere' * Add 'rel="noopener noreferrer"' to external links * Remove CamelCase link 'TiddlyWiki' from tiddlers tagged 'Community' * Change link 'TiddlyWiki Groups' to 'Forums' in 'Articles' * Change language English to French of caption in tiddlers tagged 'HelloThumbnail' * Add image to 'HelpingTiddlyWiki'
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
|