]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FBoxRightPlugin
New simple plugin BoxRight to work around not existing <div> tag.
[SourceForge/phpwiki.git] / pgsrc / Help%2FBoxRightPlugin
1 Date: Wed, 11 Oct 2006 09:16:43 +0200
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.13pre-20061010)
3 X-Rcs-Id: $Id: Help%2FBoxRightPlugin,v 1.1 2006-10-12 06:30:30 rurban Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FBoxRightPlugin;
6   flags=PAGE_LOCKED;
7   pgsrc_version="2 $Revision: 1.1 $";
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 !! Typical Usage
19 <verbatim>
20 <?plugin BoxRight
21 <strong>This Wiki</strong> ([What is a Wiki?|WikiWikiWeb]) is a place where problems and 
22 solutions are being documented. 
23
24 See [How to use this Wiki|Help/HowToUseWiki] for instructions.
25
26 <em>Don't be afraid - it's easy and you can't break anything!</em>
27 ?>
28 </verbatim>
29
30
31 !! Examples
32
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
42 ----
43 PhpWikiDocumentation Help:WikiPlugin