Jump to content

Manual:$wgGrammarForms/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgGrammarForms and the translation is 14% complete.
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';