Confluence 5.6 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
展開マクロはページに、展開/折り畳み可能なテキスト セクションを表示します。
次のような例があります。
マクロ ブラウザを使用して展開マクロをページに挿入する方法
オートコンプリートでマクロを素早く入力する方法 既存のマクロを編集する方法: マクロのプレースホルダをクリックして、[編集] を選択します。マクロのパラメータが編集可能な場合、マクロのダイアログ ウィンドウが開きます。
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
).
パラメーター | 既定 | 説明 |
---|---|---|
タイトル | ここをクリックして展開... | 展開/折り畳みアイコンの横に表示するテキストを定義します。 |
次の例は、Confluence ページの基本的なマークアップを調べたり、編集したりする上級ユーザー向けに提供されています。
マクロ名: expand
マクロ本文: リッチ テキストの利用可
<ac:structured-macro ac:name="expand"> <ac:parameter ac:name="title">Expand me...</ac:parameter> <ac:rich-text-body> <p>This text is hidden until you expand the section.</p> </ac:rich-text-body> </ac:structured-macro>
{expand:This is my message} This text is _hidden_ until you expand it. {expand}