]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FBoxRightPlugin
Update content.
[SourceForge/phpwiki.git] / pgsrc / Help%2FBoxRightPlugin
1 Date: Sun, 7 Jan 2007 18:28:45 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.13)
3 X-Rcs-Id: $Id: Help%2FBoxRightPlugin,v 1.3 2007-01-07 20:19:30 rurban Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FBoxRightPlugin;
6   pgsrc_version="2 $Revision: 1.3 $";
7   flags=PAGE_LOCKED;
8   markup=2;
9   charset=iso-8859-1
10 Content-Transfer-Encoding: binary
11
12 !! Synopsis
13
14 The [BoxRight|Help:BoxRightPlugin] plugin displays its content as a wiki-formatted
15 right-floating div box with border.
16 Since v1.3.13.
17
18 If ENABLE_MARKUP_DIVSPAN is enabled then you can produce the same result with a simple =~<div~>=:
19
20 ~<~div class=boxright~> <br>
21 <strong>Example text</strong>
22 ([What is a Wiki?|WikiWikiWeb])
23 ~</div~>
24
25 <div class=boxright>
26 <strong>Example text</strong>
27 ([What is a Wiki?|WikiWikiWeb])
28 </div>
29
30
31 !! Typical Usage
32 <verbatim>
33 <?plugin BoxRight
34 <strong>This Wiki</strong> ([What is a Wiki?|WikiWikiWeb]) is a place where problems and
35 solutions are being documented.
36
37 See [How to use this Wiki|Help/HowToUseWiki] for instructions.
38
39 <em>Don't be afraid - it's easy and you can't break anything!</em>
40 ?>
41 </verbatim>
42
43
44 !! Examples
45
46 <?plugin BoxRight
47 <strong>This Wiki</strong> ([What is a Wiki?|WikiWikiWeb]) is a place where problems and
48 solutions are being documented.
49
50 See [How to use this Wiki|Help/HowToUseWiki] for instructions.
51
52 <em>Don't be afraid - it's easy and you can't break anything!</em>
53 ?>
54
55 ----
56 PhpWikiDocumentation Help:WikiPlugin