Extension:UnicodeConverter

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:Extensions with unknown license
MediaWiki extensions manual
UnicodeConverter
Release status: stableCategory:Stable extensions
Implementation Special page Category:Special page extensions
Description Example special page
Author(s) Tim Starlingtalk
MediaWiki >= 1.31.0
License GPL2 or Any OSI approved license
Download Category:Extensions in Wikimedia version control
Quarterly downloads 4 (Ranked 106th)
Translate the UnicodeConverter extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

This was the first special page extension. It was created as a demonstration showing how to create special page extensions. Its function is to take Unicode text pasted into an input box, and to show the text with any non-ASCII characters converted to HTML entities.

Installation

  • Download and move the extracted UnicodeConverter folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/UnicodeConverter
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'UnicodeConverter' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions Category:Extensions in Wikimedia version control Category:Extensions with unknown license Category:Extensions without a compatibility policy Category:Extensions without an image Category:Special page extensions Category:Stable extensions