Help/BoxRightPlugin

The BoxRight plugin displays its content as a wiki-formatted right-floating div box with border.

Example

<<BoxRight
**This Wiki** ([[Help:WikiWikiWeb|What is a Wiki?]]) is a place where problems and
solutions are being documented.

See [[Help/HowToUseWiki|How to use this Wiki]] for instructions.

//Don't be afraid - it's easy and you can't break anything!//

This Wiki (What is a Wiki?) is a place where problems and solutions are being documented.

See How to use this Wiki for instructions.

Don't be afraid - it's easy and you can't break anything!

Remark

If ENABLE_MARKUP_DIVSPAN is enabled then you can produce the same result with a simple <div>:

<div class=boxright>
**This Wiki** ([[Help:WikiWikiWeb|What is a Wiki?]]) is a place where problems and
solutions are being documented.

See [[Help/HowToUseWiki|How to use this Wiki]] for instructions.

//Don't be afraid - it's easy and you can't break anything!//
</div>