MediaWiki extension PageAssessments

Clone this repo:
  1. 52c4c6e Localisation updates from https://translatewiki.net. by Translation updater bot · 11 days ago master wmf/1.43.0-wmf.16 wmf/branch_cut_pretest
  2. f9740c2 Test:Replace db with getDb method by Wandji69 · 4 weeks ago wmf/1.43.0-wmf.14 wmf/1.43.0-wmf.15
  3. fa17f4c Replace deprecated ApiPageSet::getGoodTitles by Umherirrender · 6 weeks ago wmf/1.43.0-wmf.12 wmf/1.43.0-wmf.13
  4. 47723d5 build: Updating eslint-config-wikimedia to 0.28.2 by libraryupgrader · 6 weeks ago wmf/1.43.0-wmf.11
  5. 6b90c47 build: Updating braces to 3.0.3 by libraryupgrader · 8 weeks ago wmf/1.43.0-wmf.10

PageAssessments

See https://www.mediawiki.org/wiki/Extension:PageAssessments for detailed documentation.

This extension is for the purposes of storing article assessments in a database table and providing an API for retrieving them. This extension was primarily designed to support WikiProjects, but it can be used for a number of other similar purposes.

The parser function for invoking a new review is: {{#assessment: | | }}. Typically this parser function will be embedded in an assessment template that is then transcluded on an article's talk page.

If the extension is configured to support subprojects (see Configuration below), the subproject should follow the project name and be separated with a slash. For example, to record an assessment for the Crime task force of WikiProject Novels, you would use an assessment like: {{#assessment:Novels/Crime task force|B|Low}}

Configuration

The following configuration variables can be set from your LocalSettings.php file.

  • $wgPageAssessmentsOnTalkPages: Set to 'true' if page assessments are recorded on talk pages, or 'false' if page assessments are recorded directly on main namespace pages. Default is true.
  • $wgPageAssessmentsSubprojects: Set to 'true' if the wiki distinguishes between projects and subprojects. Default is false.