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