Confluence 5.0 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
ナビゲーション マップ マクロは、特定のラベルのタグが付けられたページの、ナビゲート可能なマップを表示します。
ナビゲーション マップ マクロの使用
ナビゲーション マップ マクロをページに追加するには:
オートコンプリートでマクロを素早く入力する方法 既存のマクロを編集する方法: マクロのプレースホルダをクリックして、[編集] を選択します。マクロのパラメータが編集可能な場合、マクロのダイアログ ウィンドウが開きます。
パラメーター
Parameters are options that you can set to control the content or format of the macro output. Where the parameter name used in Confluence storage format or wikimarkup is different to the label used in the macro browser, it will be listed below in brackets (example).
パラメーター | 既定 | 説明 |
|---|---|---|
ラベル | なし | ナビゲーション マップに表示するページに関連付けられているラベルを指定します。 このパラメーターは保存形式と Wiki マークアップで名前が付けられていません。 |
マップ タイトル | なし | ナビゲーション マップのタイトルを指定します。 |
1 行当たりのセルの数
| 5 | 1 列あたりのセルの数を指定する |
セル幅 (ピクセル) | 90 px | Specify the cell width |
セルの高さ (ピクセル) | 60 px | Specify the cell height |
ナビゲーション マップ テーマ | 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 |
コードの例
次の例は、Confluence ページの基本的なマークアップを調べたり、編集したりする上級ユーザー向けに提供されています。
マクロ名: navmap
マクロ本文: なし。
保存形式の例
<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>
Wiki マークアップの例
{navmap:mylabel|wrapAfter=4|title=My map name|cellHeight=50px|theme=navmap-mytheme.vm|cellWidth=80px}
