Documentation module:Navigation

De Encyclopédie francophone de la Roue du Temps
Aller à la navigation Aller à la recherche

Ceci est la page de documentation pour Module:Navigation

Le module Module:Navigation facilite la création de palette de navigation.

Syntaxe

{{#invoke:Navigation|build
| classes = Classes optionnelles
| titre = Titre optionnel de la palette
| Titre de la première section
| Contenu de la première section
| ...
| Titre de la dernière section
| Contenu de la dernière section
}}

Exemples

Navigation simple

{{#invoke:Navigation|build
| classes = Classes optionnelles
| titre = Titre
| Section #1
| Contenu #1
| Section #2
| Contenu #2
| Section #3
| Contenu #3
}}
Titre
Section #1 Contenu #1
Section #2 Contenu #2
Section #3 Contenu #3
Section #4 Contenu #4

Nvigations imbriquées

{{#invoke:Navigation|build
| titre = Titre
| Section #1
| {{#invoke:Navigation|build
  | Section #1.1
  | Contenu #1.1
  | Section #1.2
  | Contenu #1.2
  }}
| Section #2
| {{#invoke:Navigation|build
  | titre = Titre imbriquée
  | Section #1.1
  | Contenu #1.1
  | Section #2.2
  | Contenu #2.2
  }}
| Section #3
| Contenu #3
| Section #4
| Contenu #4
}}
Titre
Section #1
Section #1.1 Contenu #1.1
Section #1.2 Contenu #1.2
Section #2
Titre imbriquée
Section #1.1 Contenu #1.1
Section #2.2 Contenu #2.2
Section #3 Contenu #3
Section #4 Contenu #4