Difference between revisions of "MatchByPrefix"

From Wiki4Intranet
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Extension4i
+
{{Extension4info
 
|name=MatchByPrefix
 
|name=MatchByPrefix
|назначение=Перенаправление на страницу по части её названия (если такое можно осуществить однозначно).
+
|description en=Redirects to an article by its prefix (if such a redirect is unambigious).
 +
|description ru=Перенаправление на страницу по части её названия (если такое можно осуществить однозначно).
 
|mirror=1
 
|mirror=1
 
|mediawiki=1.14-1.18
 
|mediawiki=1.14-1.18
Line 8: Line 9:
 
|included=2011-12-16
 
|included=2011-12-16
 
|status=our
 
|status=our
 +
|useful=maybe
 
}}
 
}}
 
+
{{ExtensionFromInfo|lang=en|name=MatchByPrefix}}
== Usage ==
+
[[Category:Incomplete extension descriptions]]
 
+
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>
+
[[Category:InitializeArticleMaybeRedirect extensions]]
+

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