Extension:CiteDrawer
Appearance
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 | |
| 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 move the extracted
CiteDrawerfolder to yourextensions/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' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration
[edit]This extension has 3 configuration parameters:
$wgCiteDrawerEnableDesktopwhich enables this extension to work on desktop devices. It is enabled by default, and if you don't want it, set parameter tofalse$wgCiteDrawerEnableMobilewhich enables this extension to work on mobile. It is enabled by default, and if you don't want it, set parameter tofalse$wgCiteDrawerThemewhich is used for changing widget appearance. Optionslightanddarkare available. Per default, this isdark.
