The Space Details macro displays the details of a Confluence space, including the space name, description, and more.

Using the Space Details macro

To add the Space Details macro to a page:

Parameters

Parameter

Default

Description

Width of Table
(width

100%

The width of the space details table, specified as a percentage (%) of the page width.

Code examples

The following examples are provided for advanced users who want to inspect or edit the underlying markup for a Confluence page. 

Macro name: space-details

Macro body: None.

Storage format example

  <ac:structured-macro ac:name="space-details">
    <ac:parameter ac:name="width">50%</ac:parameter>
  </ac:structured-macro>

Wiki markup example

{space-details:width=50%}