Extension:UnicodeConverter/fr
From Linux Web Expert
UnicodeConverter État de la version : stable |
|
---|---|
Implémentation | Page spéciale |
Description | Page spéciale d'exemple |
Auteur(s) | Tim Starlingtalk |
MediaWiki | |
Licence | GPL2 or <translate> Any OSI approved license</translate> |
Téléchargement | |
Téléchargements trimestriels | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Utilisé par les wikis publics | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Traduire l’extension UnicodeConverter sur translatewiki.net si elle y est disponible | |
Problèmes | Tâches ouvertes · Signaler un bogue |
C'était la première extension de page spéciale. Elle a été créée en tant que démonstration pour montrer comment créer des extensions de pages spéciales. Sa fonction est de récupérer le texte Unicode d'une boîte d'entrée et de l'afficher de sorte à ce que tout caractère non ASCII soit converti en une entité HTML.
Installation
- <translate> [[<tvar name=2>Special:ExtensionDistributor/UnicodeConverter/fr</tvar>|Download]] and move the extracted <tvar name=name>
UnicodeConverter/fr
</tvar> folder to your <tvar name=ext>extensions/
</tvar> directory.</translate>
<translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/UnicodeConverter%2Ffr - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
wfLoadExtension( 'UnicodeConverter/fr' );
- File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>