MediaWiki extensions manual
WikiRating
Release status: beta
MediaWiki
License MIT License
Download

GitHub:

Note:
No localisation updates are
provided by translatewiki.net .

Hooks used
  • BeforePageDisplay

The WikiRating extension for WikiToLearn that can display Page Ratings and gather user votes. It works in conjunction with WikiRating Engine that determines the quality of Pages on WikiToLearn platform.

Features

This extension works along side with WikiRating engine to :

  • Gather new user votes for a particular page.
  • Display the Page Rating and suitable badge for assessing the page quality.
  • Display additional information about various parameter involved in rating a certain page.

Installation

  • Download and place the file(s) in a directory called WikiRating in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'WikiRating' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.