Extension:MixedNamespaceSearchSuggestions/ja

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
MediaWiki 拡張機能マニュアル
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>