Extension:BetterComments

From mediawiki.org
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

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

Installation[edit]

  • Download and place the file(s) in a directory called BetterComments in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'BetterComments' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also[edit]