Extension:UsersPagesLinks API
This extension is incompatible with MediaWiki 1.43 or any later release! You are advised against using this extension on a live site. MediaWiki developers are invited to pledge their efforts to updating this extension to make it compatible with MediaWiki 1.42 by replacing the {{Incompatible }} template with {{Incompatible |version=1.43|pledge=~~~~}} . |
Please expand this page. |
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
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 | GitHub: Note: |
|
|
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 yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'UsersPagesLinks API' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.