Extension:PanScroll
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{Extension }} infobox. |
PanScroll Release status: unmaintained |
|
---|---|
Implementation | Tag |
Description | This extension will allow an element to be scrolled through the use of panning (drag & drop) |
Author(s) | Mathias Lidal |
Latest version | 0.1 (2012-06-18) |
MediaWiki | >= 1.29.0 |
License | GNU General Public License 3.0 |
Download | CHANGELOG |
Quarterly downloads | 0 |
Translate the PanScroll extension if it is available at translatewiki.net | |
What can this extension do?
editThis extension will allow an element to be scrolled through the use of panning (drag & drop)
Usage
editDownload instructions
edit- Download the extension from the right hand side menu.
- Unpack the extension in your mediawiki installation under the folder extensions
Installation
editTo install this extension, add the following to LocalSettings.php:
#add configuration parameters here
#setup user rights here
require_once("$IP/extensions/PanScroll/PanScroll.php");
Configuration parameters
editName | Description | Instance example usage |
---|---|---|
width | Set width of the PanScroll container. Can be either absolute value (e.g. 500px) og a percentage which will be a percentage of the width of the contained element. | <panscroll width="500px"> |
height | Set height of the PanScroll container. Can be either absolute value (e.g. 500px) og a percentage which will be a percentage of the height of the contained element. | <panscroll height="500px"> |
Example usage
edit<panscroll width="500px" height="500px"> {| class="wikitable" . . } </panscroll>