Extension:PeopleCategories

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
PeopleCategories

Release status: stable

Implementation User interface
Description Changes displayed page names from "Firstname Lastname" to "Lastname, Firstname" on specified category pages.
Author(s) Robert Leverington for whatleadership.com (RobertLTalk)
Last version 1.0.0 (2010-04-13)
MediaWiki 1.16.0+
License GNU General Public License 2.0 or later
Download
#Releases
Example WhatLeadership
Parameters

$wgPeopleCategories

Hooks used
CategoryPageView

Check usage (experimental)

The PeopleCategories extension changes displayed page names from "Firstname Lastname" to "Lastname, Firstname" on specified category pages.

[edit] Installation

  • Upload the files to the extensions/PeopleCategories/ directory within your wiki.
  • Add require_once "$IP/extensions/PeopleCategories/PeopleCategories.php"; to the end of your LocalSettings.php file.
  • Populate the $wgPeopleCategories variable with an array of categories you wish this extension to act on, e.g. $wgPeopleCategories = array( 'Authors' );.
  • Enjoy!

[edit] Releases

Version Release date Comments
1.1.0 2010-04-13 Initial version.
Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox