]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FBoxRightPlugin
Wikicreole syntax
[SourceForge/phpwiki.git] / pgsrc / Help%2FBoxRightPlugin
1 Date: Fri, 27 Feb 2009 17:05:00 +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 == Example
15
16 {{{
17 <<BoxRight
18 **This Wiki** ([[Help:WikiWikiWeb|What is a Wiki?]]) is a place where problems and
19 solutions are being documented.
20
21 See [[Help/HowToUseWiki|How to use this Wiki]] for instructions.
22
23 //Don't be afraid - it's easy and you can't break anything!//
24 }}}
25
26 <<BoxRight
27 **This Wiki** ([[Help:WikiWikiWeb|What is a Wiki?]]) is a place where problems and
28 solutions are being documented.
29
30 See [[Help/HowToUseWiki|How to use this Wiki]] for instructions.
31
32 //Don't be afraid - it's easy and you can't break anything!//
33 >>
34
35 == Remark
36
37 If ENABLE_MARKUP_DIVSPAN is enabled then you can produce the same result with a simple {{{<div>}}}:
38 {{{
39 <div class=boxright>
40 **This Wiki** ([[Help:WikiWikiWeb|What is a Wiki?]]) is a place where problems and
41 solutions are being documented.
42
43 See [[Help/HowToUseWiki|How to use this Wiki]] for instructions.
44
45 //Don't be afraid - it's easy and you can't break anything!//
46 </div>
47 }}}
48
49 <noinclude>
50 ----
51 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
52 </noinclude>