Box Macro
This is a XWiki macro, bundled with all the XWiki products by default.
Macro developed by the XWiki Development Team.
This macro cannot currently be downloaded separately.
Macro developed by the XWiki Development Team.
This macro cannot currently be downloaded separately.
Box Macro
Render wiki content in a graphical box. Optionally, it can contain a title and an image.Usage
See example bellowParameters definition
| Name | Optional | Allowed values | Default value | Description |
|---|---|---|---|---|
| cssClass | yes | a string | none | The CSS sheet used for rendering the box |
| title | yes | a string | none | The title which is to be displayed in the message box (ordinary text or Wiki 2.0 syntax) |
| image | yes | a string | none | The image which is to be displayed in the message box (absolute URL) |
Example
{{box title="==Quick breakfast== " image="http://farm4.static.flickr.com/3260/2894738978_ca0d3afd07_t_d.jpg"}}
* cheese
* omelet
* milk
{{/box}}Result