Extension:Discussion

From MediaWiki.org

Jump to: navigation, search

             

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
Discussion

Release status: beta

Implementation  Tag, Ajax
Description Allows to post comments on any page. Based on Ajax. Supports hierarchical structure of messages.
Author(s)  Vladimir Kolmogorov
Last Version  1.03
MediaWiki  1.15.0
PHP  5.2.9
License Custom license
Download link
Example  wikicaptions

check usage (experimental)

This extension allows to add a "discussion" panel to any page, where users can post blog-like comments. An example can be viewed at the wikicaptions website.


[edit] Usage

To add discussion to a page, add the following wiki text:

<discussion />

You can also specify various parameters, e.g.

<discussion>
  post_group="user"
  characters_max=0
</discussion>

will disallow postings by anonymous users and remove restriction on the number of characters in a comment. Here is a complete list of all parameters.


[edit] Download & Installation

To install this extension, please follow this link.