Difference between revisions of "MatchByPrefix"
From Wiki4Intranet
Line 1: | Line 1: | ||
− | + | {{Extension4i | |
− | + | |name=MatchByPrefix | |
− | + | |назначение=Перенаправление на страницу по части её названия (если такое можно осуществить однозначно). | |
− | + | |mirror=1 | |
− | + | |mediawiki=1.14-1.18 | |
− | + | |created=2011-12-16 | |
+ | |version=2011-12-16 | ||
+ | |included=2011-12-16 | ||
+ | |status=our | ||
+ | }} | ||
== Usage == | == Usage == |
Revision as of 12:51, 11 January 2013
MatchByPrefix — расширение MediaWiki.
- Назначение: Перенаправление на страницу по части её названия (если такое можно осуществить однозначно).
- Репозиторий: https://github.com/mediawiki4intranet/MatchByPrefix
- Домашняя страница: http://wiki.4intra.net/MatchByPrefix, MatchByPrefix на mediawiki.org* Версия MediaWiki: гарантирована совместимость с 1.14-1.18, возможна с другими
- Лицензия: GNU GPL версии 2 или новее* Дата создания: 2011-12-16* Последняя версия: 2011-12-16
Включение в сборку Mediawiki4Intranet:
- Дата включения: 2011-12-16
- Включённая версия: последняя
- Состояние доработок: Создано в рамках MediaWiki4Intranet
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 SVN into the extensions directory of your wiki and add the following to LocalSettings.php:
require_once("$IP/extensions/MatchByPrefix/MatchByPrefix.php");