-
Notifications
You must be signed in to change notification settings - Fork 0
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
wikimedia/mediawiki-extensions-PanScroll
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published