Extension:WhosOnline/ja

From Linux Web Expert

MediaWiki 拡張機能マニュアル
WhosOnline
リリースの状態: 安定
実装 利用者アクティビティ , 特別ページ
説明 現在オンライン中のログイン済み利用者および匿名利用者の一覧を作成します
作者 Maciej Brencz
最新バージョン 1.7.0 (2017-02-12)
MediaWiki 1.29+
データベースの変更 はい
ライセンス GNU 一般公衆利用許諾書 2.0 以降
ダウンロード
  • $wgWhosOnlineShowAnons
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 で翻訳を利用できる場合は、WhosOnline 拡張機能の翻訳にご協力ください
問題点 未解決のタスク · バグを報告

The WhosOnline extension adds a special page, Special:WhosOnline, which shows the list of all users (optionally including anonymous users) currently viewing the wiki. It creates this list by finding all users who last viewed any page on the wiki less than the time ago specified by the setting $wgWhosOnlineTimeout, which by default is one hour.

インストール

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/WhosOnline/ja</tvar>|Download]] and move the extracted <tvar name=name>WhosOnline/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/WhosOnline%2Fja
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'WhosOnline/ja' );
    $wgWhosOnlineShowAnons = true;
    // 匿名利用者の IP アドレスを表示させたい場合。既定ではプライバシー保護のため、表示されません。
    
  • <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>

使用法

拡張機能をインストールした後にログインした利用者は、Special:WhosOnline で見ることができます。 ページが空白の場合は更新してください。バージョン1.3.1より、特別ページの内容をページ内に取り込むことが可能になりました:{{:Special:WhosOnline}}{{:Special:WhosOnline/10/shownav}}を使用する場合は、10人のユーザーのみが表示され、ナビゲーションコントロールが表示されます。