1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 15:23:15 +00:00
TiddlyWiki5/editions/fr-FR/tiddlers/TableOfContentsMacro Tabbed Example.tid
Marc Viot 5f20f37b15 Upgrade fr translation TOCMacro Tabbed Ex 1/2 (warning)
Title was modified. 2 new tiddlers was created. Here, the first. Just last one deleted (Perhaps, i'ts not the good way)
TableOfContentsMacro Tabbed Example => Example Table of Contents: Tabbed Internal
2015-06-21 11:04:57 +02:00

27 lines
806 B
Plaintext

caption: Onglets Internes
created: 20150221203607000
modified: 20150104222928663
tags: table-of-contents-example
title: Example Table of Contents: Tabbed Internal
type: text/vnd.tiddlywiki
order: 5
fr-title: Exemple Table des matières: Onglets internes
<$macrocall
$name="toc-tabbed-internal-nav"
tag="TableOfContents"
selectedTiddler="$:/temp/toc/selectedTiddler"
unselectedText="<p>Choisir un article dans la table des matières. Cliquer sur la flêche pour le développer.</p>"
missingText="<p>Tiddler manquant.</p>"
/>
```
<$macrocall
$name="toc-tabbed-internal-nav"
tag="TableOfContents"
selectedTiddler="$:/temp/toc/selectedTiddler"
unselectedText="<p>Choisir un article dans la table des matières. Click the arrow to expand a topic.</p>"
missingText="<p>Tiddler manquant.</p>"
/>
```