FloatingBox Macro
Displays a message in a styled floating box format. The floatingbox macro usage actually can take two forms:- a single call to #floatingbox(text)
- a call to #startfloatingbox(), followed by some wiki content, ending with a call to #endfloatingbox()
Usage
#floatingbox($text) or #startfloatingbox() wiki content #endfloatingbox()
Parameters definition
| Name | Optional | Allowed values | Default value | Description |
|---|---|---|---|---|
| text | no | a string | none | The text message that will be displayed in a floating box |
Example
#floatingbox("This text is displayed in a styled floating box")#startfloatingbox() This wiki content will be displayed in a styled floating box * list item 1 * list item 2 #endfloatingbox()
Result
and
Version 5.1 last modified by VincentMassol on 19/06/2008 at 22:03
Document data
Attachments:
No attachments for this document
Comments: 0