Extension:DiscussionTools - MediaWiki (original) (raw)

Languages:

MediaWiki extensions manual

DiscussionTools Release status: stable
Implementation User interface
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.
Database changes Yes
Tables discussiontools_items discussiontools_item_ids discussiontools_item_pages discussiontools_item_revisions discussiontools_subscription
Parameters wgDiscussionToolsTimestampFormatSwitchTimewgDiscussionToolsTimestampFormatSwitchTime wgDiscussionToolsTimestampFormatSwitchTimewgDiscussionToolsBeta wgDiscussionToolsvisualenhancementswgDiscussionTools_visualenhancements wgDiscussionToolsvisualenhancementswgDiscussionToolsTalkPageParserCacheExpiry wgDiscussionToolsReplyIndentationwgDiscussionToolsReplyIndentation wgDiscussionToolsReplyIndentationwgDiscussionToolsConflictingGadgetName wgDiscussionToolsAutoTopicSubEditorwgDiscussionToolsAutoTopicSubEditor wgDiscussionToolsAutoTopicSubEditorwgDiscussionToolsShowFeedbackLinks $wgDiscussionTools_visualenhancements_reply_icon_languages
Hooks used APIAfterExecute APIGetAllowedParams ApiMain::moduleManager ArticleParserOptions BeforeCreateEchoEvent BeforeDisplayNoArticleText BeforePageDisplay ChangeTagsListActive DiscussionToolsAddOverflowMenuItems EchoGetBundleRules EchoGetEventsForRevision GetActionName GetBetaFeaturePreferences GetDoubleUnderscoreIDs GetPreferences ListDefinedTags LoadExtensionSchemaUpdates OutputPageBeforeHTML OutputPageParserOutput ParserAfterTidy ParserOutputPostCacheTransform RecentChange_save ResourceLoaderGetConfigVars RevisionDataUpdates SidebarBeforeOutput SkinTemplateNavigation::Universal
Hooks provided DiscussionToolsAddOverflowMenuItems DiscussionToolsTermsOfUseMessages
Licence MIT License
Download Download extension Git [?]: Browse repository (Phabricator · GitHub) Gerrit code review Git commit log Download source tarball
Help Help:DiscussionTools
Translate the DiscussionTools extension
Issues Open tasks · Report a bug

The DiscussionTools extension is a set of tools to enhance discussion pages. As of 2024, it is being built by the Editing team as part of the talk pages project .

User documentation is at Help:DiscussionTools .

Some features can be disabled on individual pages and sections as described at Help:DiscussionTools/Magic words and markup .

Optional dependencies

[edit]

This extension comes with MediaWiki 1.40 and later, so you do not need to download it. The remaining configuration instructions must still be followed.

Setting name$wgDiscussionTools + Default value Description
Beta false Make DiscussionTools a beta feature .
_visualenhancements 'default' Override availability of DiscussionTools visual enhancements.Possible values:'default', 'available', 'unavailable'
_visualenhancements_reply_icon_languages [ 'ar' => true, 'zh' => true, 'yue' => true, 'ja' => true, 'nod' => true, ] A dictionary of language codes which will receive an icon in their enhanced reply-button treatment, due to translation being very short. (T323537) Language fallbacks will be checked unless a language is explicitly set to false. (T352289) Normalized language codes are lower case.
AutoTopicSubEditor 'any' Editor which triggers automatic topic subscriptions. Either 'discussiontoolsapi' for edits made using DiscussionTools’ API (e.g. reply and new topic tools), or 'any' for any editor.
TalkPageParserCacheExpiry 0 Override $wgParserCacheExpireTime for discussion pages, regardless of DiscussionTools enablement.
ReplyIndentation 'invisible' Reply indentation syntax to use: 'invisible' (use
tags to output : in wikitext) or 'bullet' (use
  • tags to output * in wikitext).
ShowFeedbackLinks false MW 1.40+ Show "Share feedback about this feature" links in the footer of reply tool and new topic tool.
TimestampFormatSwitchTime '2022-07-12' Date on which the internal timestamp format has changed (T304595), in ISO 8601 format.
ConflictingGadgetName 'convenientDiscussions' Internal name of the Convenient Discussions gadget, which conflicts with the reply tool. Reply tool will be unavailable when the user has this gadget enabled.
Action Description Internal?
discussiontoolscompare Get information about comment changes between two page revisions. Yes
discussiontoolsedit Post a message on a discussion page. N
discussiontoolsfindcomment Find a comment by its ID or name. N
discussiontoolspageinfo Returns metadata required to initialize the discussion tools. N
discussiontoolspreview Preview a message on a discussion page. Yes
Action Description Internal?
discussiontoolsgetsubscriptions Get the subscription statuses of given topics. N
discussiontoolssubscribe Subscribe (or unsubscribe) to receive notifications about a topic. N

Integration with other extensions

[edit]

DiscussionTools can integrate with PlaceNewSection to put the location of where added new topics will begin to be placed.

It can also integrate with AutoModerator to enable community-configured reversion of Machine Language-scored bad edits.

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.