MediaWiki
REL1_24
|
00001 <?php 00017 $fallback = false; 00018 00022 $rtl = false; 00023 00028 $capitalizeAllNouns = false; 00029 00033 $digitTransformTable = null; 00034 00038 $separatorTransformTable = null; 00039 00045 $extraUserToggles = array(); 00046 00053 $fallback8bitEncoding = 'windows-1252'; 00054 00058 $linkPrefixExtension = false; 00059 00076 $namespaceNames = array( 00077 NS_MEDIA => 'Media', 00078 NS_SPECIAL => 'Special', 00079 NS_MAIN => '', 00080 NS_TALK => 'Talk', 00081 NS_USER => 'User', 00082 NS_USER_TALK => 'User_talk', 00083 # NS_PROJECT set by $wgMetaNamespace 00084 NS_PROJECT_TALK => '$1_talk', 00085 NS_FILE => 'File', 00086 NS_FILE_TALK => 'File_talk', 00087 NS_MEDIAWIKI => 'MediaWiki', 00088 NS_MEDIAWIKI_TALK => 'MediaWiki_talk', 00089 NS_TEMPLATE => 'Template', 00090 NS_TEMPLATE_TALK => 'Template_talk', 00091 NS_HELP => 'Help', 00092 NS_HELP_TALK => 'Help_talk', 00093 NS_CATEGORY => 'Category', 00094 NS_CATEGORY_TALK => 'Category_talk', 00095 ); 00096 00100 $namespaceAliases = array(); 00101 00112 $namespaceGenderAliases = array(); 00113 00123 $datePreferences = array( 00124 'default', 00125 'mdy', 00126 'dmy', 00127 'ymd', 00128 'ISO 8601', 00129 ); 00130 00137 $defaultDateFormat = 'dmy or mdy'; 00138 00143 $datePreferenceMigrationMap = array( 00144 'default', 00145 'mdy', 00146 'dmy', 00147 'ymd' 00148 ); 00149 00158 $dateFormats = array( 00159 'mdy time' => 'H:i', 00160 'mdy date' => 'F j, Y', 00161 'mdy monthonly' => 'F Y', 00162 'mdy both' => 'H:i, F j, Y', 00163 'mdy pretty' => 'F j', 00164 00165 'dmy time' => 'H:i', 00166 'dmy date' => 'j F Y', 00167 'dmy monthonly' => 'F Y', 00168 'dmy both' => 'H:i, j F Y', 00169 'dmy pretty' => 'j F', 00170 00171 'ymd time' => 'H:i', 00172 'ymd date' => 'Y F j', 00173 'ymd monthonly' => 'Y F', 00174 'ymd both' => 'H:i, Y F j', 00175 'ymd pretty' => 'F j', 00176 00177 'ISO 8601 time' => 'xnH:xni:xns', 00178 'ISO 8601 date' => 'xnY-xnm-xnd', 00179 'ISO 8601 monthonly' => 'xnY-xnm', 00180 'ISO 8601 both' => 'xnY-xnm-xnd"T"xnH:xni:xns', 00181 'ISO 8601 pretty' => 'xnm-xnd' 00182 ); 00183 00187 $bookstoreList = array( 00188 'AddALL' => 'http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN', 00189 'Barnes & Noble' => 'http://search.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1', 00190 'Amazon.com' => 'http://www.amazon.com/gp/search/?field-isbn=$1' 00191 ); 00192 00206 $magicWords = array( 00207 # ID CASE SYNONYMS 00208 'redirect' => array( 0, '#REDIRECT' ), 00209 'notoc' => array( 0, '__NOTOC__' ), 00210 'nogallery' => array( 0, '__NOGALLERY__' ), 00211 'forcetoc' => array( 0, '__FORCETOC__' ), 00212 'toc' => array( 0, '__TOC__' ), 00213 'noeditsection' => array( 0, '__NOEDITSECTION__' ), 00214 '!' => array( 1, '!' ), 00215 'currentmonth' => array( 1, 'CURRENTMONTH', 'CURRENTMONTH2' ), 00216 'currentmonth1' => array( 1, 'CURRENTMONTH1' ), 00217 'currentmonthname' => array( 1, 'CURRENTMONTHNAME' ), 00218 'currentmonthnamegen' => array( 1, 'CURRENTMONTHNAMEGEN' ), 00219 'currentmonthabbrev' => array( 1, 'CURRENTMONTHABBREV' ), 00220 'currentday' => array( 1, 'CURRENTDAY' ), 00221 'currentday2' => array( 1, 'CURRENTDAY2' ), 00222 'currentdayname' => array( 1, 'CURRENTDAYNAME' ), 00223 'currentyear' => array( 1, 'CURRENTYEAR' ), 00224 'currenttime' => array( 1, 'CURRENTTIME' ), 00225 'currenthour' => array( 1, 'CURRENTHOUR' ), 00226 'localmonth' => array( 1, 'LOCALMONTH', 'LOCALMONTH2' ), 00227 'localmonth1' => array( 1, 'LOCALMONTH1' ), 00228 'localmonthname' => array( 1, 'LOCALMONTHNAME' ), 00229 'localmonthnamegen' => array( 1, 'LOCALMONTHNAMEGEN' ), 00230 'localmonthabbrev' => array( 1, 'LOCALMONTHABBREV' ), 00231 'localday' => array( 1, 'LOCALDAY' ), 00232 'localday2' => array( 1, 'LOCALDAY2' ), 00233 'localdayname' => array( 1, 'LOCALDAYNAME' ), 00234 'localyear' => array( 1, 'LOCALYEAR' ), 00235 'localtime' => array( 1, 'LOCALTIME' ), 00236 'localhour' => array( 1, 'LOCALHOUR' ), 00237 'numberofpages' => array( 1, 'NUMBEROFPAGES' ), 00238 'numberofarticles' => array( 1, 'NUMBEROFARTICLES' ), 00239 'numberoffiles' => array( 1, 'NUMBEROFFILES' ), 00240 'numberofusers' => array( 1, 'NUMBEROFUSERS' ), 00241 'numberofactiveusers' => array( 1, 'NUMBEROFACTIVEUSERS' ), 00242 'numberofedits' => array( 1, 'NUMBEROFEDITS' ), 00243 'numberofviews' => array( 1, 'NUMBEROFVIEWS' ), 00244 'pagename' => array( 1, 'PAGENAME' ), 00245 'pagenamee' => array( 1, 'PAGENAMEE' ), 00246 'namespace' => array( 1, 'NAMESPACE' ), 00247 'namespacee' => array( 1, 'NAMESPACEE' ), 00248 'namespacenumber' => array( 1, 'NAMESPACENUMBER' ), 00249 'talkspace' => array( 1, 'TALKSPACE' ), 00250 'talkspacee' => array( 1, 'TALKSPACEE' ), 00251 'subjectspace' => array( 1, 'SUBJECTSPACE', 'ARTICLESPACE' ), 00252 'subjectspacee' => array( 1, 'SUBJECTSPACEE', 'ARTICLESPACEE' ), 00253 'fullpagename' => array( 1, 'FULLPAGENAME' ), 00254 'fullpagenamee' => array( 1, 'FULLPAGENAMEE' ), 00255 'subpagename' => array( 1, 'SUBPAGENAME' ), 00256 'subpagenamee' => array( 1, 'SUBPAGENAMEE' ), 00257 'rootpagename' => array( 1, 'ROOTPAGENAME' ), 00258 'rootpagenamee' => array( 1, 'ROOTPAGENAMEE' ), 00259 'basepagename' => array( 1, 'BASEPAGENAME' ), 00260 'basepagenamee' => array( 1, 'BASEPAGENAMEE' ), 00261 'talkpagename' => array( 1, 'TALKPAGENAME' ), 00262 'talkpagenamee' => array( 1, 'TALKPAGENAMEE' ), 00263 'subjectpagename' => array( 1, 'SUBJECTPAGENAME', 'ARTICLEPAGENAME' ), 00264 'subjectpagenamee' => array( 1, 'SUBJECTPAGENAMEE', 'ARTICLEPAGENAMEE' ), 00265 'msg' => array( 0, 'MSG:' ), 00266 'subst' => array( 0, 'SUBST:' ), 00267 'safesubst' => array( 0, 'SAFESUBST:' ), 00268 'msgnw' => array( 0, 'MSGNW:' ), 00269 'img_thumbnail' => array( 1, 'thumbnail', 'thumb' ), 00270 'img_manualthumb' => array( 1, 'thumbnail=$1', 'thumb=$1' ), 00271 'img_right' => array( 1, 'right' ), 00272 'img_left' => array( 1, 'left' ), 00273 'img_none' => array( 1, 'none' ), 00274 'img_width' => array( 1, '$1px' ), 00275 'img_center' => array( 1, 'center', 'centre' ), 00276 'img_framed' => array( 1, 'framed', 'enframed', 'frame' ), 00277 'img_frameless' => array( 1, 'frameless' ), 00278 'img_lang' => array( 1, 'lang=$1' ), 00279 'img_page' => array( 1, 'page=$1', 'page $1' ), 00280 'img_upright' => array( 1, 'upright', 'upright=$1', 'upright $1' ), 00281 'img_border' => array( 1, 'border' ), 00282 'img_baseline' => array( 1, 'baseline' ), 00283 'img_sub' => array( 1, 'sub' ), 00284 'img_super' => array( 1, 'super', 'sup' ), 00285 'img_top' => array( 1, 'top' ), 00286 'img_text_top' => array( 1, 'text-top' ), 00287 'img_middle' => array( 1, 'middle' ), 00288 'img_bottom' => array( 1, 'bottom' ), 00289 'img_text_bottom' => array( 1, 'text-bottom' ), 00290 'img_link' => array( 1, 'link=$1' ), 00291 'img_alt' => array( 1, 'alt=$1' ), 00292 'img_class' => array( 1, 'class=$1' ), 00293 'int' => array( 0, 'INT:' ), 00294 'sitename' => array( 1, 'SITENAME' ), 00295 'ns' => array( 0, 'NS:' ), 00296 'nse' => array( 0, 'NSE:' ), 00297 'localurl' => array( 0, 'LOCALURL:' ), 00298 'localurle' => array( 0, 'LOCALURLE:' ), 00299 'articlepath' => array( 0, 'ARTICLEPATH' ), 00300 'pageid' => array( 0, 'PAGEID' ), 00301 'server' => array( 0, 'SERVER' ), 00302 'servername' => array( 0, 'SERVERNAME' ), 00303 'scriptpath' => array( 0, 'SCRIPTPATH' ), 00304 'stylepath' => array( 0, 'STYLEPATH' ), 00305 'grammar' => array( 0, 'GRAMMAR:' ), 00306 'gender' => array( 0, 'GENDER:' ), 00307 'notitleconvert' => array( 0, '__NOTITLECONVERT__', '__NOTC__' ), 00308 'nocontentconvert' => array( 0, '__NOCONTENTCONVERT__', '__NOCC__' ), 00309 'currentweek' => array( 1, 'CURRENTWEEK' ), 00310 'currentdow' => array( 1, 'CURRENTDOW' ), 00311 'localweek' => array( 1, 'LOCALWEEK' ), 00312 'localdow' => array( 1, 'LOCALDOW' ), 00313 'revisionid' => array( 1, 'REVISIONID' ), 00314 'revisionday' => array( 1, 'REVISIONDAY' ), 00315 'revisionday2' => array( 1, 'REVISIONDAY2' ), 00316 'revisionmonth' => array( 1, 'REVISIONMONTH' ), 00317 'revisionmonth1' => array( 1, 'REVISIONMONTH1' ), 00318 'revisionyear' => array( 1, 'REVISIONYEAR' ), 00319 'revisiontimestamp' => array( 1, 'REVISIONTIMESTAMP' ), 00320 'revisionuser' => array( 1, 'REVISIONUSER' ), 00321 'revisionsize' => array( 1, 'REVISIONSIZE' ), 00322 'plural' => array( 0, 'PLURAL:' ), 00323 'fullurl' => array( 0, 'FULLURL:' ), 00324 'fullurle' => array( 0, 'FULLURLE:' ), 00325 'canonicalurl' => array( 0, 'CANONICALURL:' ), 00326 'canonicalurle' => array( 0, 'CANONICALURLE:' ), 00327 'lcfirst' => array( 0, 'LCFIRST:' ), 00328 'ucfirst' => array( 0, 'UCFIRST:' ), 00329 'lc' => array( 0, 'LC:' ), 00330 'uc' => array( 0, 'UC:' ), 00331 'raw' => array( 0, 'RAW:' ), 00332 'displaytitle' => array( 1, 'DISPLAYTITLE' ), 00333 'rawsuffix' => array( 1, 'R' ), 00334 'nocommafysuffix' => array( 0, 'NOSEP' ), 00335 'newsectionlink' => array( 1, '__NEWSECTIONLINK__' ), 00336 'nonewsectionlink' => array( 1, '__NONEWSECTIONLINK__' ), 00337 'currentversion' => array( 1, 'CURRENTVERSION' ), 00338 'urlencode' => array( 0, 'URLENCODE:' ), 00339 'anchorencode' => array( 0, 'ANCHORENCODE' ), 00340 'currenttimestamp' => array( 1, 'CURRENTTIMESTAMP' ), 00341 'localtimestamp' => array( 1, 'LOCALTIMESTAMP' ), 00342 'directionmark' => array( 1, 'DIRECTIONMARK', 'DIRMARK' ), 00343 'language' => array( 0, '#LANGUAGE:' ), 00344 'contentlanguage' => array( 1, 'CONTENTLANGUAGE', 'CONTENTLANG' ), 00345 'pagesinnamespace' => array( 1, 'PAGESINNAMESPACE:', 'PAGESINNS:' ), 00346 'numberofadmins' => array( 1, 'NUMBEROFADMINS' ), 00347 'formatnum' => array( 0, 'FORMATNUM' ), 00348 'padleft' => array( 0, 'PADLEFT' ), 00349 'padright' => array( 0, 'PADRIGHT' ), 00350 'special' => array( 0, 'special' ), 00351 'speciale' => array( 0, 'speciale' ), 00352 'defaultsort' => array( 1, 'DEFAULTSORT:', 'DEFAULTSORTKEY:', 'DEFAULTCATEGORYSORT:' ), 00353 'filepath' => array( 0, 'FILEPATH:' ), 00354 'tag' => array( 0, 'tag' ), 00355 'hiddencat' => array( 1, '__HIDDENCAT__' ), 00356 'pagesincategory' => array( 1, 'PAGESINCATEGORY', 'PAGESINCAT' ), 00357 'pagesize' => array( 1, 'PAGESIZE' ), 00358 'index' => array( 1, '__INDEX__' ), 00359 'noindex' => array( 1, '__NOINDEX__' ), 00360 'numberingroup' => array( 1, 'NUMBERINGROUP', 'NUMINGROUP' ), 00361 'staticredirect' => array( 1, '__STATICREDIRECT__' ), 00362 'protectionlevel' => array( 1, 'PROTECTIONLEVEL' ), 00363 'cascadingsources' => array( 1, 'CASCADINGSOURCES' ), 00364 'formatdate' => array( 0, 'formatdate', 'dateformat' ), 00365 'url_path' => array( 0, 'PATH' ), 00366 'url_wiki' => array( 0, 'WIKI' ), 00367 'url_query' => array( 0, 'QUERY' ), 00368 'defaultsort_noerror' => array( 0, 'noerror' ), 00369 'defaultsort_noreplace' => array( 0, 'noreplace' ), 00370 'displaytitle_noerror' => array( 0, 'noerror' ), 00371 'displaytitle_noreplace' => array( 0, 'noreplace' ), 00372 'pagesincategory_all' => array( 0, 'all' ), 00373 'pagesincategory_pages' => array( 0, 'pages' ), 00374 'pagesincategory_subcats' => array( 0, 'subcats' ), 00375 'pagesincategory_files' => array( 0, 'files' ), 00376 ); 00377 00386 $specialPageAliases = array( 00387 'Activeusers' => array( 'ActiveUsers' ), 00388 'Allmessages' => array( 'AllMessages' ), 00389 'AllMyUploads' => array( 'AllMyUploads', 'AllMyFiles' ), 00390 'Allpages' => array( 'AllPages' ), 00391 'Ancientpages' => array( 'AncientPages' ), 00392 'Badtitle' => array( 'Badtitle' ), 00393 'Blankpage' => array( 'BlankPage' ), 00394 'Block' => array( 'Block', 'BlockIP', 'BlockUser' ), 00395 'Booksources' => array( 'BookSources' ), 00396 'BrokenRedirects' => array( 'BrokenRedirects' ), 00397 'Categories' => array( 'Categories' ), 00398 'ChangeEmail' => array( 'ChangeEmail' ), 00399 'ChangePassword' => array( 'ChangePassword', 'ResetPass', 'ResetPassword' ), 00400 'ComparePages' => array( 'ComparePages' ), 00401 'Confirmemail' => array( 'ConfirmEmail' ), 00402 'Contributions' => array( 'Contributions', 'Contribs' ), 00403 'CreateAccount' => array( 'CreateAccount' ), 00404 'Deadendpages' => array( 'DeadendPages' ), 00405 'DeletedContributions' => array( 'DeletedContributions' ), 00406 'Diff' => array( 'Diff' ), 00407 'DoubleRedirects' => array( 'DoubleRedirects' ), 00408 'EditWatchlist' => array( 'EditWatchlist' ), 00409 'Emailuser' => array( 'EmailUser', 'Email' ), 00410 'ExpandTemplates' => array( 'ExpandTemplates' ), 00411 'Export' => array( 'Export' ), 00412 'Fewestrevisions' => array( 'FewestRevisions' ), 00413 'FileDuplicateSearch' => array( 'FileDuplicateSearch' ), 00414 'Filepath' => array( 'FilePath' ), 00415 'Import' => array( 'Import' ), 00416 'Invalidateemail' => array( 'InvalidateEmail' ), 00417 'JavaScriptTest' => array( 'JavaScriptTest' ), 00418 'BlockList' => array( 'BlockList', 'ListBlocks', 'IPBlockList' ), 00419 'LinkSearch' => array( 'LinkSearch' ), 00420 'Listadmins' => array( 'ListAdmins' ), 00421 'Listbots' => array( 'ListBots' ), 00422 'Listfiles' => array( 'ListFiles', 'FileList', 'ImageList' ), 00423 'Listgrouprights' => array( 'ListGroupRights', 'UserGroupRights' ), 00424 'Listredirects' => array( 'ListRedirects' ), 00425 'ListDuplicatedFiles' => array( 'ListDuplicatedFiles', 'ListFileDuplicates' ), 00426 'Listusers' => array( 'ListUsers', 'UserList' ), 00427 'Lockdb' => array( 'LockDB' ), 00428 'Log' => array( 'Log', 'Logs' ), 00429 'Lonelypages' => array( 'LonelyPages', 'OrphanedPages' ), 00430 'Longpages' => array( 'LongPages' ), 00431 'MediaStatistics' => array( 'MediaStatistics' ), 00432 'MergeHistory' => array( 'MergeHistory' ), 00433 'MIMEsearch' => array( 'MIMESearch' ), 00434 'Mostcategories' => array( 'MostCategories' ), 00435 'Mostimages' => array( 'MostLinkedFiles', 'MostFiles', 'MostImages' ), 00436 'Mostinterwikis' => array( 'MostInterwikis' ), 00437 'Mostlinked' => array( 'MostLinkedPages', 'MostLinked' ), 00438 'Mostlinkedcategories' => array( 'MostLinkedCategories', 'MostUsedCategories' ), 00439 'Mostlinkedtemplates' => array( 'MostTranscludedPages', 'MostLinkedTemplates', 'MostUsedTemplates' ), 00440 'Mostrevisions' => array( 'MostRevisions' ), 00441 'Movepage' => array( 'MovePage' ), 00442 'Mycontributions' => array( 'MyContributions' ), 00443 'MyLanguage' => array( 'MyLanguage' ), 00444 'Mypage' => array( 'MyPage' ), 00445 'Mytalk' => array( 'MyTalk' ), 00446 'Myuploads' => array( 'MyUploads', 'MyFiles' ), 00447 'Newimages' => array( 'NewFiles', 'NewImages' ), 00448 'Newpages' => array( 'NewPages' ), 00449 'PagesWithProp' => array( 'PagesWithProp', 'Pageswithprop', 'PagesByProp', 'Pagesbyprop' ), 00450 'PageLanguage' => array( 'PageLanguage' ), 00451 'PasswordReset' => array( 'PasswordReset' ), 00452 'PermanentLink' => array( 'PermanentLink', 'PermaLink' ), 00453 'Popularpages' => array( 'PopularPages' ), 00454 'Preferences' => array( 'Preferences' ), 00455 'Prefixindex' => array( 'PrefixIndex' ), 00456 'Protectedpages' => array( 'ProtectedPages' ), 00457 'Protectedtitles' => array( 'ProtectedTitles' ), 00458 'Randompage' => array( 'Random', 'RandomPage' ), 00459 'RandomInCategory' => array( 'RandomInCategory' ), 00460 'Randomredirect' => array( 'RandomRedirect' ), 00461 'Recentchanges' => array( 'RecentChanges' ), 00462 'Recentchangeslinked' => array( 'RecentChangesLinked', 'RelatedChanges' ), 00463 'Redirect' => array( 'Redirect' ), 00464 'ResetTokens' => array( 'ResetTokens' ), 00465 'Revisiondelete' => array( 'RevisionDelete' ), 00466 'RunJobs' => array( 'RunJobs' ), 00467 'Search' => array( 'Search' ), 00468 'Shortpages' => array( 'ShortPages' ), 00469 'Specialpages' => array( 'SpecialPages' ), 00470 'Statistics' => array( 'Statistics' ), 00471 'Tags' => array( 'Tags' ), 00472 'TrackingCategories' => array( 'TrackingCategories' ), 00473 'Unblock' => array( 'Unblock' ), 00474 'Uncategorizedcategories' => array( 'UncategorizedCategories' ), 00475 'Uncategorizedimages' => array( 'UncategorizedFiles', 'UncategorizedImages' ), 00476 'Uncategorizedpages' => array( 'UncategorizedPages' ), 00477 'Uncategorizedtemplates' => array( 'UncategorizedTemplates' ), 00478 'Undelete' => array( 'Undelete' ), 00479 'Unlockdb' => array( 'UnlockDB' ), 00480 'Unusedcategories' => array( 'UnusedCategories' ), 00481 'Unusedimages' => array( 'UnusedFiles', 'UnusedImages' ), 00482 'Unusedtemplates' => array( 'UnusedTemplates' ), 00483 'Unwatchedpages' => array( 'UnwatchedPages' ), 00484 'Upload' => array( 'Upload' ), 00485 'UploadStash' => array( 'UploadStash' ), 00486 'Userlogin' => array( 'UserLogin', 'Login' ), 00487 'Userlogout' => array( 'UserLogout', 'Logout' ), 00488 'Userrights' => array( 'UserRights', 'MakeSysop', 'MakeBot' ), 00489 'Version' => array( 'Version' ), 00490 'Wantedcategories' => array( 'WantedCategories' ), 00491 'Wantedfiles' => array( 'WantedFiles' ), 00492 'Wantedpages' => array( 'WantedPages', 'BrokenLinks' ), 00493 'Wantedtemplates' => array( 'WantedTemplates' ), 00494 'Watchlist' => array( 'Watchlist' ), 00495 'Whatlinkshere' => array( 'WhatLinksHere' ), 00496 'Withoutinterwiki' => array( 'WithoutInterwiki' ), 00497 ); 00498 00503 $linkTrail = '/^([a-z]+)(.*)$/sD'; 00504 00509 $linkPrefixCharset = 'a-zA-Z\\x{80}-\\x{10ffff}'; 00510 00515 $imageFiles = array( 00516 'button-bold' => 'en/button_bold.png', 00517 'button-italic' => 'en/button_italic.png', 00518 'button-link' => 'en/button_link.png', 00519 'button-extlink' => 'en/button_extlink.png', 00520 'button-headline' => 'en/button_headline.png', 00521 'button-image' => 'en/button_image.png', 00522 'button-media' => 'en/button_media.png', 00523 'button-nowiki' => 'en/button_nowiki.png', 00524 'button-sig' => 'en/button_sig.png', 00525 'button-hr' => 'en/button_hr.png', 00526 ); 00527 00532 $preloadedMessages = array( 00533 'aboutpage', 00534 'aboutsite', 00535 'accesskey-ca-edit', 00536 'accesskey-ca-history', 00537 'accesskey-ca-nstab-main', 00538 'accesskey-ca-talk', 00539 'accesskey-ca-view', 00540 'accesskey-n-currentevents', 00541 'accesskey-n-help', 00542 'accesskey-n-mainpage-description', 00543 'accesskey-n-portal', 00544 'accesskey-n-randompage', 00545 'accesskey-n-recentchanges', 00546 'accesskey-p-logo', 00547 'accesskey-pt-login', 00548 'accesskey-search', 00549 'accesskey-search-fulltext', 00550 'accesskey-search-go', 00551 'accesskey-t-permalink', 00552 'accesskey-t-recentchangeslinked', 00553 'accesskey-t-specialpages', 00554 'accesskey-t-whatlinkshere', 00555 'actions', 00556 'anonnotice', 00557 'currentevents', 00558 'currentevents-url', 00559 'disclaimerpage', 00560 'disclaimers', 00561 'edit', 00562 'editsection', 00563 'editsectionhint', 00564 'help', 00565 'helppage', 00566 'interlanguage-link-title', 00567 'jumpto', 00568 'jumptonavigation', 00569 'jumptosearch', 00570 'lastmodifiedat', 00571 'mainpage', 00572 'mainpage-description', 00573 'mainpage-nstab', 00574 'namespaces', 00575 'navigation', 00576 'nav-login-createaccount', 00577 'nstab-main', 00578 'nstab-talk', 00579 'opensearch-desc', 00580 'pagecategories', 00581 'pagecategorieslink', 00582 'pagetitle', 00583 'pagetitle-view-mainpage', 00584 'permalink', 00585 'personaltools', 00586 'portal', 00587 'portal-url', 00588 'printableversion', 00589 'privacy', 00590 'privacypage', 00591 'randompage', 00592 'randompage-url', 00593 'recentchanges', 00594 'recentchangeslinked-toolbox', 00595 'recentchanges-url', 00596 'retrievedfrom', 00597 'search', 00598 'searcharticle', 00599 'searchbutton', 00600 'sidebar', 00601 'navigation-heading', 00602 'site-atom-feed', 00603 'sitenotice', 00604 'specialpages', 00605 'tagline', 00606 'talk', 00607 'toolbox', 00608 'tooltip-ca-edit', 00609 'tooltip-ca-history', 00610 'tooltip-ca-nstab-main', 00611 'tooltip-ca-talk', 00612 'tooltip-ca-view', 00613 'tooltip-n-currentevents', 00614 'tooltip-n-help', 00615 'tooltip-n-mainpage-description', 00616 'tooltip-n-portal', 00617 'tooltip-n-randompage', 00618 'tooltip-n-recentchanges', 00619 'tooltip-p-logo', 00620 'tooltip-p-navigation', 00621 'tooltip-p-tb', 00622 'tooltip-pt-login', 00623 'tooltip-search', 00624 'tooltip-search-fulltext', 00625 'tooltip-search-go', 00626 'tooltip-t-permalink', 00627 'tooltip-t-recentchangeslinked', 00628 'tooltip-t-specialpages', 00629 'tooltip-t-whatlinkshere', 00630 'variants', 00631 'vector-view-edit', 00632 'vector-view-history', 00633 'vector-view-view', 00634 'viewcount', 00635 'views', 00636 'whatlinkshere', 00637 ); 00638