Extension:UsersPagesLinks API

Category:Extensions incompatible with 1.43 Category:Pages to be expanded#UsersPagesLinks%20API Category:Unmaintained extensions#UsersPagesLinks%20API Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:Extensions without a compatibility policyCategory:Extensions with no license specified
MediaWiki extensions manual
UsersPagesLinks API
Release status: unmaintainedCategory:Unmaintained extensions
Author(s) Pierre Boutet (Pyro853talk)
Latest version 0.2.0
MediaWiki Category:Extensions without MediaWiki version
Composer wikifab/users-pages-linksCategory:Extensions supporting Composer
License No license specified
Download Category:Extensions in GitHub version control
  • $wgUsersPagesLinksFoNamespaces
  • $wgUsersPagesLinksTypes
  • $wgUsersPagesLinksTypesUndoLabelsKey
Category:All extensions

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

Installation

  • 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.
Category:All extensions Category:ArticleDeleteComplete extensions Category:BeforePageDisplay extensions Category:Extensions in GitHub version control Category:Extensions incompatible with 1.43 Category:Extensions supporting Composer Category:Extensions with invalid or missing type Category:Extensions with no license specified Category:Extensions without MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:LoadExtensionSchemaUpdates extensions Category:Pages to be expanded Category:ParserFirstCallInit extensions Category:SkinTemplateNavigation extensions Category:Unmaintained extensions