Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/suriyaa/mediawiki-extensions-info
- Owner: suriyaa
- License: gpl-2.0
- Created: 2017-09-04T15:22:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T17:55:04.000Z (over 3 years ago)
- Last Synced: 2024-10-12T14:31:06.365Z (2 months ago)
- Topics: info, mediawiki, mediawiki-extension
- Language: PHP
- Homepage: https://www.mediawiki.org/wiki/Extension:Info
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.