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.
![]() Release status: stable |
|
---|---|
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. |
MediaWiki | 1.39+ |
License | MIT License |
Download | |
|
|
Quarterly downloads | 4 (Ranked 159th) |
Translate the CiteDrawer extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
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[edit]
- Extension Cite needs to be installed, so this extension can work.
Installation[edit]
- Download and place the file(s) in a directory called
CiteDrawer
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'CiteDrawer' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration[edit]
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 tofalse
$wgCiteDrawerEnableMobile
which enables this extension to work on mobile. It is enabled by default, and if you don't want it, set parameter tofalse
$wgCiteDrawerTheme
which is used for changing widget appearance. Optionslight
anddark
are available. Per default, this isdark
.