Extension:URNames

From Linux Web Expert

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 Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').

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

Installation

  • <translate> <tvar name=1>Download</tvar> and place the file(s) in a directory called <tvar name=name>URNames</tvar> in your <tvar name=ext>extensions/</tvar> folder.</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'URNames' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

See also