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

v1.0 2020-10-28 19:54 UTC

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

  1. Download the extension files and place them in a directory called MoreInfo in your extensions/ folder.
  2. Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'MoreInfo' );
  1. 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

Contributing

Contributions are welcome! Please feel free to submit a Pull Request or open an issue on GitHub.