lucamauri/more-info
Composer 安装命令:
composer require lucamauri/more-info
包简介
Provides a collection of additional information on a MediaWiki installation
README 文档
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.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2020-11-01