Extension:AdaptiveThumb

Category:Unmaintained extensions#AdaptiveThumb Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
AdaptiveThumb
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Skin Category:Skin extensions
Description Displays an image thumbnail that scales with the browser size
Author(s) Thorsten Staerk (ThorstenStaerktalk)
Latest version 0.1 (2018-03-12)
MediaWiki 1.25+Category:Extensions with manual MediaWiki version
License GNU General Public License 2.0 only
Download Category:Extensions in GitHub version control
README
Example LinuxIntro
referring to a local file
Category:All extensions

The AdaptiveThumb extension allows you to show thumbnails of images that scale with the browser window.

Installation

  • Download and place the file(s) in a directory called AdaptiveThumb in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'AdaptiveThumb' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Usage

To use this extension, simply put a <pic> tag into your MediaWiki markup like this:

<pic src="mindmap.jpg" width=30% align=text caption="this is a mindmap" />

You can see it in action on http://www.linuxintro.org/wiki/Babe

Category:Image extensions
Category:All extensions Category:Extensions in GitHub version control Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Image extensions Category:ParserFirstCallInit extensions Category:Skin extensions Category:Unmaintained extensions