The Navigation Map macro displays a navigable map of the pages tagged with a given label.
To add the Navigation Map macro to a page:
Parameter | Default | Description |
|---|---|---|
Label | none | Specify the label associated with the pages you want to show in the navigation map. This parameter is unnamed in storage format and wikimarkup. |
Map Title | none | Specify a title for the navigation map. |
Number of Cells Per Row
| 5 | Specify the number of cells in a row |
Cell Width (Pixels) | 90 px | Specify the cell width |
Cell Height (Pixels) | 60 px | Specify the cell height |
Navigation Map Theme | Confluence | Define a theme for the navmap. If you want to create your own navmap 'look and feel' (for example, one with rounded corners), you need to add a customised navmap macro theme file to the |
The following examples are provided for advanced users who want to inspect or edit the underlying markup for a Confluence page.
Macro name: navmap
Macro body: None.
<ac:structured-macro ac:name="navmap"> <ac:parameter ac:name="wrapAfter">4</ac:parameter> <ac:parameter ac:name="title">My map name</ac:parameter> <ac:parameter ac:name="cellHeight">50px</ac:parameter> <ac:parameter ac:name="theme">navmap-mytheme.vm</ac:parameter> <ac:parameter ac:name="cellWidth">80px</ac:parameter> <ac:parameter ac:name="">mylabel</ac:parameter> </ac:structured-macro> |
{navmap:mylabel|wrapAfter=4|title=My map name|cellHeight=50px|theme=navmap-mytheme.vm|cellWidth=80px} |