lucamauri / more-info
Provides a collection of additional information on a MediaWiki installation
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:mediawiki-extension
pkg:composer/lucamauri/more-info
Requires
- guzzlehttp/guzzle: 6.5.*
- knplabs/github-api: 2.*
- php-http/guzzle6-adapter: ^1.1
This package is auto-updated.
Last update: 2025-10-24 21:51:18 UTC
README
The MoreInfo extension provides additional technical information about the MediaWiki server through custom magic words.
Installation
Using Composer (Recommended)
The recommended way to install MoreInfo is using Composer:
composer require lucamauri/moreinfo
Then add the following line to your LocalSettings.php:
wfLoadExtension( 'MoreInfo' );
Manual Installation
- Download the extension files and place them in a directory called
MoreInfoin yourextensions/folder. - Add the following code at the bottom of your
LocalSettings.php:
wfLoadExtension( 'MoreInfo' );
- Done! Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Usage
Magic Words
{{SERVERIP}}
Displays the public IP address of the server hosting the wiki.
Example:
The server IP is: {{SERVERIP}}
Configuration
No configuration is required. The extension works out of the box.
Security Considerations
Note: Displaying the server's IP address publicly may have security implications. Consider your use case carefully and restrict access if necessary.
License
GNU General Public License, version 3 or later
Author
Luca Mauri
Links
- GitHub Repository: https://github.com/lucamauri/MoreInfo
- Issues: https://github.com/lucamauri/MoreInfo/issues
- Changelog: See CHANGELOG.md
Contributing
Contributions are welcome! Please feel free to submit a Pull Request or open an issue on GitHub.