System messages
Jump to navigation
Jump to search
This is a list of system messages available in the MediaWiki namespace.
Please visit MediaWiki Localisation and translatewiki.net if you wish to contribute to the generic MediaWiki localisation.
| Name | Default message text |
|---|---|
| Current message text | |
| vector-languages (talk) (Translate) | Languages |
| vector-main-menu-tooltip (talk) (Translate) | Main menu |
| vector-more-actions (talk) (Translate) | More |
| vector-no-language-button-aria-label (talk) (Translate) | This article exist only in this language. Add the article for other languages |
| vector-no-language-button-label (talk) (Translate) | Add languages |
| vector-opt-out (talk) (Translate) | Switch to old look |
| vector-opt-out-tooltip (talk) (Translate) | Change your settings to go back to the old look of the skin (legacy Vector) |
| vector-search-loader (talk) (Translate) | Loading search suggestions |
| vector-searchsuggest-containing (talk) (Translate) | Search for pages containing <strong class="cdx-typeahead-search__search-footer__query">$1</strong> |
| vector-site-nav-label (talk) (Translate) | Site |
| vector-skin-desc (talk) (Translate) | Provides 2 Vector skins: * 2011 - The Modern version of MonoBook with fresh look and many usability improvements. * 2022 - The Vector built as part of the WMF [[mw:Desktop Improvements]] project. |
| vector-specialversion-name (talk) (Translate) | Vector |
| vector-toc-beginning (talk) (Translate) | Beginning |
| vector-toc-collapsible-button-label (talk) (Translate) | Toggle the table of contents |
| vector-toc-heading (talk) (Translate) | Contents |
| vector-toc-menu-tooltip (talk) (Translate) | Table of Contents |
| vector-toc-toggle-button-label (talk) (Translate) | Toggle $1 subsection |
| vector-toc-toggle-position-sidebar (talk) (Translate) | move to sidebar |
| vector-toc-toggle-position-title (talk) (Translate) | hide |
| vector-view-create (talk) (Translate) | Create |
| vector-view-edit (talk) (Translate) | Edit |
| vector-view-history (talk) (Translate) | View history |
| vector-view-view (talk) (Translate) | Read |
| vector-view-viewsource (talk) (Translate) | View source |
| vector.css (talk) (Translate) | /* All CSS here will be loaded for users of the Vector skin */ |
| /* ======== */ /* SKINNING */ /* ======== */ @keyframes slide { 0%{ background-position: 0px 0px; } 100%{ background-position: -1023px 0px; } } /* scrolling top bg - Width/6 = A, A/2 = B, Width/B = 12 */ #mw-page-base { background: url(images/1/14/SkinHSP_Background.png) 0% 0% repeat; image-rendering: crisp-edges; animation: slide 85.25s linear infinite; } /* replace logo with hq logo because we're epic */ .mw-wiki-logo { background-image: url(images/0/0d/SkinDefault_Logo.png) !important; } .logo-text { background-image: url(images/3/36/SkinDefault_LogoText.png) !important; } /* logo bg */ #p-logo { background: url(images/5/59/SkinDefault_SidebarTop.png) repeat-y #f1f0ef !important; } /* main content bg and borders */ #content { background: url(images/5/59/SkinDefault_Content.png) repeat-x #fdfdfd !important; } /* sidebar background */ body { background: url(images/5/5a/SkinDefault_Sidebar.png) repeat-y #f1f0ef !important; } /* sidebar custom color */ ul.vector-menu-content-list li a { color: #27211c !important; } /* sidebar separator */ h3#p-tb-label { background-image: url(images/0/04/SkinDefault_Separator.png) !important; } /* font and whatnot */ nav.vector-menu-tabs ul li * { color: #EDECEB !important; font-family: "OMORI_GAME2" !important; } /* bright on hover */ nav.vector-menu-tabs ul li:hover * { color: #ffffff !important; } /* UNSELECTED TAB */ /* tab positioning and left */ nav.vector-menu-tabs ul li { background-image: url(images/5/5a/SkinDefault_TabOffLeft.png) !important; } /* center */ nav.vector-menu-tabs ul li:before { background-image: url(images/0/04/SkinDefault_TabOffCenter.png) !important; } /* tab positioning and right */ nav.vector-menu-tabs ul li a { background-image: url(images/3/31/SkinDefault_TabOffRight.png) !important; } /* UNCREATED TAB */ /* left */ nav.vector-menu-tabs ul li.new { background-image: url(images/8/82/SkinDefault_TabNewLeft.png) !important; } /* center */ nav.vector-menu-tabs ul li.new:before { background-image: url(images/3/3a/SkinDefault_TabNewCenter.png) !important; } /* right */ nav.vector-menu-tabs ul li.new a { background-image: url(images/d/de/SkinDefault_TabNewRight.png) !important; } /* SELECTED TAB */ /* left */ nav.vector-menu-tabs ul li.selected { background-image: url(images/7/76/SkinDefault_TabOnLeft.png) !important; } /* center */ nav.vector-menu-tabs ul li.selected:before { background-image: url(images/c/c8/SkinDefault_TabOnCenter.png) !important; } /* right */ nav.vector-menu-tabs ul li.selected a { background-image: url(images/c/c0/SkinDefault_TabOnRight.png) !important; } /* disable text coloring for selected tabs */ nav.vector-menu-tabs ul li.selected * { color: #4d4743 !important; } /* force text coloring for uncreated tabs */ nav.vector-menu-tabs ul li.selected.new * { color: #733c17 !important; } /* MORE TAB */ /* left */ #p-cactions { background-image: url(images/5/5a/SkinDefault_TabOffLeft.png) !important; } /* center */ #p-cactions:before { background-image: url(images/0/04/SkinDefault_TabOffCenter.png) !important; } /* right */ #p-cactions:after { background-image: url(images/3/31/SkinDefault_TabOffRight.png) !important; } /* text styling */ #p-cactions-label { color: #EDECEB !important; font-family: "OMORI_GAME2" !important; } /* replace default more down arrow */ #p-cactions-label:after { background-image: url(images/7/7c/SkinDefault_MoreArrow.png) !important; } /* more dropdown menu bg */ #p-cactions ul { background-image: url(images/3/33/SkinDefault_MoreDropdown.png) !important; background-color: #676562 !important; } /* more dropdown color forcing */ #p-cactions ul li a { color: #EDECEB !important; } /* SEARCH TAB */ /* left */ #p-search { background-image: url(images/5/5a/SkinDefault_TabOffLeft.png) !important; } /* center */ #p-search form#searchform { background-image: url(images/0/04/SkinDefault_TabOffCenter.png) !important; } /* right */ #p-search::after { background-image: url(images/3/31/SkinDefault_TabOffRight.png) !important; } /* search input */ #searchInput { background: #666361 !important; color: #FFFFFF !important; } /* search input placeholder color */ #searchInput::placeholder { color: #C7C6C5 !important; } /* search button */ #searchButton { background-image: url(images/1/17/SkinDefault_ButtonSearch.png) !important; } /* external link colors */ .mw-parser-output a.external { color: #0b0080; } .mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited { color: #0b0080; } /* ======== */ /* COLORING */ /* ======== */ /* generic colors */ .theme-generic-light { background: #FCF6FE; color: #000000; } .theme-generic-dark { background: #DDB5FF; color: #000000; } .theme-generic-darkest { background: #5C347F; color: #000000; } .theme-generic-border { border: 1px solid #5C347F !important; } .theme-generic-border-bottom { border-bottom: 1px solid #5C347F !important; } /* ambox divider */ table.ambox-divider,td.ambox-divider { border-left: 10px solid #5C347F; } | |
| vector.js (talk) (Translate) | /* All JavaScript here will be loaded for users of the Vector skin */ |
| verification-error (talk) (Translate) | This file did not pass file verification. |
| version (talk) (Translate) | Version |
| version-antispam (talk) (Translate) | Spam prevention |
| version-api (talk) (Translate) | API |
| version-credits-not-found (talk) (Translate) | No detailed credits information was found for this extension. |
| version-credits-summary (talk) (Translate) | We would like to recognize the following persons for their contribution to [[Special:Version|MediaWiki]]. |
| version-credits-title (talk) (Translate) | Credits for $1 |
| version-db-mariadb-url (talk) (Translate) | https://mariadb.org/ |
| version-db-mysql-url (talk) (Translate) | https://www.mysql.com/ |
| version-db-percona-url (talk) (Translate) | http://www.percona.com/software/percona-server |
| version-db-postgres-url (talk) (Translate) | http://www.postgresql.org/ |
| version-db-sqlite-url (talk) (Translate) | https://www.sqlite.org/ |
| version-editors (talk) (Translate) | Editors |
| version-entrypoints (talk) (Translate) | Entry point URLs |
| version-entrypoints-api-php (talk) (Translate) | [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:api.php api.php] |
| version-entrypoints-articlepath (talk) (Translate) | [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgArticlePath Article path] |
| version-entrypoints-header-entrypoint (talk) (Translate) | Entry point |
| version-entrypoints-header-url (talk) (Translate) | URL |
| version-entrypoints-index-php (talk) (Translate) | [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:index.php index.php] |
| version-entrypoints-rest-php (talk) (Translate) | [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:rest.php rest.php] |
| version-entrypoints-scriptpath (talk) (Translate) | [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgScriptPath Script path] |
| version-ext-colheader-credits (talk) (Translate) | Authors |
| version-ext-colheader-description (talk) (Translate) | Description |
| version-ext-colheader-license (talk) (Translate) | License |