Extension:WebToolsManager

MediaWiki extensions manual
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 backward compatibility.
MediaWiki 1.34.0
Database changes Yes
Tables webtools_config
License GNU General Public License 3.0 or later
Download
  • $wgWebToolsManagerAllowGoogleAnalytics
webtoolsmanagement
Quarterly downloads 3 (Ranked 144th)
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 move the extracted WebToolsManager folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WebToolsManager
  • Add the following code at the bottom of your LocalSettings.php file:
    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.