We are adding the details for each macro in turn. They are not all here yet. See .

This page is an extension of the page about the Confluence storage format. This page describes the XML used to define specific Confluence macros – those that are shipped with Confluence. For each macro, we define the macro name, parameter names, and accepted parameter values.

This information is intended for advanced users who need to interpret and edit the underlying markup for a Confluence page.

アンカー マクロ

例:

On this page:

関連ページ

Attachments macro

例:

Blog Posts macro

例:

Change-History macro

例:

Chart macro

例:

Cheese macro

例:

Children Display macro

例:

 

コー​ド ブロック マクロ

例:

Column macro

例:

ラベル別コンテンツ マクロ

例:

Content by User macro

例:

Contributors macro

例:

Contributors Summary macro

例:

Expand macro

例:

Info macro

例:

Section macro

例:

コンテンツ テーブル マクロ

例:

Macro format notes

Macro bodies

Some macros accept a body as well as parameters.

Plain text bodies

The body of a plain text macro must be inside a CDATA block. So the following is not sufficient:

<ac:plain-text-body>text</ac:plain-text-body>

The correct usage is:

<ac:plain-text-body><![CDATA[text]]></ac:plain-text-body>

Other notes