Diff: Help/FuzzyPagesPlugin

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

Differences between version 5 and previous revision of Help/FuzzyPagesPlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 5 Last edited on 9 September 2007 0:16 by harold Revert
Older page: version 4 Last edited on 22 May 2014 3:01 by harold Revert
@@ -1,45 +1,27 @@
-The **~FuzzyPages** [[Help:WikiPlugin|plugin]] will search for similar page titles.  
+_short description_  
  
-Pages are considered similar by averaging the similarity scores of  
-the spelling comparison and the metaphone comparison for each page  
-title in the database (PHP's metaphone() is an improved soundex  
-function).  
+! Usage  
+<verbatim>  
+ <?plugin FuzzyPages ?>  
+</verbatim>  
  
-* http://www.php.net/manual/en/function.similar-text.php  
-* http://www.php.net/manual/en/function.metaphone.php  
+! Arguments  
  
-== Usage ==  
-{{{  
-<<FuzzyPages s= pagename>>  
-}}}  
+page _(default: current pagename)_:  
+ The page to execute upon.  
  
-== Arguments ==  
+! Example  
  
-{| class="bordered"  
-|-  
-! Argument  
-! Description  
-! Default value  
-|-  
-| **s**  
-| Pagename to look for  
-| empty  
-|}  
+<verbatim>  
+<?plugin FuzzyPages ?>  
+</verbatim>  
  
-== Example ==  
+<?plugin FuzzyPages ?>  
  
-{{{  
-<<FuzzyPages s=HomePage>>  
-}}}  
+! Author  
+PhpWiki:ReiniUrban  
  
-<<FuzzyPages s=HomePage>>  
+! See Also  
  
-== Author ==  
-* [[Help:Reini Urban|Reini Urban]]  
-  
-== See Also ==  
-  
-<noinclude>  
 ---- 
-[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
-</noinclude>  
+PhpWikiDocumentation Help:WikiPlugin  

version 5

short description

Usage

  <?plugin FuzzyPages ?>

Arguments

page (default: current pagename)
The page to execute upon.

Example

<?plugin FuzzyPages ?>

You must enter a search term.

Author

PhpWiki:ReiniUrban

See Also


PhpWikiDocumentation Help:WikiPlugin