Extension:PropertySuggester/ja

From Linux Web Expert

MediaWiki 拡張機能マニュアル
PropertySuggester
リリースの状態: 安定
実装 ユーザー インターフェイス
説明 Provide suggested properties when a user tries to add new statements to an item
作者 ウィキデータ チーム
MediaWiki
データベースの変更 はい
テーブル wbs_propertypairs
ライセンス GNU 一般公衆利用許諾書 2.0 以降
ダウンロード
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 で翻訳を利用できる場合は、PropertySuggester 拡張機能の翻訳にご協力ください
問題点 未解決のタスク · バグを報告

PropertySuggester is an extension to ウィキベース to provide suggested properties when a user tries to add new statements to an item.

インストール

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/PropertySuggester/ja</tvar>|Download]] and move the extracted <tvar name=name>PropertySuggester/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/PropertySuggester%2Fja
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'PropertySuggester/ja' );
    
  • <translate> Run the [[<tvar name=update>Special:MyLanguage/Manual:Update.php</tvar>|update script]] which will automatically create the necessary database tables that this extension needs.</translate>
  • 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>