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