Extension:DiscussionTools: Difference between revisions
Appearance
Content deleted Content added
More infobox updates |
+screenshot |
||
| Line 3: | Line 3: | ||
| name = DiscussionTools |
| name = DiscussionTools |
||
| license = MIT |
| license = MIT |
||
| image = DiscussionTools reply widget example 2020-04-02.png |
|||
| type = |
|||
| description = Tools to enhance discussion pages |
| description = Tools to enhance discussion pages |
||
| author = Wikimedia [[Editing team]] |
| author = Wikimedia [[Editing team]] |
||
| version = continuous updates |
| version = continuous updates |
||
| latest release date = |
|||
| compatibility policy = rel |
| compatibility policy = rel |
||
| mediawiki = 1.34+ |
| mediawiki = 1.34+ |
||
Revision as of 13:06, 2 April 2020
Release status: beta |
|
|---|---|
| Description | Tools to enhance discussion pages |
| Author(s) | Wikimedia Editing team |
| Latest version | continuous updates |
| Compatibility policy | Snapshots releases along with MediaWiki. Master is not backward compatible. |
| MediaWiki | 1.34+ |
| Database changes | No |
|
|
|
| Licence | MIT License |
| Download | README.md |
| Help | Help:Extension:DiscussionTools |
| Translate the DiscussionTools extension | |
| Issues | Open tasks · Report a bug |
The Discussion Tools extension is a forthcoming set of tools to enhance discussion pages. It is being built by the Editing team as part of the On-wiki collaboration project.
Dependencies
Installation
- Download and move the extracted
DiscussionToolsfolder 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/DiscussionTools
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'DiscussionTools' );
- Also in LocalSettings.php, ensure that you have a timezone set.
Done – Navigate to Special:Versionon your wiki to verify that the extension is successfully installed.
Configuration
| Setting name | Default value | Description |
|---|---|---|
| $wgDiscussionToolsEnable | true
|
Enable DiscussionTools on talk pages. |
| $wgDiscussionToolsBeta | false
|
Make DiscussionTools a BetaFeature. |
| $wgDiscussionToolsUseVisualEditor | false
|
Use VisualEditor for editing replies (both visual and wikitext). |
| This extension is being used on one or more Wikimedia projects. This probably means that the extension is stable and works well enough to be used by such high-traffic websites. Look for this extension's name in Wikimedia's CommonSettings.php and InitialiseSettings.php configuration files to see where it's installed. A full list of the extensions installed on a particular wiki can be seen on the wiki's Special:Version page. |
Categories:
- Beta status extensions
- Extensions with invalid or missing type
- BeforePageDisplay extensions
- GetBetaFeaturePreferences extensions
- ListDefinedTags extensions
- ChangeTagsListActive extensions
- RecentChange save extensions
- MIT licensed extensions
- Extensions in Wikimedia version control
- All extensions
- Extensions used on Wikimedia
