]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FBoxRightPlugin
Harmonize documentation
[SourceForge/phpwiki.git] / pgsrc / Help%2FBoxRightPlugin
1 Date: Mon, 16 Jun 2008 14:15:24 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id: Help%2FBoxRightPlugin,v 1.5 2008-06-18 01:12:38 vargenau Exp $
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 displays its content as a wiki-formatted
12 right-floating div box with border.
13 Since v1.3.13.
14
15 If ENABLE_MARKUP_DIVSPAN is enabled then you can produce the same result with a simple =~<div~>=:
16
17 ~<~div class=boxright~> <br>
18 <strong>Example text</strong>
19 ([What is a Wiki?|WikiWikiWeb])
20 ~</div~>
21
22 <div class=boxright>
23 <strong>Example text</strong>
24 ([What is a Wiki?|WikiWikiWeb])
25 </div>
26
27 !!! Typical Usage
28
29 <verbatim>
30 <?plugin BoxRight
31 <strong>This Wiki</strong> ([What is a Wiki?|WikiWikiWeb]) is a place where problems and
32 solutions are being documented.
33
34 See [How to use this Wiki|Help/HowToUseWiki] for instructions.
35
36 <em>Don't be afraid - it's easy and you can't break anything!</em>
37 ?>
38 </verbatim>
39
40 !!! Examples
41
42 <?plugin BoxRight
43 <strong>This Wiki</strong> ([What is a Wiki?|WikiWikiWeb]) is a place where problems and
44 solutions are being documented.
45
46 See [How to use this Wiki|Help/HowToUseWiki] for instructions.
47
48 <em>Don't be afraid - it's easy and you can't break anything!</em>
49 ?>
50
51 ----
52 [PhpWikiDocumentation] [CategoryWikiPlugin]