Manual:$wgGrammarForms
Appearance
From mediawiki.org
Languages:
| Language, regional and character encoding settings: $wgGrammarForms | |
|---|---|
Used for {{GRAMMAR:}} parser function. |
|
| Introduced in version: | 1.7.0 (r14381) |
| Removed in version: | Still in use |
| Allowed values: | (array of array of strings) |
| Default value: | [] |
| Other settings: Alphabetical | By function | |
Details
[edit ]Some languages need different word forms, usually for different cases.
Used by method Language::convertGrammar to implement the {{GRAMMAR:}} parser function.
Example:
$wgGrammarForms['en']['genitive']['car'] = 'car\'s';