Extension:Numbertext/pl
To rozszerzenie nie jest aktualnie aktywnie rozwijane! Pomimo, że może nadal działać, jakiekolwiek zgłoszenia błędów lub propozycji funkcji będą najprawdopodobniej ignorowane. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{Rozszerzenie }} infobox. |
Numbertext Status wydania: niewspierane |
|
---|---|
Realizacja | Funkcja parsera |
Opis | Allows to transform numbers into words |
Autor(zy) | Pavel Astakhov (Pastakhovdyskusja) |
Ostatnia wersja | 0.10.0 (2014-04-01) |
MediaWiki | |
PHP | 5.3+ |
Zmiany w bazie danych | Nie |
Licencja | LGPL/BSD dual-license |
Pobieranie | |
Przykład | test.foxway.org |
|
|
Quarterly downloads | 1 (Ranked 131st) |
Przetłumacz rozszerzenie Numbertext jeżeli jest dostępne na translatewiki.net | |
The Numbertext extension allows to transform numbers into words. It based on the numbertext.org service and supports more than thirty languages.
Użycie
{{#numbertext:number|language}}
{{#moneytext:number|currency|language}}
gdzie:
- number - the number to transform into words
- currency - currency of money (sample: "USD", "EUR", "RUB", etc)
- language - language for transform (optional, sample "en", "en_US", "ru", "ru_RU", etc)
Default language sets by variable $wgNumbertext_defaultLang
, which by default equally $wgLanguageCode
(see Site language).
You can specify a different default language, or an empty string, and will use the language specified in the user preferences.
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
Numbertext
w folderzeextensions/
.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Numbertext - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
require_once "$IP/extensions/Numbertext/Numbertext.php";
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
To rozszerzenie jest dołączone do następujących farm/hostów wiki lub pakietów: To nie jest pełna lista. Niektóre farmy/hosty wiki lub pakiety mogą zawierać to rozszerzenie nawet jeśli nie są one tutaj wymienione. Zawsze sprawdzaj swoje farmy/hosty wiki, aby to potwierdzić. |