wiki : box (plugin)
Renders the contents of the plugin inside a box. Also has an optional title, passed as a parameter to the plugin.
Uses the webwidgets box tags. If the box doesn't appear correct, check if you have defined the box's css correctly.
Plugin Details
Plugin Name : box
Body type : wiki markupParameters
| Name | Details | Default | Required |
|---|---|---|---|
| title | regex : .* | false | |
| width | regex : [0-9]+(%|px|em|pt) | 100% | false |
| class | regex : [\p{Alnum}_ -]+ | wiki_box | false |
Example
{{box( title="Hello" )
This is an example box
}}
| Hello |
This is an example box