Manual:$wgGrammarForms/ko
Appearance
| Language, regional and character encoding settings: $wgGrammarForms | |
|---|---|
Used for {{GRAMMAR:}} parser function. |
|
| 이 변수가 소개된 버전: | 1.7.0 (r14381) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (array of array of strings) |
| 기본값: | [] |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
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';