Skip to content

Github mirror of MediaWiki extension AdminLinks - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

License

Notifications You must be signed in to change notification settings

wikimedia/mediawiki-extensions-AdminLinks

Repository files navigation

Admin Links extension

        Version 0.6.3
        Yaron Koren

This is free software licensed under the GNU General Public License. Please
see https://www.gnu.org/copyleft/gpl.html for further details, including the
full text and terms of the license.

== Overview ==

Admin Links is an extension to MediaWiki that provides a special page
meant to hold links that are useful to an administrator; it attempts to
function as a "control panel" for the actions that a wiki administrator
typically has to perform. Any user can access this page, but for
administrators a new link to this page is placed within their "personal
URLs" (between "Talk" and "Preferences").

Admin Links provides an API that other extensions can call in order to
add their own sections and links to the page; links can be to both special
pages and outside documentation URLs, among others.

For more information, see the extension homepage at:
https://www.mediawiki.org/wiki/Extension:Admin_Links

== Requirements ==

This version of the Admin Links extension requires MediaWiki 1.35 or higher.

== Installation ==

To install the extension, place the entire 'AdminLinks' directory within
your MediaWiki 'extensions' directory, then add the following line to your
LocalSettings.php file:

     wfLoadExtension( 'AdminLinks' );

== Configuration ==

$wgAdminLinksDelimiter: The delimiter to use for separating links. Defaults to "·" (a middot).

== Contact ==

Comments, questions, suggestions and bug reports are welcome, and can
be placed on the Talk page for the extension, or sent to Yaron at
yaron57@gmail.com.