]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FBoxRightPlugin
We are describing the current release. Remove "since" references
[SourceForge/phpwiki.git] / pgsrc / Help%2FBoxRightPlugin
1 Date: Mon, 20 Oct 2008 14:15:24 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FBoxRightPlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 The *~BoxRight* [plugin|Help:WikiPlugin] displays its content as a wiki-formatted
12 right-floating div box with border.
13
14 If ENABLE_MARKUP_DIVSPAN is enabled then you can produce the same result with a simple =~<div~>=:
15
16 ~<~div class=boxright~> <br>
17 <strong>Example text</strong>
18 ([What is a Wiki?|WikiWikiWeb])
19 ~</div~>
20
21 <div class=boxright>
22 <strong>Example text</strong>
23 ([What is a Wiki?|WikiWikiWeb])
24 </div>
25
26 !!! Typical Usage
27
28 <verbatim>
29 <?plugin BoxRight
30 <strong>This Wiki</strong> ([What is a Wiki?|WikiWikiWeb]) is a place where problems and
31 solutions are being documented.
32
33 See [How to use this Wiki|Help/HowToUseWiki] for instructions.
34
35 <em>Don't be afraid - it's easy and you can't break anything!</em>
36 ?>
37 </verbatim>
38
39 !!! Examples
40
41 <?plugin BoxRight
42 <strong>This Wiki</strong> ([What is a Wiki?|WikiWikiWeb]) is a place where problems and
43 solutions are being documented.
44
45 See [How to use this Wiki|Help/HowToUseWiki] for instructions.
46
47 <em>Don't be afraid - it's easy and you can't break anything!</em>
48 ?>
49
50 ----
51 [PhpWikiDocumentation] [CategoryWikiPlugin]