Difference between revisions of "MatchByPrefix"

From Wiki4Intranet
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
;Description: Redirects by page prefix
+
{{Extension4info
;Version: 2011-12-16
+
|name=MatchByPrefix
;MediaWiki: 1.14.0+
+
|description en=Redirects to an article by its prefix (if such a redirect is unambigious).
;License: GPL v2 or later
+
|description ru=Перенаправление на страницу по части её названия (если такое можно осуществить однозначно).
;Download: http://wiki.4intra.net/svn/mediawiki4intranet/extensions/MatchByPrefix
+
|mirror=1
;Link on MediaWiki.org: [[mediawikiwiki:Extension:MatchByPrefix]]
+
|mediawiki=1.14-1.18
 
+
|created=2011-12-16
== Usage ==
+
|version=2011-12-16
 
+
|included=2011-12-16
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
+
|status=our
 
+
|useful=maybe
== Installation ==
+
}}
 
+
{{ExtensionFromInfo|lang=en|name=MatchByPrefix}}
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]]:
+
[[Category:Incomplete extension descriptions]]
 
+
<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