Help:CommentStreams

From USApedia
Revision as of 09:41, 19 September 2024 by MrT (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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