The Panel Macro allows you to display a block of text within a customisable panel, like a text box.
On this page:
To insert the Panel macro into a page using the Macro Browser,
|
|
What you need to type |
What you will get |
|
|---|---|---|
{panel} |
|
|
{panel:title=My Title|borderStyle=dashed|borderColor=blue|titleBGColor=#00a400|titleColor=white|bgColor=#72bc72} |
|
Parameter |
Required? |
Default |
Description |
|---|---|---|---|
Panel Title |
no |
none |
The title of the panel. If specified, this title will be displayed in its own title row. |
Border Style |
no |
solid |
The style of the panel's border. Accepted values are 'solid', 'dashed' and other valid CSS border styles. |
Border Colour |
no |
|
The colour of the panel's border. |
Border Pixel Width (Value Only) |
no |
|
The width of the panel's border (in pixels). |
Background Colour |
no |
|
The background colour of the panel. |
Title Background Colour |
no |
|
The background colour of the title row of the panel. |
Title Text Colour |
no |
|
The colour of the text in the title row of the panel. |
Take me back to the Confluence User's Guide.