Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| documentation:website:config_submenu:start [2014/04/09 08:10] – milicic | documentation:website:config_submenu:start [2016/03/03 12:20] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Create a submenu ===== | ===== Create a submenu ===== | ||
| - | To create a submenu for a namespace, one has to create a page called '' | + | To create a submenu for a namespace, one has to create a page called '' |
| + | ==== Headings and links in headings ==== | ||
| + | A heading in the submenu is declared as a heading on every other page as well, by using '' | ||
| + | < | ||
| + | [[documentation: | ||
| + | [[documentation: | ||
| + | </ | ||
| + | and | ||
| + | < | ||
| + | ====== How to... ====== | ||
| + | ===== Submenu ===== | ||
| + | </ | ||
| + | would be displayed in the same way, with the difference that in the first version the headings would also be links. | ||
| + | |||
| + | ==== Item list ==== | ||
| An unorderd list (with links as items) will be converted into a navigation bar at the bottom of the submenu. The subitems of a nested list such as | An unorderd list (with links as items) will be converted into a navigation bar at the bottom of the submenu. The subitems of a nested list such as | ||
| < | < | ||
| Line 12: | Line 26: | ||
| * [[subitem 2]] | * [[subitem 2]] | ||
| </ | </ | ||
| - | will be shown when hoverd | + | will be shown when hovered |
| For example, the submenu of this page was created by first adding a new page with '' | For example, the submenu of this page was created by first adding a new page with '' | ||
| < | < | ||
| - | ===== Submenu ===== | + | [[documentation: |
| - | ===== Subtitle of Submenu | + | [[documentation: |
| * [[just]] | * [[just]] | ||
| * [[some]] | * [[some]] | ||
| Line 27: | Line 41: | ||
| ---- | ---- | ||
| - | ==== Delete a submenu ==== | + | ===== Delete a submenu |
| Deleting a submenu is done by the same way as [[..pages# | Deleting a submenu is done by the same way as [[..pages# | ||
| ---- | ---- | ||
| - | ==== Different submenus for different namespaces ==== | + | ===== Different submenus for different namespaces |
| As mentioned before, it is possible to create for each namespace a different submenu. If there is no submenu defined in the current namespace, the submenu of the next higher level is used. | As mentioned before, it is possible to create for each namespace a different submenu. If there is no submenu defined in the current namespace, the submenu of the next higher level is used. | ||