Extension:UnicodeConverter/de-formal

From mediawiki.org
This page is a translated version of the page Extension:UnicodeConverter and the translation is 17% complete.
MediaWiki extensions manual
UnicodeConverter
Release status: stable
Implementation Special page
Description Example special page
Author(s) Tim StarlingDiskussion
MediaWiki >= 1.31.0
License GPL2 or Any OSI approved license
Download
Quarterly downloads 1 (Ranked 143rd)
Translate the UnicodeConverter extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

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

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens UnicodeConverter im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/UnicodeConverter
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'UnicodeConverter' );
    
  • Yes Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.