Diff: Help/FuzzyPagesPlugin
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/FuzzyPagesPlugin.
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,45 @@
-_short description_
+The **~FuzzyPages** [[Help:WikiPlugin|plugin]] will search for similar page titles.
-! Usage
-<verbatim>
- <?plugin FuzzyPages ?>
-</verbatim>
+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).
-! Arguments
+* http://www.php.net/manual/en/function.similar-text.php
+* http://www.php.net/manual/en/function.metaphone.php
-page _(default: current
pagename)_:
- The page to execute upon.
+== Usage ==
+{{{
+<<FuzzyPages s=
pagename>>
+}}}
-! Example
+== Arguments ==
-<verbatim>
-<?plugin FuzzyPages ?>
-</verbatim>
+{| class="bordered"
+|-
+! Argument
+! Description
+! Default value
+|-
+| **s**
+| Pagename to look for
+| empty
+|}
-<?plugin FuzzyPages ?>
+== Example ==
-! Author
-PhpWiki:ReiniUrban
+{{{
+<<FuzzyPages s=HomePage>>
+}}}
-! See Also
+<<FuzzyPages s=HomePage>>
+== Author ==
+* [[Help:Reini Urban|Reini Urban]]
+
+== See Also ==
+
+<noinclude>
----
-PhpWikiDocumentation Help:WikiPlugin
+[[
PhpWikiDocumentation]] [[CategoryWikiPlugin]]
+</noinclude>
version 4
The FuzzyPages plugin will search for similar page titles.
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).
http://www.php.net/manual/en/function.similar-text.php
http://www.php.net/manual/en/function.metaphone.php
Usage
<<FuzzyPages s=pagename>>
Arguments
Argument |
Description |
Default value |
---|---|---|
s |
Pagename to look for |
empty |
Example
<<FuzzyPages s=HomePage>>