]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FBoxRightPlugin
function _PageList_Column* are not private
[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   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 The **~BoxRight** [[Help:WikiPlugin|plugin]] displays its content as a wiki-formatted
11 right-floating div box with border.
12
13 == Example ==
14
15 {{{
16 <<BoxRight
17 **This Wiki** ([[Help:WikiWikiWeb|What is a Wiki?]]) is a place where problems and
18 solutions are being documented.
19
20 See [[Help/HowToUseWiki|How to use this Wiki]] for instructions.
21
22 //Don't be afraid - it's easy and you can't break anything!//
23 }}}
24
25 <<BoxRight
26 **This Wiki** ([[Help:WikiWikiWeb|What is a Wiki?]]) is a place where problems and
27 solutions are being documented.
28
29 See [[Help/HowToUseWiki|How to use this Wiki]] for instructions.
30
31 //Don't be afraid - it's easy and you can't break anything!//
32 >>
33
34 == Remark ==
35
36 If ENABLE_MARKUP_DIVSPAN is enabled then you can produce the same result with a simple {{{<div>}}}:
37 {{{
38 <div class=boxright>
39 **This Wiki** ([[Help:WikiWikiWeb|What is a Wiki?]]) is a place where problems and
40 solutions are being documented.
41
42 See [[Help/HowToUseWiki|How to use this Wiki]] for instructions.
43
44 //Don't be afraid - it's easy and you can't break anything!//
45 </div>
46 }}}
47
48 <noinclude>
49 ----
50 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
51 </noinclude>