Extension:AccountInfo/ja

From Linux Web Expert

Revision as of 07:01, 15 December 2022 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

MediaWiki 拡張機能マニュアル
AccountInfo
リリースの状態: ベータ
実装 特別ページ
説明 格納されている利用者自身についての非公開情報を利用者が閲覧できるようにする
作者 Legoktm, Emufarmers
最新バージョン 0.1 (2014-02-18)
MediaWiki 1.22+
PHP 5.3+
データベースの変更 いいえ
ライセンス 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 で翻訳を利用できる場合は、AccountInfo 拡張機能の翻訳にご協力ください
Vagrant role accountinfo
問題点 未解決のタスク · バグを報告

AccountInfo拡張機能は、ユーザーが「Special:AccountInfo」を通じて自分自身について保存されているプライベートな情報を見ることができるようにするものです。

表示される情報

  • $wgPutIPinRC - 現在テーブルに保存されている、ログイン済み利用者によって行われた操作のすべての一意の IP を表示します。
  • CheckUser - 現在テーブルに保存されているIPアドレス、User-Agent、およびXFFヘッダーのすべての一意のグループを表示します。

インストール

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/AccountInfo/ja</tvar>|Download]] and move the extracted <tvar name=name>AccountInfo/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/AccountInfo%2Fja
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'AccountInfo/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>

関連項目