586:
587:
588: \#info("This is an information panel")
589:
590: \#warning("This is a warning panel")
591:
592: \#error("This is an error panel")
593:
594: \#startfloatingbox()
595: Some content in a floating box
596: \#endfloatingbox()
597: This is a floating box displayed on the right.
598:
599: \#floatingbox("Some content in a floating box")
600: This is also a floating box displayed on the right.
601:
602: {style:type=div|border=1px solid red|background-color=grey|width=300px|height=300px|color=red}
603: This is some content...
604: {style}
605:
606: |
607:
608: This is an information panel
609: Warning: This is a warning panel
610: Error: This is an error panel
611:
612:
616: This is a floating box displayed on the right.
617:
618: This is also a floating box displayed on the right.
619:
620: This is some content…
621:
622: |
623:
624: