|
This page is outdated. Please see new page. |
Usage: |
{section} {column:width=30%}content{column} {column:width=70%}content{column} {section} |
|
Description: |
|
|
例: |
|
|
Input: |
Any wiki content within columns |
|
Output: |
A column display of that content. |
|
Bundled with Confluence?: |
はい |
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.
{section}
{column:width=30%}
This is some _Wiki Markup_
{column}
{column:width=70%}
This is some more wiki *markup*
{column}
{section}
|
Produces:
|
And the same with {section:border=true}
|