Extension:CommentsProperty

MediaWiki extensions manual
CommentsProperty
Release status: unmaintained
Author(s) Julien
Latest version 1.0
MediaWiki
Composer wikifab/comments-property
License GNU General Public License 2.0 or later
Download

The CommentsProperty extension adds a comment property annotator to Semantic Extra Special Properties properties. It depends on CommentStreams as well as that extension.

Installation edit

  • Download and place the file(s) in a directory called CommentsProperty in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'CommentsProperty' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.