\#info("This is an information panel")
\#warning("This is a warning panel")
\#error("This is an error panel")
\#startfloatingbox()
Some content in a floating box
\#endfloatingbox()
This is a floating box displayed on the right.
\#floatingbox("Some content in a floating box")
This is also a floating box displayed on the right.
{style:type=div|border=1px solid red|background-color=grey|width=300px|height=300px|color=red}
This is some content...
{style}
|
This is an information panel
Warning: This is a warning panel
Error: This is an error panel
This is a floating box displayed on the right.
This is also a floating box displayed on the right.
This is some content…
|