Diff: Help/HtmlConverterPlugin
Note: You are viewing an old revision of this page. View the current version.
Differences between version 4 and predecessor to the previous major change of Help/HtmlConverterPlugin.
Other diffs: Previous Revision, Previous Author
| Newer page: | version 4 | Last edited on 22 May 2014 3:01 | by harold | Revert | 
| Older page: | version 3 | 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>
 
version 4
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>>
Hendrik