Extension:UsersPagesLinks API

From mediawiki.org
MediaWiki extensions manual
UsersPagesLinks API
Release status: unmaintained
Author(s) Pierre Boutet (Pyro853talk)
Latest version 0.2.0
MediaWiki
Composer wikifab/users-pages-links
License No license specified
Download
  • $wgUsersPagesLinksFoNamespaces
  • $wgUsersPagesLinksTypes
  • $wgUsersPagesLinksTypesUndoLabelsKey

The UsersPagesLinks API extension provides an API to add links between user and pages.

Installation[edit]

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