Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
{
Wiki Markup
Composition Setup
}
deck.tab.active.background = #6495ED
{composition-setup}
{section}
{column:width=20%}
{excerpt-include:Advanced Macros Plugin|nopanel=true}
{column}
{column:width=60%}

{deck:id=Layout|width=907px}
{card:label=Overview}

h4. Layout Macros
This plugin contains macros which help you to organize your content into section (rows) and columns.

h5. This plugin includes the following macros:
* *column* - creates a column.
* *section* - creates a row.
{card}
{card:label=Documentaion}
{deck:id=columnsection}
{card:label=column / section}
Creates a column and / or a row.
h3. The Code :
Three-column layout:
{code}
{section:border=true}
  {column:width=33%}
    This is my first column!
  {column}
  {column:width=33%}
    [This is a link to www.atlassian.com|www.atlassian.com]
  {column}
  {column:width=33%}
    Third column!
  {column}
{section}
Section
Column
width20%
Excerpt Include
pluglib:Advanced Macros Plugin
pluglib:Advanced Macros Plugin
nopaneltrue
Column
width60%

Deck of Cards
width907px
idLayout

Card
labelOverview

Layout Macros

This plugin contains macros which help you to organize your content into section (rows) and columns.

This plugin includes the following macros:
  • column - creates a column.
  • section - creates a row.
Card
labelDocumentaion

Deck of Cards
idcolumnsection

Card
labelcolumn / section

Creates a column and / or a row.

The Code :

Three-column layout:

Code Block
Column
width33%

This is my first column!

Column
width33%

This is a link to www.atlassian.com

Column
width33%

Third column!

Section
Wiki Markup

{code}
h3. What you will get :
!three_columns.png!
h3. Parameters
||*Name*||*Required?*||*Default*||*Description*||
|width|(x)| |Sets the width of the column. Use percentages (see example code).|
|border|(x)|false|Set to "true" to draw a border around the section and columns.|
{card}
{deck}
{card}
{deck}
{roundrect:bgcolor=#828282|width=909px|height=50px|corners=false,false,true,true}
{roundrect}

{column}
{column:width=20%}

{column}
{section}