Diff: Help/BoxRightPlugin

Note: You are viewing an old revision of this page. View the current version.

Differences between version 3 and previous revision of Help/BoxRightPlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 3 Last edited on 22 May 2014 3:01 by harold Revert
Older page: version 2 Last edited on 9 September 2007 0:16 by harold Revert
@@ -1,45 +1,42 @@
-!! Synopsis  
-  
- The [ BoxRight| Help:BoxRightPlugin] plugin displays its content as a wiki-formatted 
+The **~ BoxRight** [[ Help:WikiPlugin| 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~> =:  
+== Example ==  
  
-~<~div class=boxright~> <br>  
-<strong>Example text </strong>  
-([What is a Wiki?|WikiWikiWeb ])  
-~</div~>  
+{{{  
+<<BoxRight  
+**This Wiki** ([[Help:WikiWikiWeb| What is a Wiki?] ]) is a place where problems and  
+solutions are being documented.  
  
-<div class=boxright>  
-<strong>Example text</strong>  
-( [What is a Wiki? |WikiWikiWeb ])  
-</div>  
+See [[Help/HowToUseWiki |How to use this Wiki ]] for instructions.  
  
+//Don't be afraid - it's easy and you can't break anything!//  
+}}}  
  
-!! Typical Usage  
- <verbatim>  
- <?plugin BoxRight  
-<strong> This Wiki</strong> ([What is a Wiki?|WikiWikiWeb ]) is a place where problems and 
+<<BoxRight  
+** This Wiki** ([[Help:WikiWikiWeb| What is a Wiki?] ]) is a place where problems and 
 solutions are being documented. 
  
-See [How to use this Wiki|Help/HowToUseWiki ] for instructions. 
+See [[Help/HowToUseWiki| How to use this Wiki] ] for instructions. 
  
-<em> Don't be afraid - it's easy and you can't break anything!< /em>  
-? >  
-</verbatim
+// Don't be afraid - it's easy and you can't break anything!//  
+>> 
  
+== Remark ==  
  
-!! Examples  
-  
-<?plugin BoxRight  
-<strong >This Wiki</strong> ([What is a Wiki?|WikiWikiWeb ]) is a place where problems and 
+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 
 solutions are being documented. 
  
-See [How to use this Wiki|Help/HowToUseWiki ] for instructions. 
+See [[Help/HowToUseWiki| How to use this Wiki] ] for instructions. 
  
-<em> 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!//  
+ </div >  
+}}}  
  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

version 3

The BoxRight plugin displays its content as a wiki-formatted right-floating div box with border.

Example

<<BoxRight
**This Wiki** ([[Help:WikiWikiWeb|What is a Wiki?]]) is a place where problems and
solutions are being documented.

See [[Help/HowToUseWiki|How to use this Wiki]] for instructions.

//Don't be afraid - it's easy and you can't break anything!//

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!

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
solutions are being documented.

See [[Help/HowToUseWiki|How to use this Wiki]] for instructions.

//Don't be afraid - it's easy and you can't break anything!//
</div>