Extension:WebToolsManager
Jump to navigation
Jump to search
WebTools Manager Release status: experimental |
|
---|---|
![]() |
|
Implementation | User rights , Special page |
Description | A MediaWiki extension that provides an interactive UI for web tool management for wikis, like Open Graph, analytics, etc. |
Author(s) | Moriel Schottlender (Mooeypootalk) |
Latest version | 1.0.0 |
Compatibility policy | Master maintains backwards compatibility. |
MediaWiki | 1.34.0 |
Database changes | Yes |
Tables | webtools_config |
License | GNU General Public License 3.0 or later |
Download | |
|
|
webtoolsmanagement |
|
Translate the WebToolsManager extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
WebTools Manager is an extension that provides an interactive UI for web tool management for wikis, like Open Graph, analytics, etc. It adds the ability to control analytics and Open Graph details across the wiki in a visual manner, without having to deal with variables in LocalSettings.php
after installation.
Installation[edit]
- Download and place the file(s) in a directory called
WebToolsManager
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'WebToolsManager' );
- Run the update script which will automatically create the necessary database tables that this extension needs.
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.