Extension:ImageWithLink

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
ImageWithLink

Release status: stable

Implementation Tag
Description This extension adds the ability to nearly use wiki syntax to create an external image with a link/url behind it.
Author(s) n0r1sk.com
License GNU General Public License 2.0
Download http://www.n0r1sk.com
Tags
<iwl> </iwl>
Hooks used
ParserFirstCallInit

Translate the ImageWithLink extension if possible

Check usage and version matrix; code metrics

What can this extension do?[edit | edit source]

A very small extension that adds a new tag <iwl> </iwl> to MediaWiki. MediaWiki code between this tags will be interpreted and a given external image with the given link/url behind it will be displayed. This is useful if you do not want to directly add html-code to your MediaWiki page because the standard wiki features don't include the ability to add an external image with a link.

Usage[edit | edit source]

Download instructions[edit | edit source]

Please download copy of the extension from our site http://www.n0r1sk.com and place it in $IP/extensions/ExtensionName/ExtensionName.php. Note: $IP stands for the root directory of your MediaWiki installation, the same directory that holds LocalSettings.php.

Installation[edit | edit source]

To install this extension, add the following to LocalSettings.php:

#LinkWithImage
require_once("$IP/extensions/LinkWithImage.php");

See also[edit | edit source]

If you like go to our site http://www.n0r1sk.com and leave a message there!