Extension:XImage

From MediaWiki.org

Jump to: navigation, search

           

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
XImage

Release status: stable

Implementation  Media
Description Image wiki output XHTML Strict compliance
Author(s)  CchantepTalk
Last Version  1.0-SNAPSHOT
MediaWiki  1.11.x, 1.12.0
License No license specified
Download Download page
Example  http://www.nozicaa.com/

check usage (experimental)

Contents

[edit] What can this extension do?

Make wiki image display compliant with XHTML Strict 1.0 (remove "border" attribute ...).

[edit] Usage

[edit] Download instructions

This extension can be download from there.

[edit] Installation

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

require_once("$IP/extensions/XImage/XMediaTransform.setup.php");

[edit] Mediawiki 1.13.x

This extension need to be reviewed to be compliant with mediawiki 1.13.x. Hook ImageBeforeProduceHTML should be used.