Extension:URNames

From mediawiki.org
MediaWiki extensions manual
URNames
Release status: stable
Implementation User interface
Description Extension adds users' real name (only for logged in users) to following pages: History pages, Recentchanges, Listusers, Activeusers, BlockList
Author(s) Josef Martiňåk (Jossmarttalk)
Latest version 1.1.1 (2021-06-16)
MediaWiki 1.36+
Database changes No
License MIT License
Download
README.md
Example WikiSkripta
Quarterly downloads 0

The URNames extension adds users' real name (only for logged in users) to following pages:

Installation[edit]

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

See also[edit]