The MoreInfo extension provides additional technical information about the MediaWiki server through custom magic words.
The recommended way to install MoreInfo is using Composer:
composer require lucamauri/moreinfoThen add the following line to your LocalSettings.php:
wfLoadExtension( 'MoreInfo' );- 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.
Displays the public IP address of the server hosting the wiki.
Example:
The server IP is: {{SERVERIP}}
No configuration is required. The extension works out of the box.
Note: Displaying the server's IP address publicly may have security implications. Consider your use case carefully and restrict access if necessary.
GNU General Public License, version 3 or later
Luca Mauri
- GitHub Repository: https://github.com/lucamauri/MoreInfo
- Issues: https://github.com/lucamauri/MoreInfo/issues
- Changelog: See CHANGELOG.md
Contributions are welcome! Please feel free to submit a Pull Request or open an issue on GitHub.