Difference between revisions of "MatchByPrefix"

From Wiki4Intranet
Jump to: navigation, search
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Extension|templatemode=
+
{{Extension4info
|name       = MatchByPrefix
+
|name=MatchByPrefix
|status      = beta
+
|description en=Redirects to an article by its prefix (if such a redirect is unambigious).
|type1      = interface
+
|description ru=Перенаправление на страницу по части её названия (если такое можно осуществить однозначно).
|hook1      = InitializeArticleMaybeRedirect
+
|mirror=1
|username    = VitaliyFilippov
+
|mediawiki=1.14-1.18
|author      = Vitaliy Filippov
+
|created=2011-12-16
|description = Redirects by page prefix
+
|version=2011-12-16
|image      = Indexexample.png
+
|included=2011-12-16
|version     = 2011-12-16
+
|status=our
|mediawiki  = 1.14.0+
+
|useful=maybe
|license    = GPL v2 or later
+
}}
|download    = http://wiki.4intra.net/svn/mediawiki4intranet/extensions/MatchByPrefix
+
{{ExtensionFromInfo|lang=en|name=MatchByPrefix}}
}}__TOC__
+
[[Category:Incomplete extension descriptions]]
 
+
== Usage ==
+
 
+
The extension redirects user to a page having prefix equal to the one specified in URL, if the URL itself does not point to a page and if only one matching page exists
+
 
+
== Installation ==
+
 
+
Download the files from [http://wiki.4intra.net/svn/mediawiki4intranet/extensions/MatchByPrefix SVN] into the extensions directory of your wiki and add the following to [[Manual:LocalSettings.php|LocalSettings.php]]:
+
 
+
<source lang="php">
+
require_once("$IP/extensions/MatchByPrefix/MatchByPrefix.php");
+
</source>
+

Latest revision as of 15:55, 22 April 2013

MatchByPrefix is a MediaWiki extension.

Status for Mediawiki4Intranet distribution:

  • Inclusion date: 2011-12-16
  • Included version: newest available
  • Improvement status: Created by MediaWiki4Intranet project