mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-03-31 15:56:55 +00:00
Merge pull request #1812 from idoine/patch-15
Add fr TOCMacro Tabbed Ex 2/2 (warning)
This commit is contained in:
commit
f13b1d0ada
@ -0,0 +1,26 @@
|
|||||||
|
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>"
|
||||||
|
/>
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user