Extension:AdaptiveThumb/es

From mediawiki.org
This page is a translated version of the page Extension:AdaptiveThumb and the translation is 25% complete.
Manual de extensiones de MediaWiki
AdaptiveThumb
Estado de lanzamiento: sin mantenimiento
Implementación Piel
Descripción Displays an image thumbnail that scales with the browser size
Autor(es) Thorsten Staerk (ThorstenStaerkdiscusión)
Última versión 0.1 (2018-03-12)
MediaWiki 1.25+
Licencia GNU Licencia Pública general 2.0 sólo
Descarga
README
Ejemplo LinuxIntro
referring to a local file

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

Instalación

  • Download y extrae los archivos en el directorio «AdaptiveThumb» dentro del directorio extensions/ existente.
  • Añade el siguiente código en la parte final de tu archivo LocalSettings.php :
    wfLoadExtension( 'AdaptiveThumb' );
    
  • Yes Hecho – Navega a Special:Version en el wiki para verificar que la extensión se haya instalado correctamente.

Uso

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