Extension:CiteDrawer

This extension is professionally maintained by the WikiTeq team.
WikiTeq provides official support for MediaWiki LTS releases only. It may work with other MediaWiki releases.
Category:Extensions by WikiTeq Category:Extensions with invalid or missing typeCategory:MIT licensed extensions
MediaWiki extensions manual
CiteDrawer
Release status: stableCategory:Stable extensions
Description Adds a floating drawer displayed at the bottom of the screen when user clicks on <ref> link
Author(s) Tosfostalk
Maintainer(s) WikiTeq team
Latest version 1.0.1
Compatibility policy For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension.Category:Extensions with long-term support release branches compatibility policy
MediaWiki 1.39+Category:Extensions with manual MediaWiki version
License MIT License
Download Category:Extensions in Wikimedia version control
  • $wgCiteDrawerEnableMobile
  • $wgCiteDrawerEnableDesktop
  • $wgCiteDrawerTheme
Quarterly downloads 2 (Ranked 114th)
Translate the CiteDrawer extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

The CiteDrawer extension eases user interaction with the Cite extension by introducing a floating drawer displayed at the bottom of the screen when a user clicks on a link.

This extension was created for WikiWorks.

Prerequisites

  • Extension Cite needs to be installed, so this extension can work.

Installation

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

Configuration

This extension has 3 configuration parameters:

  • $wgCiteDrawerEnableDesktop which enables this extension to work on desktop devices. It is enabled by default, and if you don't want it, set parameter to false
  • $wgCiteDrawerEnableMobile which enables this extension to work on mobile. It is enabled by default, and if you don't want it, set parameter to false
  • $wgCiteDrawerTheme which is used for changing widget appearance. Options light and dark are available. Per default, this is dark.
Category:All extensions Category:BeforePageDisplay extensions Category:Extensions by WikiTeq Category:Extensions in Wikimedia version control Category:Extensions with invalid or missing type Category:Extensions with long-term support release branches compatibility policy Category:Extensions with manual MediaWiki version Category:MIT licensed extensions Category:MakeGlobalVariablesScript extensions Category:Stable extensions