Extension:ThumbParser
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
![]() Release status: unmaintained |
|
---|---|
Implementation | User interface |
Description | Adds a Tab that links to credits |
Author(s) | Daniel Schuba (DaSchtalk) |
Latest version | 0.2 (2012-07-15) |
MediaWiki | |
License | GPL |
Download | GitHub: Note: README |
Adds ParserFunktion #thumb that prints the thumb size that a user has defined. It takes three different parameters
- {{#thumb:size}}
- the thumbsize
- {{#thumb:px}}
- the thumbsize with px added at the end
- {{#thumb:width}}
- the thumbsize +10 with px added (size of a thumb with box)
Repository[edit]
Download[edit]
Download using Git[edit]
git clone https://github.com/DaSchTour/ThumbParser.git
Installation[edit]
Download the files from github. Put them in /extensions/ThumbParser and but the following to your LocalSettings.php
require_once( "$IP/extensions/ThumbParser/ThumbParser.php" );