Confluence bridge for Column
Last modified by Frank Fock on 2025/04/04 21:18
Description
This macro is a bridge for the Confluence Column macro. This macro is used in conjunction with ConfluenceSection, and provides more flexibility than page layouts.
Usage example
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"}}
{{confluence_column}}
Content of a simple section, with border.
{{/confluence_column}}
{{/confluence_section}}
{{confluence_column}}
Content of a simple section, with border.
{{/confluence_column}}
{{/confluence_section}}
Content of a simple section, with border.
Section with 4 columns
{{confluence_section border="true"}}
{{confluence_column width="250px"}}
Content in the column 1
{{/confluence_column}}
{{confluence_column width="300px"}}
Content in the column 2
{{/confluence_column}}
{{confluence_column width="300px"}}
Content in the column 3
{{/confluence_column}}
{{confluence_column width="250px"}}
Content in the column 4
{{/confluence_column}}
{{/confluence_section}}
{{confluence_column width="250px"}}
Content in the column 1
{{/confluence_column}}
{{confluence_column width="300px"}}
Content in the column 2
{{/confluence_column}}
{{confluence_column width="300px"}}
Content in the column 3
{{/confluence_column}}
{{confluence_column width="250px"}}
Content in the column 4
{{/confluence_column}}
{{/confluence_section}}
Content in the column 1
Content in the column 2
Content in the column 3
Content in the column 4