MediaWiki  1.27.2
MessagesLzh.php File Reference

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). More...
 
 $datePreferences
 A list of date format preference keys which can be selected in user preferences. More...
 
 $defaultDateFormat = 'zh'
 
 $digitTransformTable
 
 $specialPageAliases
 

Detailed Description

Literary Chinese (文言)

To improve a translation please visit https://translatewiki.net

Author
C933103
Itsmine
Justincheng12345
Omnipaedista
Shinjiman
Simon Shek
StephDC
Super Wang
Xiaomingyan
Yanteng3

Definition in file MessagesLzh.php.

Variable Documentation

$dateFormats
Initial value:
= [
'zh time' => 'H時i分'

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 132 of file MessagesLzh.php.

$datePreferences
Initial value:
= [
'default',
'ISO 8601',
]

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 117 of file MessagesLzh.php.

$defaultDateFormat = 'zh'

Definition at line 122 of file MessagesLzh.php.

$digitTransformTable
Initial value:
= [
'0' => '〇'

Definition at line 138 of file MessagesLzh.php.

$specialPageAliases
Initial value:
= [
'Activeusers' => [ '躍簿' ]

Definition at line 21 of file MessagesLzh.php.