Diff: Help/HtmlConverterPlugin

Differences between current version and predecessor to the previous major change of Help/HtmlConverterPlugin.

Other diffs: Previous Revision, Previous Author

Newer page: version 6 Last edited on 17 January 2022 3:00 by harold
Older page: version 5 Last edited on 9 September 2007 0:16 by harold Revert
@@ -1,27 +1,29 @@
-_short description_  
+The **~HtmlConverter** [[Help:WikiPlugin|plugin]] will convert HTML tags as far to Wiki markup as possible and eliminate all other HTML markup, so the output can be copied and pasted into a wiki page.  
  
-! Usage  
-<verbatim>  
- <?plugin HtmlConverter ? >  
-</verbatim>  
+== Usage ==  
+{{{  
+<< HtmlConverter> >  
+}}}  
  
-! Arguments 
+== Arguments ==  
  
-page _(default: current pagename)_:  
- The page to execute upon.  
+None  
  
-! Example 
+== Example ==  
  
-<verbatim>  
-<?plugin HtmlConverter ? >  
-</verbatim>  
+{{{  
+<< HtmlConverter> >  
+}}}  
  
-<?plugin HtmlConverter ?
+<< HtmlConverter>
  
-! Author  
-PhpWiki :ReiniUrban  
+== Authors ==  
+* [[mailto :hendrik.scheider@wincor-nixdorf.com|Hendrik Scheider]]  
+* [[Help:Reini Urban|Reini Urban]]  
  
-! See Also 
+== See Also ==  
  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

current version

The HtmlConverter plugin will convert HTML tags as far to Wiki markup as possible and eliminate all other HTML markup, so the output can be copied and pasted into a wiki page.

Usage

<<HtmlConverter>>

Arguments

None

Example

<<HtmlConverter>>


Authors

See Also