Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suriyaa/mediawiki-extensions-info

Adds a Info link tab to your MediaWiki pages
https://github.com/suriyaa/mediawiki-extensions-info

info mediawiki mediawiki-extension

Last synced: about 1 month ago
JSON representation

Adds a Info link tab to your MediaWiki pages

Awesome Lists containing this project

README

        

## MediaWiki Info Extension

Adds a **Info `&action=info` link tab** of regular articles to your MediaWiki Skin allowing quick displaying of page informations.

### Installation

Download and upload the zip file to `/extensions` and extract. Rename directory folder `/Info-#-#-#` to `/Info` and add the following to `LocalSettings.php` to enable this extension.

`wfLoadExtension( 'Info' );`

## Configuration
Control the ability by user group to info content. eg `['*']` would allow anyone, `['user']` allows only users or `['sysop']` would only allow sysops.

Allow viewing Info for a specific user group:
`$wgGroupPermissions['{a user group}']['info'] = true;`

## Additional Information
See https://www.mediawiki.org/wiki/Extension:Info for more information about displaying a page's informations.