Extension:WebChat/ja

From Linux Web Expert

MediaWiki 拡張機能マニュアル
WebChat
リリースの状態: 安定
File:Mibbit Extension Screenshot.png
実装 特別ページ
説明 他のウィキ利用者とリアルタイムでチャットするための特設ページを追加するものです。
作者
最新バージョン 2021-06-15 (Continuous updates)
MediaWiki 1.34+
データベースの変更 いいえ
ライセンス GNU 一般公衆利用許諾書 2.0 以降
ダウンロード
translatewiki

  • $wgWebChatServer
  • $wgWebChatChannel
  • $wgWebChatClient
webchat
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 で翻訳を利用できる場合は、WebChat 拡張機能の翻訳にご協力ください

この拡張機能は、ウェブベースのIRCクライアントを使用して他のウィキ利用者とリアルタイムでチャットするために使用される特別なページを追加します。 インストールすると、「Special:WebChat」経由で利用できるようになります。

インストール

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

設定

LocalSettings.php に設定する変数がいくつかあり、上記の require_once(...) を含むコードの行の後に追加します。

// IRC Server to connect to, not required when using the Libera.Chat web client.
$wgWebChatServer  = '';
// Channel to connect to.
$wgWebChatChannel = '';
// Which web chat client to use, 'liberaChat' is required when connecting to Libera.Chat,
// but 'Mibbit' can be used for other networks.
$wgWebChatClient = '';
例えば LiberaChat です。
wfLoadExtension( 'WebChat' );
$wgWebChatChannel = '#libera';
$wgWebChatClient = 'LiberaChat';

webchat」権限は、アクセスできる利用者グループを指定するのに使用できます。既定ではログイン済利用者のみがアクセスできるようになっています。

使用法

「Special:WebChat」にアクセスして、利用者名が選択されていない場合は利用者名を入力し、接続ボタンを押してください。

関連項目