mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-06 06:00:03 +00:00
![Marc Viot](/assets/img/avatar_default.png)
Title was modified. 2 new tiddlers was created. The last one deleted. I just modified one and created this one (Perhaps, i'ts not the good way) TableOfContentsMacro Tabbed Example => Example Table of Contents: Tabbed External
27 lines
780 B
Plaintext
27 lines
780 B
Plaintext
caption: Onglets Externes
|
|
created: 20150221205834000
|
|
modified: 20150620181010090
|
|
tags: table-of-contents-example
|
|
title: Example Table of Contents: Tabbed External
|
|
type: text/vnd.tiddlywiki
|
|
sorted: 6
|
|
fr-title: Exemple Table des matères: Onglets externes
|
|
|
|
<$macrocall
|
|
$name="toc-tabbed-external-nav"
|
|
tag="TableOfContents"
|
|
selectedTiddler="$:/temp/toc/selectedTiddler"
|
|
unselectedText="<p>Select a topic in the table of contents. Click the arrow to expand a topic.</p>"
|
|
missingText="<p>Missing tiddler.</p>"
|
|
/>
|
|
|
|
```
|
|
<$macrocall
|
|
$name="toc-tabbed-external-nav"
|
|
tag="TableOfContents"
|
|
selectedTiddler="$:/temp/toc/selectedTiddler"
|
|
unselectedText="<p>Select a topic in the table of contents. Click the arrow to expand a topic.</p>"
|
|
missingText="<p>Missing tiddler.</p>"
|
|
/>
|
|
```
|