]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FBoxRightPlugin
Add Help prefix to pages GoogleLink InterWiki PhpWiki WikiWikiWeb
[SourceForge/phpwiki.git] / pgsrc / Help%2FBoxRightPlugin
1 Date: Sun, 22 Feb 2009 19:16:30 +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* [[Help:WikiPlugin|plugin]] 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?|Help:WikiWikiWeb])
19 ~</div~>
20
21 <div class=boxright>
22 <strong>Example text</strong>
23 ([What is a Wiki?|Help:WikiWikiWeb])
24 </div>
25
26 == Typical Usage
27
28 {{{
29 <<BoxRight
30 <strong>This Wiki</strong> ([What is a Wiki?|Help: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 }}}
38
39 == Examples
40
41 <<BoxRight
42 <strong>This Wiki</strong> ([What is a Wiki?|Help: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]]