MediaWiki REL1_28
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' => 'http://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 'pagesinnamespace' => [ 1, 'PAGESINNAMESPACE:', 'PAGESINNS:' ],
353 'numberofadmins' => [ 1, 'NUMBEROFADMINS' ],
354 'formatnum' => [ 0, 'FORMATNUM' ],
355 'padleft' => [ 0, 'PADLEFT' ],
356 'padright' => [ 0, 'PADRIGHT' ],
357 'special' => [ 0, 'special' ],
358 'speciale' => [ 0, 'speciale' ],
359 'defaultsort' => [ 1, 'DEFAULTSORT:', 'DEFAULTSORTKEY:', 'DEFAULTCATEGORYSORT:' ],
360 'filepath' => [ 0, 'FILEPATH:' ],
361 'tag' => [ 0, 'tag' ],
362 'hiddencat' => [ 1, '__HIDDENCAT__' ],
363 'pagesincategory' => [ 1, 'PAGESINCATEGORY', 'PAGESINCAT' ],
364 'pagesize' => [ 1, 'PAGESIZE' ],
365 'index' => [ 1, '__INDEX__' ],
366 'noindex' => [ 1, '__NOINDEX__' ],
367 'numberingroup' => [ 1, 'NUMBERINGROUP', 'NUMINGROUP' ],
368 'staticredirect' => [ 1, '__STATICREDIRECT__' ],
369 'protectionlevel' => [ 1, 'PROTECTIONLEVEL' ],
370 'protectionexpiry' => [ 1, 'PROTECTIONEXPIRY' ],
371 'cascadingsources' => [ 1, 'CASCADINGSOURCES' ],
372 'formatdate' => [ 0, 'formatdate', 'dateformat' ],
373 'url_path' => [ 0, 'PATH' ],
374 'url_wiki' => [ 0, 'WIKI' ],
375 'url_query' => [ 0, 'QUERY' ],
376 'defaultsort_noerror' => [ 0, 'noerror' ],
377 'defaultsort_noreplace' => [ 0, 'noreplace' ],
378 'displaytitle_noerror' => [ 0, 'noerror' ],
379 'displaytitle_noreplace' => [ 0, 'noreplace' ],
380 'pagesincategory_all' => [ 0, 'all' ],
381 'pagesincategory_pages' => [ 0, 'pages' ],
382 'pagesincategory_subcats' => [ 0, 'subcats' ],
383 'pagesincategory_files' => [ 0, 'files' ],
384];
385
395 'Activeusers' => [ 'ActiveUsers' ],
396 'Allmessages' => [ 'AllMessages' ],
397 'AllMyUploads' => [ 'AllMyUploads', 'AllMyFiles' ],
398 'Allpages' => [ 'AllPages' ],
399 'ApiHelp' => [ 'ApiHelp' ],
400 'ApiSandbox' => [ 'ApiSandbox' ],
401 'Ancientpages' => [ 'AncientPages' ],
402 'Badtitle' => [ 'Badtitle' ],
403 'Blankpage' => [ 'BlankPage' ],
404 'Block' => [ 'Block', 'BlockIP', 'BlockUser' ],
405 'Booksources' => [ 'BookSources' ],
406 'BotPasswords' => [ 'BotPasswords' ],
407 'BrokenRedirects' => [ 'BrokenRedirects' ],
408 'Categories' => [ 'Categories' ],
409 'ChangeContentModel' => [ 'ChangeContentModel' ],
410 'ChangeCredentials' => [ 'ChangeCredentials' ],
411 'ChangeEmail' => [ 'ChangeEmail' ],
412 'ChangePassword' => [ 'ChangePassword', 'ResetPass', 'ResetPassword' ],
413 'ComparePages' => [ 'ComparePages' ],
414 'Confirmemail' => [ 'ConfirmEmail' ],
415 'Contributions' => [ 'Contributions', 'Contribs' ],
416 'CreateAccount' => [ 'CreateAccount' ],
417 'Deadendpages' => [ 'DeadendPages' ],
418 'DeletedContributions' => [ 'DeletedContributions' ],
419 'Diff' => [ 'Diff' ],
420 'DoubleRedirects' => [ 'DoubleRedirects' ],
421 'EditTags' => [ 'EditTags' ],
422 'EditWatchlist' => [ 'EditWatchlist' ],
423 'Emailuser' => [ 'EmailUser', 'Email' ],
424 'ExpandTemplates' => [ 'ExpandTemplates' ],
425 'Export' => [ 'Export' ],
426 'Fewestrevisions' => [ 'FewestRevisions' ],
427 'FileDuplicateSearch' => [ 'FileDuplicateSearch' ],
428 'Filepath' => [ 'FilePath' ],
429 'GoToInterwiki' => [ 'GoToInterwiki' ],
430 'Import' => [ 'Import' ],
431 'Invalidateemail' => [ 'InvalidateEmail' ],
432 'JavaScriptTest' => [ 'JavaScriptTest' ],
433 'BlockList' => [ 'BlockList', 'ListBlocks', 'IPBlockList' ],
434 'LinkSearch' => [ 'LinkSearch' ],
435 'LinkAccounts' => [ 'LinkAccounts' ],
436 'Listadmins' => [ 'ListAdmins' ],
437 'Listbots' => [ 'ListBots' ],
438 'Listfiles' => [ 'ListFiles', 'FileList', 'ImageList' ],
439 'Listgrouprights' => [ 'ListGroupRights', 'UserGroupRights' ],
440 'Listgrants' => [ 'ListGrants' ],
441 'Listredirects' => [ 'ListRedirects' ],
442 'ListDuplicatedFiles' => [ 'ListDuplicatedFiles', 'ListFileDuplicates' ],
443 'Listusers' => [ 'ListUsers', 'UserList' ],
444 'Lockdb' => [ 'LockDB' ],
445 'Log' => [ 'Log', 'Logs' ],
446 'Lonelypages' => [ 'LonelyPages', 'OrphanedPages' ],
447 'Longpages' => [ 'LongPages' ],
448 'MediaStatistics' => [ 'MediaStatistics' ],
449 'MergeHistory' => [ 'MergeHistory' ],
450 'MIMEsearch' => [ 'MIMESearch' ],
451 'Mostcategories' => [ 'MostCategories' ],
452 'Mostimages' => [ 'MostLinkedFiles', 'MostFiles', 'MostImages' ],
453 'Mostinterwikis' => [ 'MostInterwikis' ],
454 'Mostlinked' => [ 'MostLinkedPages', 'MostLinked' ],
455 'Mostlinkedcategories' => [ 'MostLinkedCategories', 'MostUsedCategories' ],
456 'Mostlinkedtemplates' => [ 'MostTranscludedPages', 'MostLinkedTemplates', 'MostUsedTemplates' ],
457 'Mostrevisions' => [ 'MostRevisions' ],
458 'Movepage' => [ 'MovePage' ],
459 'Mycontributions' => [ 'MyContributions' ],
460 'MyLanguage' => [ 'MyLanguage' ],
461 'Mypage' => [ 'MyPage' ],
462 'Mytalk' => [ 'MyTalk' ],
463 'Myuploads' => [ 'MyUploads', 'MyFiles' ],
464 'Newimages' => [ 'NewFiles', 'NewImages' ],
465 'Newpages' => [ 'NewPages' ],
466 'PagesWithProp' => [ 'PagesWithProp', 'Pageswithprop', 'PagesByProp', 'Pagesbyprop' ],
467 'PageLanguage' => [ 'PageLanguage' ],
468 'PasswordReset' => [ 'PasswordReset' ],
469 'PermanentLink' => [ 'PermanentLink', 'PermaLink' ],
470 'Preferences' => [ 'Preferences' ],
471 'Prefixindex' => [ 'PrefixIndex' ],
472 'Protectedpages' => [ 'ProtectedPages' ],
473 'Protectedtitles' => [ 'ProtectedTitles' ],
474 'Randompage' => [ 'Random', 'RandomPage' ],
475 'RandomInCategory' => [ 'RandomInCategory' ],
476 'Randomredirect' => [ 'RandomRedirect' ],
477 'Randomrootpage' => [ 'RandomRootpage' ],
478 'Recentchanges' => [ 'RecentChanges' ],
479 'Recentchangeslinked' => [ 'RecentChangesLinked', 'RelatedChanges' ],
480 'Redirect' => [ 'Redirect' ],
481 'RemoveCredentials' => [ 'RemoveCredentials' ],
482 'ResetTokens' => [ 'ResetTokens' ],
483 'Revisiondelete' => [ 'RevisionDelete' ],
484 'RunJobs' => [ 'RunJobs' ],
485 'Search' => [ 'Search' ],
486 'Shortpages' => [ 'ShortPages' ],
487 'Specialpages' => [ 'SpecialPages' ],
488 'Statistics' => [ 'Statistics' ],
489 'Tags' => [ 'Tags' ],
490 'TrackingCategories' => [ 'TrackingCategories' ],
491 'Unblock' => [ 'Unblock' ],
492 'Uncategorizedcategories' => [ 'UncategorizedCategories' ],
493 'Uncategorizedimages' => [ 'UncategorizedFiles', 'UncategorizedImages' ],
494 'Uncategorizedpages' => [ 'UncategorizedPages' ],
495 'Uncategorizedtemplates' => [ 'UncategorizedTemplates' ],
496 'Undelete' => [ 'Undelete' ],
497 'UnlinkAccounts' => [ 'UnlinkAccounts' ],
498 'Unlockdb' => [ 'UnlockDB' ],
499 'Unusedcategories' => [ 'UnusedCategories' ],
500 'Unusedimages' => [ 'UnusedFiles', 'UnusedImages' ],
501 'Unusedtemplates' => [ 'UnusedTemplates' ],
502 'Unwatchedpages' => [ 'UnwatchedPages' ],
503 'Upload' => [ 'Upload' ],
504 'UploadStash' => [ 'UploadStash' ],
505 'Userlogin' => [ 'UserLogin', 'Login' ],
506 'Userlogout' => [ 'UserLogout', 'Logout' ],
507 'Userrights' => [ 'UserRights', 'MakeSysop', 'MakeBot' ],
508 'Version' => [ 'Version' ],
509 'Wantedcategories' => [ 'WantedCategories' ],
510 'Wantedfiles' => [ 'WantedFiles' ],
511 'Wantedpages' => [ 'WantedPages', 'BrokenLinks' ],
512 'Wantedtemplates' => [ 'WantedTemplates' ],
513 'Watchlist' => [ 'Watchlist' ],
514 'Whatlinkshere' => [ 'WhatLinksHere' ],
515 'Withoutinterwiki' => [ 'WithoutInterwiki' ],
516];
517
522$linkTrail = '/^([a-z]+)(.*)$/sD';
523
528$linkPrefixCharset = 'a-zA-Z\\x{80}-\\x{10ffff}';
529
535 'button-bold' => 'en/button_bold.png',
536 'button-italic' => 'en/button_italic.png',
537 'button-link' => 'en/button_link.png',
538 'button-extlink' => 'en/button_extlink.png',
539 'button-headline' => 'en/button_headline.png',
540 'button-image' => 'en/button_image.png',
541 'button-media' => 'en/button_media.png',
542 'button-nowiki' => 'en/button_nowiki.png',
543 'button-sig' => 'en/button_sig.png',
544 'button-hr' => 'en/button_hr.png',
545];
546
552 'aboutpage',
553 'aboutsite',
554 'accesskey-ca-edit',
555 'accesskey-ca-history',
556 'accesskey-ca-nstab-main',
557 'accesskey-ca-talk',
558 'accesskey-ca-viewsource',
559 'accesskey-n-currentevents',
560 'accesskey-n-help',
561 'accesskey-n-mainpage-description',
562 'accesskey-n-portal',
563 'accesskey-n-randompage',
564 'accesskey-n-recentchanges',
565 'accesskey-p-logo',
566 'accesskey-pt-login',
567 'accesskey-pt-createaccount',
568 'accesskey-search',
569 'accesskey-search-fulltext',
570 'accesskey-search-go',
571 'accesskey-t-info',
572 'accesskey-t-permalink',
573 'accesskey-t-print',
574 'accesskey-t-recentchangeslinked',
575 'accesskey-t-specialpages',
576 'accesskey-t-whatlinkshere',
577 'actions',
578 'anonnotice',
579 'brackets',
580 'comma-separator',
581 'currentevents',
582 'currentevents-url',
583 'disclaimerpage',
584 'disclaimers',
585 'edit',
586 'editsection',
587 'editsectionhint',
588 'help',
589 'helppage',
590 'interlanguage-link-title',
591 'jumpto',
592 'jumptonavigation',
593 'jumptosearch',
594 'lastmodifiedat',
595 'mainpage',
596 'mainpage-description',
597 'mainpage-nstab',
598 'namespaces',
599 'navigation',
600 'nav-login-createaccount',
601 'nstab-main',
602 'opensearch-desc',
603 'pagecategories',
604 'pagecategorieslink',
605 'pagetitle',
606 'pagetitle-view-mainpage',
607 'permalink',
608 'personaltools',
609 'portal',
610 'portal-url',
611 'printableversion',
612 'privacy',
613 'privacypage',
614 'randompage',
615 'randompage-url',
616 'recentchanges',
617 'recentchangeslinked-toolbox',
618 'recentchanges-url',
619 'retrievedfrom',
620 'search',
621 'searcharticle',
622 'searchbutton',
623 'searchsuggest-search',
624 'sidebar',
625 'navigation-heading',
626 'site-atom-feed',
627 'sitenotice',
628 'specialpages',
629 'tagline',
630 'talk',
631 'toolbox',
632 'tooltip-ca-edit',
633 'tooltip-ca-history',
634 'tooltip-ca-nstab-main',
635 'tooltip-ca-talk',
636 'tooltip-ca-viewsource',
637 'tooltip-n-currentevents',
638 'tooltip-n-help',
639 'tooltip-n-mainpage-description',
640 'tooltip-n-portal',
641 'tooltip-n-randompage',
642 'tooltip-n-recentchanges',
643 'tooltip-p-logo',
644 'tooltip-pt-login',
645 'tooltip-pt-createaccount',
646 'tooltip-search',
647 'tooltip-search-fulltext',
648 'tooltip-search-go',
649 'tooltip-t-info',
650 'tooltip-t-permalink',
651 'tooltip-t-print',
652 'tooltip-t-recentchangeslinked',
653 'tooltip-t-specialpages',
654 'tooltip-t-whatlinkshere',
655 'variants',
656 'vector-view-edit',
657 'vector-view-history',
658 'vector-view-view',
659 'viewcount',
660 'views',
661 'whatlinkshere',
662 'word-separator',
663];
$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.
$imageFiles
List of filenames for some ui images that can be overridden per language basis if needed.
$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:68
const NS_USER
Definition Defines.php:58
const NS_FILE
Definition Defines.php:62
const NS_MEDIAWIKI_TALK
Definition Defines.php:65
const NS_MAIN
Definition Defines.php:56
const NS_PROJECT_TALK
Definition Defines.php:61
const NS_MEDIAWIKI
Definition Defines.php:64
const NS_TEMPLATE
Definition Defines.php:66
const NS_SPECIAL
Definition Defines.php:45
const NS_FILE_TALK
Definition Defines.php:63
const NS_HELP_TALK
Definition Defines.php:69
const NS_CATEGORY_TALK
Definition Defines.php:71
const NS_MEDIA
Definition Defines.php:44
const NS_TALK
Definition Defines.php:57
const NS_USER_TALK
Definition Defines.php:59
const NS_CATEGORY
Definition Defines.php:70
const NS_TEMPLATE_TALK
Definition Defines.php:67
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
Definition injection.txt:37