Extension:ImageWithLink
|
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 | GPL 2 | ||
| Download | http://www.n0r1sk.com | ||
|
|||
|
|||
| Check usage and version matrix | |||
Contents |
What can this extension do? [edit]
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]
Download instructions [edit]
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]
To install this extension, add the following to LocalSettings.php:
#LinkWithImage require_once("$IP/extensions/LinkWithImage.php");
See also [edit]
If you like go to our site http://www.n0r1sk.com and leave a message there!