Confluence bridge for Section
Last modified by admin on 2024/10/04 18:23
Description
This macro is a bridge for the Confluence Section macro. This macro is used in conjunction with ConfluenceColumn to create sections of contents with columns.
Parameters
Parameter | Name | Description | Default value |
---|---|---|---|
border | Show Border | Select this option to draw a border around the columns, when they exist. | false |
Usage Examples
Simple section without border
{{confluence_section}}
Content of a simple section, without border.
{{/confluence_section}}
Content of a simple section, without border.
{{/confluence_section}}
Content of a simple section, without border.
Simple section with border, no column
No border is added, because the borders are applied on columns, when they exist.
{{confluence_section border="true"}}
Content of a simple section, with border.
{{/confluence_section}}
Content of a simple section, with border.
{{/confluence_section}}
Content of a simple section, with border.
Simple section with border and column
{{confluence_section border="true"}}
{{column}}
Content of a simple section, with border.
{{/column}}
{{/confluence_section}}
{{column}}
Content of a simple section, with border.
{{/column}}
{{/confluence_section}}
Content of a simple section, with border.
Section with 4 columns
{{confluence_section border="true"}}
{{column width="250px"}}
Content in the column 1
{{/column}}
{{column width="300px"}}
Content in the column 2
{{/column}}
{{column width="300px"}}
Content in the column 3
{{/column}}
{{column width="250px"}}
Content in the column 4
{{/column}}
{{/confluence_section}}
{{column width="250px"}}
Content in the column 1
{{/column}}
{{column width="300px"}}
Content in the column 2
{{/column}}
{{column width="300px"}}
Content in the column 3
{{/column}}
{{column width="250px"}}
Content in the column 4
{{/column}}
{{/confluence_section}}
Content in the column 1
Content in the column 2
Content in the column 3
Content in the column 4