Extension:BetterComments

From Linux Web Expert

Revision as of 20:56, 14 April 2024 by imported>Pppery
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

MediaWiki extensions manual
BetterComments
Release status: unknown
Author(s) Josef Martiňák
Latest version 0.3
MediaWiki >= 1.39.0
License MIT License
Download
  • $wgextraPagesAllowed
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').

The BetterComments extension provides a JavaScript frontend on top of Wikitext discussion pages to make them easier to read.

Installation

  • <translate> Download and place the file(s) in a directory called <tvar name=name>BetterComments</tvar> in your <tvar name=ext>extensions/</tvar> folder.</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'BetterComments' );
    
  • 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>

See also