Diff: Help/BoxRightPlugin
Differences between current version and previous revision of Help/BoxRightPlugin.
Other diffs: Previous Major Revision, Previous Author
Newer page: | version 5 | Last edited on 17 January 2022 3:00 | by harold | |
Older page: | version 4 | 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>
current version
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>