Extension:WebChat/sv

From Linux Web Expert

Manual för MediaWikitillägg
WebChat
Utgivningsstatus: stabil
File:Mibbit Extension Screenshot.png
Genomförande Speciasida
Beskrivning Lägger till en specialsida som används för att chatta i realtid med andra wikianvändare.
Författare
Senaste versionen 2021-06-15 (Continuous updates)
MediaWiki 1.34+
Förändringar i databasen Nej
Licenser GNU General Public License 2.0 eller senare
Ladda ner
Exempel 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').
Översätt tillägget WebChat om det finns tillgängligt på translatewiki.net

Tillägget WebChat lägger till en specialsida som används för att chatta i realtid med andra wikianvändare via en webbaserad IRC-klient. När den har installerats kommer den att finns tillgänglig via "Special:WebChat".

Installation

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/WebChat/sv</tvar>|Download]] and move the extracted <tvar name=name>WebChat/sv</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%2Fsv
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'WebChat/sv' );
    
  • Konfigurera om det behövs
  • 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>

Konfigurering

There are several variables to be set in LocalSettings.php , to be added after the line of code containing require_once(...) 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.

Användning

Gå till "Special:WebChat", skriv in ett användarnamn om inte redan ett har valts, tryck sen på knappen anslut.

Se även