Help:CommentStreams: Difference between revisions

From USApedia
(Created page with "The '''CommentStreams''' is a commenting system designed to enhance user interaction on wiki pages by allowing users to post, edit, and delete comments directly below the content of a page. Users can comment on wiki pages, with each comment displaying the username (linked to their user page), timestamps for creation and last modification, and an optional user avatar. {{Official URL|text=mediawiki.org|url=https://www.mediawiki.org/wiki/Extension:CommentStre...")
 
(No difference)

Latest revision as of 09:41, 19 September 2024

The CommentStreams is a commenting system designed to enhance user interaction on wiki pages by allowing users to post, edit, and delete comments directly below the content of a page.

Users can comment on wiki pages, with each comment displaying the username (linked to their user page), timestamps for creation and last modification, and an optional user avatar.

Official Site - mediawiki.org

Background

The comments system uses a database table to store comment data, including titles and references to the page they belong to. The extension has been updated to support various MediaWiki versions, with specific configurations for older versions if certain extensions like Echo are not installed.

Related