Extension:FilterSpecialPages
Jump to navigation
Jump to search
FilterSpecialPages リリースの状態: 安定 |
|
---|---|
![]() |
|
実装 | Special page |
作者 | Leonid Verhovskij |
最新バージョン | 0.9 |
MediaWiki | 1.27+ |
ライセンス | GNU General Public License 2.0 or later |
ダウンロード | Github |
translatewiki.net で翻訳を利用できる場合は、FilterSpecialPages 拡張機能の翻訳にご協力ください | |
使用状況とバージョン マトリクスを確認してください。 |
Inserts a field to filter entries in Special:Specialpages.
使用法
Quick access and less searching for special pages: The extension offers a search field at the special page "Specialpages". While typing a search string (e.g. "pages") only special pages with this search string in the title will be shown.
特殊なキー
- Enter: open page link if only one entry left
- Esc: toggle input selection
例 / スクリーンショット
Installation
From archive
- ダウンロードして、ファイルを
extensions/
フォルダー内のFilterSpecialPages
という名前のディレクトリ内に配置します。
- 以下のコードを LocalSettings.php の末尾に追加します:
wfLoadExtension( 'FilterSpecialPages' );
完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
From git
- go to your mediawiki base directory
- clone extension:
git clone https://github.com/hallowelt/mediawiki-extensions-FilterSpecialPages.git extensions/FilterSpecialPages
- add the following to LocalSettings.php
wfLoadExtension('FilterSpecialPages');
完了 - Navigate to Special:Version on your wiki to verify that the extension is successfully installed.