Help/BoxRightPlugin

Synopsis

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

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

<div class=boxright>
Example text (What is a Wiki?) </div>

<div class=boxright> Example text (What is a Wiki?) </div>

Typical Usage

<?plugin BoxRight
<strong>This Wiki</strong> ([What is a Wiki?|WikiWikiWeb]) is a place where problems and
solutions are being documented.

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

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

Examples

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!


PhpWikiDocumentation Help:WikiPlugin