Extension:PanScroll

Category:Unmaintained extensions#PanScroll Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
PanScroll
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Tag Category:Tag extensions
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 Category:Extensions in Wikimedia version control
CHANGELOG
Quarterly downloads 1 (Ranked 91st)
Translate the PanScroll extension if it is available at translatewiki.net
Category:All extensions

What can this extension do?

This extension will allow an element to be scrolled through the use of panning (drag & drop)

Usage

Download instructions

  1. Download the extension from the right hand side menu.
  2. Unpack the extension in your mediawiki installation under the folder extensions

Installation

To 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

NameDescriptionInstance example usage
widthSet 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">
heightSet 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

<panscroll width="500px" height="500px">
{| class="wikitable"
.
.
}
</panscroll>
Category:All extensions Category:Extensions in Wikimedia version control Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:ParserFirstCallInit extensions Category:Tag extensions Category:Unmaintained extensions