mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
27 lines
805 B
Plaintext
27 lines
805 B
Plaintext
caption: Onglets internes
|
|
created: 20150221203607000
|
|
fr-title: Exemple Table des matières: Onglets internes
|
|
modified: 20150621091852105
|
|
order: 5
|
|
tags: table-of-contents-example
|
|
title: Example Table of Contents: Tabbed Internal
|
|
type: text/vnd.tiddlywiki
|
|
|
|
<$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>"
|
|
/>
|
|
```
|