Extension:MixedNamespaceSearchSuggestions/ja
From Linux Web Expert
A request to archive this extension has been made on Phabricator. See <translate> task <tvar name=1>T323200</tvar></translate> for the archival request and the rationale for the request, and to leave comments about the request. |
Mixed Namespace Search Suggestions リリースの状態: 安定 |
|
---|---|
px | |
実装 | 検索 |
説明 | 検索ボックス内のすべてのコンテンツ名前空間からのサジェストを含み、それぞれのサジェストがどの名前空間から来ているかを示します。 |
作者 | Niklas Laxström (Nikerabbittalk) |
MediaWiki | 1.29+ |
Composer | mediawiki/mixed-namespace-search-suggestions |
ライセンス | ライセンス未指定 |
ダウンロード | |
例 | http://tieteentermipankki.fi |
Quarterly downloads | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Public wikis using | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
translatewiki.net で翻訳を利用できる場合は、MixedNamespaceSearchSuggestions 拡張機能の翻訳にご協力ください |
MixedNamespaceSearchSuggestionsは、完全なページ名に加えてautocompleteの検索ボックスを本文の名前空間からのページ名に一致させます。 The namespace name is stripped from each title and shown in a byline next to it.
この拡張機能は元々、類似した名前空間が多数あるウィキで考えられていたものであり、そのようなウィキでは利用者がページ名を検索する際に正しい名前空間の接頭辞を付けることは期待できません。
$wgNamespacesToBeSearchedDefault
は無視され、代わりに $wgContentNamespaces
の名前空間が検索されます。
インストール
- <translate> [[<tvar name=2>Special:ExtensionDistributor/MixedNamespaceSearchSuggestions/ja</tvar>|Download]] and move the extracted <tvar name=name>
MixedNamespaceSearchSuggestions/ja
</tvar> folder to your <tvar name=ext>extensions/
</tvar> directory.</translate>
<translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/MixedNamespaceSearchSuggestions%2Fja - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
wfLoadExtension( 'MixedNamespaceSearchSuggestions/ja' );
- File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>
File:OOjs UI icon information-progressive.svg | <translate> This extension is included in the following wiki farms/hosts and/or packages:</translate>
<translate> This is not an authoritative list.</translate> <translate> Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here.</translate> <translate> Always check with your wiki farms/hosts or bundle to confirm.</translate> |