Erweiterung:Soundex

From mediawiki.org
This page is a translated version of the page Extension:Soundex and the translation is 36% complete.
MediaWiki-Erweiterungen
Soundex
Freigabestatus: ohne Wartung
Einbindung Tag
Beschreibung Generates soundex codes with <soundex></soundex> tag
Autor(en) Kurt M. Weber (KmweberDiskussion)
Letzte Version 0.1 (2008-09-18)
MediaWiki
Lizenz GNU General Public License 2.0 oder neuer
Herunterladen Soundex.php

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");