Ekstensi:WebChat
Appearance
Status keluaran: stabil |
|
|---|---|
| Penerapan | Halaman istimewa |
| Deskripsi | Menambahkan halaman khusus yang digunakan untuk mengobrol dalam waktu nyata dengan pengguna Wiki lainnya. |
| Perancang | |
| Versi terbaru | 2021-06-15 (Continuous updates) |
| MediaWiki | 1.34+ |
| Perubahan pangkalan data | Tidak |
|
|
|
|
webchat |
|
| Lisensi | Lisensi Publik Umum GNU 2.0 atau lebih baru |
| Unduh | |
| Contoh | translatewiki |
| Terjemahkan pengaya WebChat jika tersedia di translatewiki.net | |
The WebChat extension adds a special page used to chat in real time with other wiki users using a web-based IRC client. Once installed, it will be available via "Special:WebChat".
Instalasi
- Unduh dan pindahkan folder
WebChatyang diekstrak ke direktoriextensions/Anda.
Pengembang dan penyumbangsih kode sebaiknya memasang pengaya dari Git sebagai gantinya, menggunakan:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WebChat
- Tambahkan kode berikut di bawah berkas LocalSettings.php Anda:
wfLoadExtension( 'WebChat' );
- Configure as necessary
Selesai – Telusuri ke Special:Version di wiki Anda untuk memastikan pengayanya berhasil dipasang.
Konfigurasi
There are several variables to be set in LocalSettings.php, to be added after the line of code containing wfLoadExtension(...) described above.
// 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 = '';
- Example for LiberaChat
wfLoadExtension( 'WebChat' );
$wgWebChatChannel = '#libera';
$wgWebChatClient = 'LiberaChat';
The webchat permission can be used to specify what user groups can access it, by default only logged in users have access.
Penggunaan
Go to Special:WebChat, type a username if one is not already chosen, then press the connect button.
See also
| Pengaya ini disertakan di wiki farm/hos dan/atau paket berikut: |
