Extension:Soundex/de
Diese Erweiterung ist mit der MediaWiki 1.39 oder neueren Veröffentlichung inkompatibel! Du wirst davon abgeraten, diese Erweiterung auf einer Live-Seite zu verwenden.
|
<translate> This extension stores its source code on a wiki page.</translate> <translate> Please be aware that this code may be unreviewed or maliciously altered.</translate> <translate> They may contain security holes, outdated interfaces that are no longer compatible etc.</translate> <translate> Note:</translate> <translate> No [[<tvar name=localisation>Special:MyLanguage/Localisation#Translation resources</tvar>|localisation]] updates are provided for this extension by <tvar name=twn>translatewiki.net </tvar>.</translate> |
<translate> This extension is currently not actively maintained!</translate> <translate> Although it may still work, any bug reports or feature requests will more than likely be ignored.</translate> |
Soundex Freigabestatus: ohne Wartung |
|
---|---|
Einbindung | Tag |
Beschreibung | Generates soundex codes with <soundex></soundex> tag |
Autor(en) | Kurt M. Weber (Kmwebertalk) |
Letzte Version | 0.1 (2008-09-18) |
MediaWiki | |
Lizenz | GNU General Public License 2.0 oder neuer |
Herunterladen | Soundex.php |
Quarterly downloads | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Public wikis using | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
This extension adds a <soundex></soundex>
tag to enable generation of Soundex codes from within MediaWiki.
It is essentially just a wrapper for PHP's built-in soundex()
function.
Verwendung
To generate a soundex code, simply place the name between <soundex></soundex>
tags.
For instance,
<soundex>Kurt</soundex>
will generate
- K630
Dateien
Es gibt nur eine Datei, die ist Soundex.php
.
Simply create a Soundex
directory in your extensions
directory and place the Soundex.php
file there, then add the following to your LocalSettings.php file:
require_once("extensions/Soundex/Soundex.php");