 |
This page is outdated. Please see new page. |
Layout Macros
| Usage: |
{section} {column:width=30%}content{column} {column:width=70%}content{column} {section} |
| Description: |
Allows display content in multiple columns. |
| Example: |
|
| Input: |
Any wiki content within columns |
| Output: |
A column display of that content. |
| Bundled with Confluence?: |
Yes |
Layout macros allow you to define a {section} of the page that is divided into multiple {column}'s.
You must always define {column}s inside a {section}, or the macro will not work.
Optional parameters for the {section} macro:
- border - use {section:border=true} to draw the columns with borders around them. The default is no border.
Option parameters for the {column} macro:
- width - use the width parameter to determine how wide each column should be. By default, the columns are automatically resized to fit their contents.
Example:
Produces:
|
This is some Wiki Markup |
This is some more wiki markup |
And the same with {section:border=true}
|
This is some Wiki Markup |
This is some more wiki markup |