Extension:QuickResponse

From mediawiki.org
MediaWiki extensions manual
QuickResponse
Release status: unmaintained
Author(s) Konarak Ratnakar
Latest version 0.4.0
MediaWiki >= 1.35.0
License MIT License
Download
Quarterly downloads 0
Translate the QuickResponse extension if it is available at translatewiki.net

The QuickResponse extension adds a link to a QR code on each page.

Installation[edit]

  • Download and move the extracted QuickResponse 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/QuickResponse
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'QuickResponse' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.