Extension:DeviceMapLogCapture

MediaWiki extensions manual
DeviceMapLogCapture
Release status: experimental
Author(s) Patrick Reilly
Latest version 0.0.1 (2020-02-16)
MediaWiki 1.35.0
License Apache License 2.0
Download
Quarterly downloads 1 (Ranked 143rd)
Translate the DeviceMapLogCapture extension if it is available at translatewiki.net

Installing edit

  • Download and move the extracted DeviceMapLogCapture 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/DeviceMapLogCapture
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'DeviceMapLogCapture' );
    
  • 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.