Extension:TalkBelow
TalkBelow Release status: experimental |
|
---|---|
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 | |
Example | [1] |
|
|
Quarterly downloads | 0 |
Translate the TalkBelow extension if it is available at translatewiki.net | |
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
edit- Download and move the extracted
TalkBelow
folder to yourextensions/
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' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Usage
editTalkBelow 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.