MediaWiki master
MessagesCcp.php
Go to the documentation of this file.
1<?php
9 NS_MEDIA => '𑄟𑄨𑄓𑄨𑄠',
10 NS_SPECIAL => '𑄃𑄬𑄥𑄴𑄛𑄬𑄥𑄣𑄴',
11 NS_TALK => '𑄇𑄧𑄙',
12 NS_USER => '𑄣𑄢𑄴𑄌𑄢𑄴_𑄉𑄧𑄢𑄨𑄠𑄬',
13 NS_USER_TALK => '𑄣𑄢𑄴𑄌𑄢𑄴_𑄉𑄧𑄢𑄨𑄠𑄬_𑄇𑄧𑄙',
14 NS_PROJECT_TALK => '$1_𑄇𑄧𑄙',
15 NS_FILE => '𑄜𑄭𑄣𑄴',
16 NS_FILE_TALK => '𑄜𑄭𑄣𑄴_𑄇𑄧𑄙',
17 NS_MEDIAWIKI => '𑄟𑄨𑄓𑄨𑄠𑄃𑄪𑄃𑄨𑄇𑄨',
18 NS_MEDIAWIKI_TALK => '𑄟𑄨𑄓𑄨𑄠𑄃𑄪𑄃𑄨𑄇𑄨_𑄇𑄧𑄙',
19 NS_TEMPLATE => '𑄑𑄬𑄟𑄴𑄛𑄳𑄣𑄬𑄑𑄴',
20 NS_TEMPLATE_TALK => '𑄑𑄬𑄟𑄴𑄛𑄳𑄣𑄬𑄑𑄴_𑄇𑄧𑄙',
21 NS_HELP => '𑄝𑄧𑄣𑄝𑄧𑄣𑄴',
22 NS_HELP_TALK => '𑄝𑄧𑄣𑄝𑄧𑄣𑄴_𑄇𑄧𑄙',
23 NS_CATEGORY => '𑄇𑄬𑄑𑄉𑄧𑄢𑄨',
24 NS_CATEGORY_TALK => '𑄇𑄬𑄑𑄉𑄧𑄢𑄨_𑄇𑄧𑄙',
25];
26
28 '0' => '𑄶',
29 '1' => '𑄷',
30 '2' => '𑄸',
31 '3' => '𑄹',
32 '4' => '𑄺',
33 '5' => '𑄻',
34 '6' => '𑄼',
35 '7' => '𑄽',
36 '8' => '𑄾',
37 '9' => '𑄿'
38];
39
40$digitGroupingPattern = "#,##,##0.###";
41
42$linkTrail = '/^([\p{Chakma}]+)(.*)$/su';
const NS_HELP
Definition Defines.php:77
const NS_USER
Definition Defines.php:67
const NS_FILE
Definition Defines.php:71
const NS_MEDIAWIKI_TALK
Definition Defines.php:74
const NS_PROJECT_TALK
Definition Defines.php:70
const NS_MEDIAWIKI
Definition Defines.php:73
const NS_TEMPLATE
Definition Defines.php:75
const NS_SPECIAL
Definition Defines.php:54
const NS_FILE_TALK
Definition Defines.php:72
const NS_HELP_TALK
Definition Defines.php:78
const NS_CATEGORY_TALK
Definition Defines.php:80
const NS_MEDIA
Definition Defines.php:53
const NS_TALK
Definition Defines.php:66
const NS_USER_TALK
Definition Defines.php:68
const NS_CATEGORY
Definition Defines.php:79
const NS_TEMPLATE_TALK
Definition Defines.php:76
$linkTrail
$namespaceNames
$digitGroupingPattern
$digitTransformTable