MediaWiki REL1_32
MessagesEn.php
Go to the documentation of this file.
1<?php
17$fallback = false;
18
22$rtl = false;
23
29
34
39
46
53$fallback8bitEncoding = 'windows-1252';
54
59
77 NS_MEDIA => 'Media',
78 NS_SPECIAL => 'Special',
79 NS_MAIN => '',
80 NS_TALK => 'Talk',
81 NS_USER => 'User',
82 NS_USER_TALK => 'User_talk',
83 # NS_PROJECT set by $wgMetaNamespace
84 NS_PROJECT_TALK => '$1_talk',
85 NS_FILE => 'File',
86 NS_FILE_TALK => 'File_talk',
87 NS_MEDIAWIKI => 'MediaWiki',
88 NS_MEDIAWIKI_TALK => 'MediaWiki_talk',
89 NS_TEMPLATE => 'Template',
90 NS_TEMPLATE_TALK => 'Template_talk',
91 NS_HELP => 'Help',
92 NS_HELP_TALK => 'Help_talk',
93 NS_CATEGORY => 'Category',
94 NS_CATEGORY_TALK => 'Category_talk',
95];
96
101
113
124 'default',
125 'mdy',
126 'dmy',
127 'ymd',
128 'ISO 8601',
129];
130
137$defaultDateFormat = 'dmy or mdy';
138
144 'default',
145 'mdy',
146 'dmy',
147 'ymd'
148];
149
159 'mdy time' => 'H:i',
160 'mdy date' => 'F j, Y',
161 'mdy monthonly' => 'F Y',
162 'mdy both' => 'H:i, F j, Y',
163 'mdy pretty' => 'F j',
164
165 'dmy time' => 'H:i',
166 'dmy date' => 'j F Y',
167 'dmy monthonly' => 'F Y',
168 'dmy both' => 'H:i, j F Y',
169 'dmy pretty' => 'j F',
170
171 'ymd time' => 'H:i',
172 'ymd date' => 'Y F j',
173 'ymd monthonly' => 'Y F',
174 'ymd both' => 'H:i, Y F j',
175 'ymd pretty' => 'F j',
176
177 'ISO 8601 time' => 'xnH:xni:xns',
178 'ISO 8601 date' => 'xnY-xnm-xnd',
179 'ISO 8601 monthonly' => 'xnY-xnm',
180 'ISO 8601 both' => 'xnY-xnm-xnd"T"xnH:xni:xns',
181 'ISO 8601 pretty' => 'xnm-xnd'
182];
183
188 'AddALL' => 'http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN',
189 'Barnes & Noble' => 'http://search.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1',
190 'Amazon.com' => 'https://www.amazon.com/gp/search/?field-isbn=$1'
191];
192
214# ID CASE SYNONYMS
215 'redirect' => [ 0, '#REDIRECT' ],
216 'notoc' => [ 0, '__NOTOC__' ],
217 'nogallery' => [ 0, '__NOGALLERY__' ],
218 'forcetoc' => [ 0, '__FORCETOC__' ],
219 'toc' => [ 0, '__TOC__' ],
220 'noeditsection' => [ 0, '__NOEDITSECTION__' ],
221 '!' => [ 1, '!' ],
222 'currentmonth' => [ 1, 'CURRENTMONTH', 'CURRENTMONTH2' ],
223 'currentmonth1' => [ 1, 'CURRENTMONTH1' ],
224 'currentmonthname' => [ 1, 'CURRENTMONTHNAME' ],
225 'currentmonthnamegen' => [ 1, 'CURRENTMONTHNAMEGEN' ],
226 'currentmonthabbrev' => [ 1, 'CURRENTMONTHABBREV' ],
227 'currentday' => [ 1, 'CURRENTDAY' ],
228 'currentday2' => [ 1, 'CURRENTDAY2' ],
229 'currentdayname' => [ 1, 'CURRENTDAYNAME' ],
230 'currentyear' => [ 1, 'CURRENTYEAR' ],
231 'currenttime' => [ 1, 'CURRENTTIME' ],
232 'currenthour' => [ 1, 'CURRENTHOUR' ],
233 'localmonth' => [ 1, 'LOCALMONTH', 'LOCALMONTH2' ],
234 'localmonth1' => [ 1, 'LOCALMONTH1' ],
235 'localmonthname' => [ 1, 'LOCALMONTHNAME' ],
236 'localmonthnamegen' => [ 1, 'LOCALMONTHNAMEGEN' ],
237 'localmonthabbrev' => [ 1, 'LOCALMONTHABBREV' ],
238 'localday' => [ 1, 'LOCALDAY' ],
239 'localday2' => [ 1, 'LOCALDAY2' ],
240 'localdayname' => [ 1, 'LOCALDAYNAME' ],
241 'localyear' => [ 1, 'LOCALYEAR' ],
242 'localtime' => [ 1, 'LOCALTIME' ],
243 'localhour' => [ 1, 'LOCALHOUR' ],
244 'numberofpages' => [ 1, 'NUMBEROFPAGES' ],
245 'numberofarticles' => [ 1, 'NUMBEROFARTICLES' ],
246 'numberoffiles' => [ 1, 'NUMBEROFFILES' ],
247 'numberofusers' => [ 1, 'NUMBEROFUSERS' ],
248 'numberofactiveusers' => [ 1, 'NUMBEROFACTIVEUSERS' ],
249 'numberofedits' => [ 1, 'NUMBEROFEDITS' ],
250 'pagename' => [ 1, 'PAGENAME' ],
251 'pagenamee' => [ 1, 'PAGENAMEE' ],
252 'namespace' => [ 1, 'NAMESPACE' ],
253 'namespacee' => [ 1, 'NAMESPACEE' ],
254 'namespacenumber' => [ 1, 'NAMESPACENUMBER' ],
255 'talkspace' => [ 1, 'TALKSPACE' ],
256 'talkspacee' => [ 1, 'TALKSPACEE' ],
257 'subjectspace' => [ 1, 'SUBJECTSPACE', 'ARTICLESPACE' ],
258 'subjectspacee' => [ 1, 'SUBJECTSPACEE', 'ARTICLESPACEE' ],
259 'fullpagename' => [ 1, 'FULLPAGENAME' ],
260 'fullpagenamee' => [ 1, 'FULLPAGENAMEE' ],
261 'subpagename' => [ 1, 'SUBPAGENAME' ],
262 'subpagenamee' => [ 1, 'SUBPAGENAMEE' ],
263 'rootpagename' => [ 1, 'ROOTPAGENAME' ],
264 'rootpagenamee' => [ 1, 'ROOTPAGENAMEE' ],
265 'basepagename' => [ 1, 'BASEPAGENAME' ],
266 'basepagenamee' => [ 1, 'BASEPAGENAMEE' ],
267 'talkpagename' => [ 1, 'TALKPAGENAME' ],
268 'talkpagenamee' => [ 1, 'TALKPAGENAMEE' ],
269 'subjectpagename' => [ 1, 'SUBJECTPAGENAME', 'ARTICLEPAGENAME' ],
270 'subjectpagenamee' => [ 1, 'SUBJECTPAGENAMEE', 'ARTICLEPAGENAMEE' ],
271 'msg' => [ 0, 'MSG:' ],
272 'subst' => [ 0, 'SUBST:' ],
273 'safesubst' => [ 0, 'SAFESUBST:' ],
274 'msgnw' => [ 0, 'MSGNW:' ],
275 'img_thumbnail' => [ 1, 'thumb', 'thumbnail' ],
276 'img_manualthumb' => [ 1, 'thumbnail=$1', 'thumb=$1' ],
277 'img_right' => [ 1, 'right' ],
278 'img_left' => [ 1, 'left' ],
279 'img_none' => [ 1, 'none' ],
280 'img_width' => [ 1, '$1px' ],
281 'img_center' => [ 1, 'center', 'centre' ],
282 'img_framed' => [ 1, 'frame', 'framed', 'enframed' ],
283 'img_frameless' => [ 1, 'frameless' ],
284 'img_lang' => [ 1, 'lang=$1' ],
285 'img_page' => [ 1, 'page=$1', 'page $1' ],
286 'img_upright' => [ 1, 'upright', 'upright=$1', 'upright $1' ],
287 'img_border' => [ 1, 'border' ],
288 'img_baseline' => [ 1, 'baseline' ],
289 'img_sub' => [ 1, 'sub' ],
290 'img_super' => [ 1, 'super', 'sup' ],
291 'img_top' => [ 1, 'top' ],
292 'img_text_top' => [ 1, 'text-top' ],
293 'img_middle' => [ 1, 'middle' ],
294 'img_bottom' => [ 1, 'bottom' ],
295 'img_text_bottom' => [ 1, 'text-bottom' ],
296 'img_link' => [ 1, 'link=$1' ],
297 'img_alt' => [ 1, 'alt=$1' ],
298 'img_class' => [ 1, 'class=$1' ],
299 'int' => [ 0, 'INT:' ],
300 'sitename' => [ 1, 'SITENAME' ],
301 'ns' => [ 0, 'NS:' ],
302 'nse' => [ 0, 'NSE:' ],
303 'localurl' => [ 0, 'LOCALURL:' ],
304 'localurle' => [ 0, 'LOCALURLE:' ],
305 'articlepath' => [ 0, 'ARTICLEPATH' ],
306 'pageid' => [ 0, 'PAGEID' ],
307 'server' => [ 0, 'SERVER' ],
308 'servername' => [ 0, 'SERVERNAME' ],
309 'scriptpath' => [ 0, 'SCRIPTPATH' ],
310 'stylepath' => [ 0, 'STYLEPATH' ],
311 'grammar' => [ 0, 'GRAMMAR:' ],
312 'gender' => [ 0, 'GENDER:' ],
313 'bidi' => [ 0, 'BIDI:' ],
314 'notitleconvert' => [ 0, '__NOTITLECONVERT__', '__NOTC__' ],
315 'nocontentconvert' => [ 0, '__NOCONTENTCONVERT__', '__NOCC__' ],
316 'currentweek' => [ 1, 'CURRENTWEEK' ],
317 'currentdow' => [ 1, 'CURRENTDOW' ],
318 'localweek' => [ 1, 'LOCALWEEK' ],
319 'localdow' => [ 1, 'LOCALDOW' ],
320 'revisionid' => [ 1, 'REVISIONID' ],
321 'revisionday' => [ 1, 'REVISIONDAY' ],
322 'revisionday2' => [ 1, 'REVISIONDAY2' ],
323 'revisionmonth' => [ 1, 'REVISIONMONTH' ],
324 'revisionmonth1' => [ 1, 'REVISIONMONTH1' ],
325 'revisionyear' => [ 1, 'REVISIONYEAR' ],
326 'revisiontimestamp' => [ 1, 'REVISIONTIMESTAMP' ],
327 'revisionuser' => [ 1, 'REVISIONUSER' ],
328 'revisionsize' => [ 1, 'REVISIONSIZE' ],
329 'plural' => [ 0, 'PLURAL:' ],
330 'fullurl' => [ 0, 'FULLURL:' ],
331 'fullurle' => [ 0, 'FULLURLE:' ],
332 'canonicalurl' => [ 0, 'CANONICALURL:' ],
333 'canonicalurle' => [ 0, 'CANONICALURLE:' ],
334 'lcfirst' => [ 0, 'LCFIRST:' ],
335 'ucfirst' => [ 0, 'UCFIRST:' ],
336 'lc' => [ 0, 'LC:' ],
337 'uc' => [ 0, 'UC:' ],
338 'raw' => [ 0, 'RAW:' ],
339 'displaytitle' => [ 1, 'DISPLAYTITLE' ],
340 'rawsuffix' => [ 1, 'R' ],
341 'nocommafysuffix' => [ 0, 'NOSEP' ],
342 'newsectionlink' => [ 1, '__NEWSECTIONLINK__' ],
343 'nonewsectionlink' => [ 1, '__NONEWSECTIONLINK__' ],
344 'currentversion' => [ 1, 'CURRENTVERSION' ],
345 'urlencode' => [ 0, 'URLENCODE:' ],
346 'anchorencode' => [ 0, 'ANCHORENCODE' ],
347 'currenttimestamp' => [ 1, 'CURRENTTIMESTAMP' ],
348 'localtimestamp' => [ 1, 'LOCALTIMESTAMP' ],
349 'directionmark' => [ 1, 'DIRECTIONMARK', 'DIRMARK' ],
350 'language' => [ 0, '#LANGUAGE:' ],
351 'contentlanguage' => [ 1, 'CONTENTLANGUAGE', 'CONTENTLANG' ],
352 'pagelanguage' => [ 1, 'PAGELANGUAGE' ],
353 'pagesinnamespace' => [ 1, 'PAGESINNAMESPACE:', 'PAGESINNS:' ],
354 'numberofadmins' => [ 1, 'NUMBEROFADMINS' ],
355 'formatnum' => [ 0, 'FORMATNUM' ],
356 'padleft' => [ 0, 'PADLEFT' ],
357 'padright' => [ 0, 'PADRIGHT' ],
358 'special' => [ 0, 'special' ],
359 'speciale' => [ 0, 'speciale' ],
360 'defaultsort' => [ 1, 'DEFAULTSORT:', 'DEFAULTSORTKEY:', 'DEFAULTCATEGORYSORT:' ],
361 'filepath' => [ 0, 'FILEPATH:' ],
362 'tag' => [ 0, 'tag' ],
363 'hiddencat' => [ 1, '__HIDDENCAT__' ],
364 'pagesincategory' => [ 1, 'PAGESINCATEGORY', 'PAGESINCAT' ],
365 'pagesize' => [ 1, 'PAGESIZE' ],
366 'index' => [ 1, '__INDEX__' ],
367 'noindex' => [ 1, '__NOINDEX__' ],
368 'numberingroup' => [ 1, 'NUMBERINGROUP', 'NUMINGROUP' ],
369 'staticredirect' => [ 1, '__STATICREDIRECT__' ],
370 'protectionlevel' => [ 1, 'PROTECTIONLEVEL' ],
371 'protectionexpiry' => [ 1, 'PROTECTIONEXPIRY' ],
372 'cascadingsources' => [ 1, 'CASCADINGSOURCES' ],
373 'formatdate' => [ 0, 'formatdate', 'dateformat' ],
374 'url_path' => [ 0, 'PATH' ],
375 'url_wiki' => [ 0, 'WIKI' ],
376 'url_query' => [ 0, 'QUERY' ],
377 'defaultsort_noerror' => [ 0, 'noerror' ],
378 'defaultsort_noreplace' => [ 0, 'noreplace' ],
379 'displaytitle_noerror' => [ 0, 'noerror' ],
380 'displaytitle_noreplace' => [ 0, 'noreplace' ],
381 'pagesincategory_all' => [ 0, 'all' ],
382 'pagesincategory_pages' => [ 0, 'pages' ],
383 'pagesincategory_subcats' => [ 0, 'subcats' ],
384 'pagesincategory_files' => [ 0, 'files' ],
385];
386
396 'Activeusers' => [ 'ActiveUsers' ],
397 'Allmessages' => [ 'AllMessages' ],
398 'AllMyUploads' => [ 'AllMyUploads', 'AllMyFiles' ],
399 'Allpages' => [ 'AllPages' ],
400 'ApiHelp' => [ 'ApiHelp' ],
401 'ApiSandbox' => [ 'ApiSandbox' ],
402 'Ancientpages' => [ 'AncientPages' ],
403 'AutoblockList' => [ 'AutoblockList', 'ListAutoblocks' ],
404 'Badtitle' => [ 'Badtitle' ],
405 'Blankpage' => [ 'BlankPage' ],
406 'Block' => [ 'Block', 'BlockIP', 'BlockUser' ],
407 'Booksources' => [ 'BookSources' ],
408 'BotPasswords' => [ 'BotPasswords' ],
409 'BrokenRedirects' => [ 'BrokenRedirects' ],
410 'Categories' => [ 'Categories' ],
411 'ChangeContentModel' => [ 'ChangeContentModel' ],
412 'ChangeCredentials' => [ 'ChangeCredentials' ],
413 'ChangeEmail' => [ 'ChangeEmail' ],
414 'ChangePassword' => [ 'ChangePassword', 'ResetPass', 'ResetPassword' ],
415 'ComparePages' => [ 'ComparePages' ],
416 'Confirmemail' => [ 'ConfirmEmail' ],
417 'Contributions' => [ 'Contributions', 'Contribs' ],
418 'CreateAccount' => [ 'CreateAccount' ],
419 'Deadendpages' => [ 'DeadendPages' ],
420 'DeletedContributions' => [ 'DeletedContributions' ],
421 'Diff' => [ 'Diff' ],
422 'DoubleRedirects' => [ 'DoubleRedirects' ],
423 'EditTags' => [ 'EditTags' ],
424 'EditWatchlist' => [ 'EditWatchlist' ],
425 'Emailuser' => [ 'EmailUser', 'Email' ],
426 'ExpandTemplates' => [ 'ExpandTemplates' ],
427 'Export' => [ 'Export' ],
428 'Fewestrevisions' => [ 'FewestRevisions' ],
429 'FileDuplicateSearch' => [ 'FileDuplicateSearch' ],
430 'Filepath' => [ 'FilePath' ],
431 'GoToInterwiki' => [ 'GoToInterwiki' ],
432 'Import' => [ 'Import' ],
433 'Invalidateemail' => [ 'InvalidateEmail' ],
434 'JavaScriptTest' => [ 'JavaScriptTest' ],
435 'BlockList' => [ 'BlockList', 'ListBlocks', 'IPBlockList' ],
436 'LinkSearch' => [ 'LinkSearch' ],
437 'LinkAccounts' => [ 'LinkAccounts' ],
438 'Listadmins' => [ 'ListAdmins' ],
439 'Listbots' => [ 'ListBots' ],
440 'Listfiles' => [ 'ListFiles', 'FileList', 'ImageList' ],
441 'Listgrouprights' => [ 'ListGroupRights', 'UserGroupRights' ],
442 'Listgrants' => [ 'ListGrants' ],
443 'Listredirects' => [ 'ListRedirects' ],
444 'ListDuplicatedFiles' => [ 'ListDuplicatedFiles', 'ListFileDuplicates' ],
445 'Listusers' => [ 'ListUsers', 'UserList' ],
446 'Lockdb' => [ 'LockDB' ],
447 'Log' => [ 'Log', 'Logs' ],
448 'Lonelypages' => [ 'LonelyPages', 'OrphanedPages' ],
449 'Longpages' => [ 'LongPages' ],
450 'MediaStatistics' => [ 'MediaStatistics' ],
451 'MergeHistory' => [ 'MergeHistory' ],
452 'MIMEsearch' => [ 'MIMESearch' ],
453 'Mostcategories' => [ 'MostCategories' ],
454 'Mostimages' => [ 'MostLinkedFiles', 'MostFiles', 'MostImages' ],
455 'Mostinterwikis' => [ 'MostInterwikis' ],
456 'Mostlinked' => [ 'MostLinkedPages', 'MostLinked' ],
457 'Mostlinkedcategories' => [ 'MostLinkedCategories', 'MostUsedCategories' ],
458 'Mostlinkedtemplates' => [ 'MostTranscludedPages', 'MostLinkedTemplates', 'MostUsedTemplates' ],
459 'Mostrevisions' => [ 'MostRevisions' ],
460 'Movepage' => [ 'MovePage' ],
461 'Mycontributions' => [ 'MyContributions' ],
462 'MyLanguage' => [ 'MyLanguage' ],
463 'Mypage' => [ 'MyPage' ],
464 'Mytalk' => [ 'MyTalk' ],
465 'Myuploads' => [ 'MyUploads', 'MyFiles' ],
466 'Newimages' => [ 'NewFiles', 'NewImages' ],
467 'Newpages' => [ 'NewPages' ],
468 'PagesWithProp' => [ 'PagesWithProp', 'Pageswithprop', 'PagesByProp', 'Pagesbyprop' ],
469 'PageData' => [ 'PageData' ],
470 'PageLanguage' => [ 'PageLanguage' ],
471 'PasswordPolicies' => [ 'PasswordPolicies' ],
472 'PasswordReset' => [ 'PasswordReset' ],
473 'PermanentLink' => [ 'PermanentLink', 'PermaLink' ],
474 'Preferences' => [ 'Preferences' ],
475 'Prefixindex' => [ 'PrefixIndex' ],
476 'Protectedpages' => [ 'ProtectedPages' ],
477 'Protectedtitles' => [ 'ProtectedTitles' ],
478 'Randompage' => [ 'Random', 'RandomPage' ],
479 'RandomInCategory' => [ 'RandomInCategory' ],
480 'Randomredirect' => [ 'RandomRedirect' ],
481 'Randomrootpage' => [ 'RandomRootpage' ],
482 'Recentchanges' => [ 'RecentChanges' ],
483 'Recentchangeslinked' => [ 'RecentChangesLinked', 'RelatedChanges' ],
484 'Redirect' => [ 'Redirect' ],
485 'RemoveCredentials' => [ 'RemoveCredentials' ],
486 'ResetTokens' => [ 'ResetTokens' ],
487 'Revisiondelete' => [ 'RevisionDelete' ],
488 'RunJobs' => [ 'RunJobs' ],
489 'Search' => [ 'Search' ],
490 'Shortpages' => [ 'ShortPages' ],
491 'Specialpages' => [ 'SpecialPages' ],
492 'Statistics' => [ 'Statistics', 'Stats' ],
493 'Tags' => [ 'Tags' ],
494 'TrackingCategories' => [ 'TrackingCategories' ],
495 'Unblock' => [ 'Unblock' ],
496 'Uncategorizedcategories' => [ 'UncategorizedCategories' ],
497 'Uncategorizedimages' => [ 'UncategorizedFiles', 'UncategorizedImages' ],
498 'Uncategorizedpages' => [ 'UncategorizedPages' ],
499 'Uncategorizedtemplates' => [ 'UncategorizedTemplates' ],
500 'Undelete' => [ 'Undelete' ],
501 'UnlinkAccounts' => [ 'UnlinkAccounts' ],
502 'Unlockdb' => [ 'UnlockDB' ],
503 'Unusedcategories' => [ 'UnusedCategories' ],
504 'Unusedimages' => [ 'UnusedFiles', 'UnusedImages' ],
505 'Unusedtemplates' => [ 'UnusedTemplates' ],
506 'Unwatchedpages' => [ 'UnwatchedPages' ],
507 'Upload' => [ 'Upload' ],
508 'UploadStash' => [ 'UploadStash' ],
509 'Userlogin' => [ 'UserLogin', 'Login' ],
510 'Userlogout' => [ 'UserLogout', 'Logout' ],
511 'Userrights' => [ 'UserRights', 'MakeSysop', 'MakeBot' ],
512 'Version' => [ 'Version' ],
513 'Wantedcategories' => [ 'WantedCategories' ],
514 'Wantedfiles' => [ 'WantedFiles' ],
515 'Wantedpages' => [ 'WantedPages', 'BrokenLinks' ],
516 'Wantedtemplates' => [ 'WantedTemplates' ],
517 'Watchlist' => [ 'Watchlist' ],
518 'Whatlinkshere' => [ 'WhatLinksHere' ],
519 'Withoutinterwiki' => [ 'WithoutInterwiki' ],
520];
521
526$linkTrail = '/^([a-z]+)(.*)$/sD';
527
532$linkPrefixCharset = 'a-zA-Z\\x{80}-\\x{10ffff}';
533
539 'aboutpage',
540 'aboutsite',
541 'accesskey-ca-edit',
542 'accesskey-ca-history',
543 'accesskey-ca-nstab-main',
544 'accesskey-ca-talk',
545 'accesskey-ca-viewsource',
546 'accesskey-n-currentevents',
547 'accesskey-n-help',
548 'accesskey-n-mainpage-description',
549 'accesskey-n-portal',
550 'accesskey-n-randompage',
551 'accesskey-n-recentchanges',
552 'accesskey-p-logo',
553 'accesskey-pt-login',
554 'accesskey-pt-createaccount',
555 'accesskey-search',
556 'accesskey-search-fulltext',
557 'accesskey-search-go',
558 'accesskey-t-info',
559 'accesskey-t-permalink',
560 'accesskey-t-print',
561 'accesskey-t-recentchangeslinked',
562 'accesskey-t-specialpages',
563 'accesskey-t-whatlinkshere',
564 'actions',
565 'anonnotice',
566 'brackets',
567 'comma-separator',
568 'currentevents',
569 'currentevents-url',
570 'disclaimerpage',
571 'disclaimers',
572 'edit',
573 'editsection',
574 'editsectionhint',
575 'help',
576 'helppage',
577 'interlanguage-link-title',
578 'jumpto',
579 'jumptonavigation',
580 'jumptosearch',
581 'lastmodifiedat',
582 'mainpage',
583 'mainpage-description',
584 'mainpage-nstab',
585 'namespaces',
586 'navigation',
587 'nav-login-createaccount',
588 'nstab-main',
589 'opensearch-desc',
590 'pagecategories',
591 'pagecategorieslink',
592 'pagetitle',
593 'pagetitle-view-mainpage',
594 'permalink',
595 'personaltools',
596 'portal',
597 'portal-url',
598 'printableversion',
599 'privacy',
600 'privacypage',
601 'randompage',
602 'randompage-url',
603 'recentchanges',
604 'recentchangeslinked-toolbox',
605 'recentchanges-url',
606 'retrievedfrom',
607 'search',
608 'searcharticle',
609 'searchbutton',
610 'searchsuggest-search',
611 'sidebar',
612 'navigation-heading',
613 'site-atom-feed',
614 'sitenotice',
615 'specialpages',
616 'tagline',
617 'talk',
618 'toolbox',
619 'tooltip-ca-edit',
620 'tooltip-ca-history',
621 'tooltip-ca-nstab-main',
622 'tooltip-ca-talk',
623 'tooltip-ca-viewsource',
624 'tooltip-n-currentevents',
625 'tooltip-n-help',
626 'tooltip-n-mainpage-description',
627 'tooltip-n-portal',
628 'tooltip-n-randompage',
629 'tooltip-n-recentchanges',
630 'tooltip-p-logo',
631 'tooltip-pt-login',
632 'tooltip-pt-createaccount',
633 'tooltip-search',
634 'tooltip-search-fulltext',
635 'tooltip-search-go',
636 'tooltip-t-info',
637 'tooltip-t-permalink',
638 'tooltip-t-print',
639 'tooltip-t-recentchangeslinked',
640 'tooltip-t-specialpages',
641 'tooltip-t-whatlinkshere',
642 'variants',
643 'vector-view-edit',
644 'vector-view-history',
645 'vector-view-view',
646 'viewcount',
647 'views',
648 'whatlinkshere',
649 'word-separator',
650];
$linkPrefixExtension
To allow "foo[[bar]]" to extend the link over the whole word "foobar".
$preloadedMessages
A list of messages to preload for each request.
$fallback
This is the default English localisation file containing language specific information excluding inte...
$defaultDateFormat
The date format to use for generated dates in the user interface.
$namespaceGenderAliases
Array of gender specific.
$dateFormats
These are formats for dates generated by MediaWiki (as opposed to the wikitext DateFormatter).
$datePreferenceMigrationMap
Associative array mapping old numeric date formats, which may still be stored in user preferences,...
$namespaceAliases
Array of namespace aliases, mapping from name to NS_xxx index.
$linkPrefixCharset
Regular expression charset matching the "link prefix", e.g.
$linkTrail
Regular expression matching the "link trail", e.g.
$capitalizeAllNouns
Should all nouns (not just proper ones) be capitalized? Enabling this property will add the capitaliz...
$bookstoreList
Default list of book sources.
$datePreferences
A list of date format preference keys, which can be selected in user preferences.
$namespaceNames
Namespace names.
$separatorTransformTable
Transform table for decimal point '.
$specialPageAliases
Alternate names of special pages.
$digitTransformTable
Optional array mapping ASCII digits 0-9 to local digits.
$extraUserToggles
Extra user preferences, which will be shown in Special:Preferences as checkboxes.
$rtl
Is the language written right-to-left?
$fallback8bitEncoding
URLs do not specify their encoding.
$magicWords
Magic words Customizable syntax for wikitext and elsewhere.
const NS_HELP
Definition Defines.php:76
const NS_FILE
Definition Defines.php:70
const NS_MEDIAWIKI_TALK
Definition Defines.php:73
const NS_MAIN
Definition Defines.php:64
const NS_PROJECT_TALK
Definition Defines.php:69
const NS_TEMPLATE
Definition Defines.php:74
const NS_SPECIAL
Definition Defines.php:53
const NS_FILE_TALK
Definition Defines.php:71
const NS_HELP_TALK
Definition Defines.php:77
const NS_CATEGORY_TALK
Definition Defines.php:79
const NS_MEDIA
Definition Defines.php:52
const NS_TALK
Definition Defines.php:65
const NS_USER_TALK
Definition Defines.php:67
const NS_CATEGORY
Definition Defines.php:78
const NS_TEMPLATE_TALK
Definition Defines.php:75