Diff: Help/BoxRightPlugin
Note: You are viewing an old revision of this page. View the current version.
Differences between version 4 and previous revision of Help/BoxRightPlugin.
Other diffs: Previous Major Revision, Previous Author
| Newer page: | version 4 | Last edited on 9 September 2007 0:16 | by harold | Revert | 
| Older page: | version 3 | Last edited on 22 May 2014 3:01 | by harold | Revert | 
@@ -1,42 +1,45 @@
  
  
  
  
  
  
  
  
  
  
  
  
-The **~
BoxRight** [[
Help:WikiPlugin|
plugin]] 
displays its content as a wiki-formatted 
+!! Synopsis 
 
+ 
 
+
The [
BoxRight|
Help:BoxRightPlugin] 
plugin displays its content as a wiki-formatted 
 right-floating div box with border. 
+Since v1.3.13.
 
-== Example ==
 
+If ENABLE_MARKUP_DIVSPAN is enabled then you can produce the same result with a simple 
=~<div~>
=:
 
-{{{
  
-<<BoxRight
  
-**This Wiki** 
([[Help:WikiWikiWeb|
What is a Wiki?]
]) is a place where problems and
  
-solutions are being documented.
 
+~<~div class=boxright~> <br>
  
+<strong>Example text
</strong>
  
+([What is a Wiki?|WikiWikiWeb
])  
+~</div~>
 
-See 
[[Help/HowToUseWiki
|How to use this Wiki
]] for instructions.
 
+<div class=boxright> 
 
+<strong>Example text</strong> 
 
+(
[What is a Wiki?
|WikiWikiWeb
]) 
 
+</div>
 
-//Don't be afraid - it's easy and you can't break anything!//
 
-}}}
 
-<<BoxRight  
-**
This Wiki** 
([[Help:WikiWikiWeb|
What is a Wiki?]
]) is a place where problems and 
+!! Typical Usage 
 
+
<verbatim> 
 
+
<?plugin 
BoxRight  
+<strong>
This Wiki</strong> 
([What is a Wiki?|WikiWikiWeb
]) is a place where problems and 
 solutions are being documented. 
-See [[Help/HowToUseWiki|
How to use this Wiki]
] for instructions. 
+See [How to use this Wiki|Help/HowToUseWiki
] for instructions. 
-//
Don't be afraid - it's easy and you can't break anything!//
  
->> 
+<em>
Don't be afraid - it's easy and you can't break anything!<
/em>
  
+?
> 
 
+</verbatim
> 
-== Remark ==
 
-If ENABLE_MARKUP_DIVSPAN is enabled then you can produce the same result with a simple {{{<div>}}}:
  
-{{{
  
-<div class=boxright
> 
 
-**
This Wiki** 
([[Help:WikiWikiWeb|
What is a Wiki?]
]) is a place where problems and 
+!! Examples
  
+  
+<?plugin BoxRight 
 
+<strong
>This Wiki</strong> 
([What is a Wiki?|WikiWikiWeb
]) is a place where problems and 
 solutions are being documented. 
-See [[Help/HowToUseWiki|
How to use this Wiki]
] for instructions. 
+See [How to use this Wiki|Help/HowToUseWiki
] for instructions. 
-//
Don't be afraid - it's easy and you can't break anything!// 
 
-
</div
>  
-}}}
 
+<em>
Don't be afraid - it's easy and you can't break anything!</em
>  
+?>
 
-<noinclude>
 
 ---- 
-[[
PhpWikiDocumentation]] [[CategoryWikiPlugin]] 
 
-</noinclude>
 
+PhpWikiDocumentation Help:WikiPlugin
 
version 4
Synopsis
The 
BoxRight plugin displays its content as a wiki-formatted
right-floating div box with border.
Since v1.3.13.
If ENABLE_MARKUP_DIVSPAN is enabled then you can produce the same result with a simple <div>:
<div class=boxright> 
Example text
(What is a Wiki?)
</div>
<div class=boxright> Example text (What is a Wiki?) </div>
Typical Usage
<?plugin BoxRight <strong>This Wiki</strong> ([What is a Wiki?|WikiWikiWeb]) is a place where problems and solutions are being documented. See [How to use this Wiki|Help/HowToUseWiki] for instructions. <em>Don't be afraid - it's easy and you can't break anything!</em> ?>
Examples
This Wiki (What is a Wiki?) is a place where problems and solutions are being documented.
See How to use this Wiki for instructions.
Don't be afraid - it's easy and you can't break anything!