Extension:TalkBelow

Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
TalkBelow
Release status: experimentalCategory:Experimental extensions
Description Show the talk page below the content
Author(s) Sophivorustalk
Latest version 4.0.1
MediaWiki >= 1.39.0
PHP 7.4+
Database changes No
License GNU General Public License 3.0 or later
Download Category:Extensions in Wikimedia version control
Example
  • $wgTalkBelowChangeTag
Quarterly downloads 3 (Ranked 98th)
Translate the TalkBelow extension if it is available at translatewiki.net
Category:All extensions

The TalkBelow extension shows the talk page below the content. It also includes a friendly form to add new topics and handy reply buttons similar to those of Extension:DiscussionTools to reply to comments without having to visit or edit the talk page.

Installation

  • Download and move the extracted TalkBelow folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/TalkBelow
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'TalkBelow' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Usage

TalkBelow is designed to work out of the box and has no configuration options.

If you want to disable it for a particular page, simply add the __NOTALKBELOW__ magic word anywhere in the page. If you want to disable it for a group of pages, the easiest way is to add the magic word to a template shared by all those pages.

Note that this extension adds no styling to the talk section it creates. However, it wraps everything with convenient CSS classes so you can easily style it to your liking from MediaWiki:Common.css or similar.

See also

Category:All extensions Category:BeforePageDisplay extensions Category:Experimental extensions Category:Extensions in Wikimedia version control Category:Extensions with invalid or missing type Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:GetDoubleUnderscoreIDs extensions Category:ResourceLoaderGetConfigVars extensions Category:SkinAfterContent extensions Category:SkinTemplateNavigation::Universal extensions