Extension:Discussion
From MediaWiki.org
|
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 | 2.01 |
| MediaWiki | 1.15.0 |
| PHP | 5.2.9 |
| License | Custom license |
| Download | link |
| Example | commenterra |
| Check usage and version matrix | |
This extension adds a "discussion" panel to any page, where users can post blog-like comments. An example can be viewed here.
Usage [edit]
To add discussion to a page, add the following wiki text:
<discussion />
You can also specify various parameters, e.g.
<discussion> characters_max=0 incremental=0 </discussion>
will remove restriction on the number of characters in a comment, and will display Previous/Next buttons instead of More. Here is a complete list of parameters.
Download & installation [edit]
This extension requires several new tables to be created. For download, creating tables, and installation instructions, please follow this link.