Extension:WebToolsManager

Category:GPL licensed extensions
MediaWiki extensions manual
WebTools Manager
Release status: experimentalCategory:Experimental extensions
Implementation User rights Category:User rights extensions, Special page Category:Special page extensions
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.Category:Extensions with master compatibility policy
MediaWiki 1.34.0Category:Extensions with manual MediaWiki version
Database changes Yes
Tables webtools_config
License GNU General Public License 3.0 or later
Download Category:Extensions in Wikimedia version control
  • $wgWebToolsManagerAllowGoogleAnalytics
Quarterly downloads 0
Translate the WebToolsManager extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

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

  • 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.
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions Category:BeforePageDisplay extensions Category:Experimental extensions Category:Extensions in Wikimedia version control Category:Extensions which add rights Category:Extensions with manual MediaWiki version Category:Extensions with master compatibility policy Category:GPL licensed extensions Category:LoadExtensionSchemaUpdates extensions Category:SkinTemplateNavigation::Universal extensions Category:Special page extensions Category:User rights extensions