MediaWiki master
|
Literary Chinese (文言) More...
Go to the source code of this file.
Variables | |
$dateFormats | |
These are formats for dates generated by MediaWiki (as opposed to the wikitext DateFormatter). | |
$datePreferences | |
A list of date format preference keys which can be selected in user preferences. | |
$defaultDateFormat = 'zh' | |
$digitTransformTable | |
$fallback = 'zh-hant, zh, zh-hans' | |
$separatorTransformTable | |
$specialPageAliases | |
@phpcs-require-sorted-array | |
Literary Chinese (文言)
Definition in file MessagesLzh.php.
$dateFormats |
These are formats for dates generated by MediaWiki (as opposed to the wikitext DateFormatter).
Documentation for the format string can be found in Language.php, search for sprintfDate.
This array is automatically inherited by all subclasses. Individual keys can be overridden.
Definition at line 134 of file MessagesLzh.php.
$datePreferences |
A list of date format preference keys which can be selected in user preferences.
New preference keys can be added, provided they are supported by the language class's timeanddate(). Only the 5 keys listed below are supported by the wikitext converter (DateFormatter.php).
The special key "default" is an alias for either dmy or mdy depending on $wgAmericanDates
Definition at line 119 of file MessagesLzh.php.
$defaultDateFormat = 'zh' |
Definition at line 124 of file MessagesLzh.php.
$digitTransformTable |
Definition at line 140 of file MessagesLzh.php.
$fallback = 'zh-hant, zh, zh-hans' |
Definition at line 20 of file MessagesLzh.php.
$separatorTransformTable |
Definition at line 153 of file MessagesLzh.php.
$specialPageAliases |
@phpcs-require-sorted-array
Definition at line 23 of file MessagesLzh.php.