Skip to content

Github mirror of MediaWiki extension PanScroll - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

License

Notifications You must be signed in to change notification settings

wikimedia/mediawiki-extensions-PanScroll

Repository files navigation

== INSTALL ==
1. Copy PanScroll to /path/to/mediawiki/extensions/
2. append "wfLoadExtension( 'PanScroll' );" to LocalSettings.php

Configuration parameters:
width: Width of the panscroll container. Can be either a fixed value (e.g. 500px) or a percentage of the enclosed code
height: Height of the panscroll container. Can be either a fixed value (e.g. 500px) or a percentage of the enclosed code

Example usage:

<panscroll width="500px" height="500px">
{| class="wikitable"
.
.
}
</panscroll>

About

Github mirror of MediaWiki extension PanScroll - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published