MBox Macro
This is a XWiki macro, which isn't bundled with any XWiki product by default.
Macro contributed by Asiri Rathnayake.
This macro can be downloaded.
Macro contributed by Asiri Rathnayake.
This macro can be downloaded.
MBox Macro
This wiki macro allows drawing styled boxes around wiki content. Layout of these styled boxes are different from that of Box Macro generated boxes and the look and feel of these boxes can be centrally controlled by editing the associated style sheet extension attached to the wiki macro document. Also, Mbox macro can be easily extended to create new sub macros for convenience.Installation
You can install the mbox macro by downloading the XAR bundle and importing it to your XWiki with programming rights. Note that if you are running an XWiki farm, the installation needs to happen on the main XWiki.Usage
{{mbox title="A Title"}}
Any **xwiki** content.
{{/mbox}}Parameters Definition
| Name | Optional | Default Value | Description |
|---|---|---|---|
| title | No | None | Title of the box (to be displayed on top of the content) |
| subTitle | Yes | None | An optional sub-title to further describe the content |
| icon | Yes | xwiki:Macro.Box@mbox.png | A 22x22 pixel image to be displayed on top-left corner of the box (Eg. wiki:Page.Space@image.png) |
| width | Yes | auto | Width of the box, can be any css width specification (Eg. 75%) |
| color | Yes | #CCCC99 | Background color of the box, can be any css color specification (Eg. red) |
Example
{{mbox title="A Title" subTitle="An Optional **Sub-Title**" width="75%"}}
Any **xwiki** content.
{{/mbox}}Result