MediaWiki
REL1_22
|
Russian (русский язык) More...
Public Member Functions | |
commafy ($_) | |
Four-digit number should be without group commas (spaces) See manual of style at http://ru.wikipedia.org/wiki/Википедия:Оформление_статей So "1 234 567", "12 345" but "1234". | |
convertGrammar ($word, $case) | |
Convert from the nominative form of a noun to some other case Invoked with {{grammar:case|word}}. |
Russian (русский язык)
You can contact Alexander Sigachov (alexander.sigachov at Googgle Mail)
Definition at line 31 of file LanguageRu.php.
LanguageRu::commafy | ( | $ | _ | ) |
Four-digit number should be without group commas (spaces) See manual of style at http://ru.wikipedia.org/wiki/Википедия:Оформление_статей So "1 234 567", "12 345" but "1234".
$_ | string |
Reimplemented from Language.
Definition at line 115 of file LanguageRu.php.
LanguageRu::convertGrammar | ( | $ | word, |
$ | case | ||
) |
Convert from the nominative form of a noun to some other case Invoked with {{grammar:case|word}}.
$word | string |
$case | string |
Reimplemented from Language.
Definition at line 41 of file LanguageRu.php.