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 | |
| variantname-tg (talk) (Translate) | tg |
| variantname-tg-cyrl (talk) (Translate) | tg-Cyrl |
| variantname-tg-latn (talk) (Translate) | tg-Latn |
| variantname-uz (talk) (Translate) | uz |
| variantname-uz-cyrl (talk) (Translate) | uz-Cyrl |
| variantname-uz-latn (talk) (Translate) | uz-Latn |
| variantname-zh (talk) (Translate) | zh |
| variantname-zh-cn (talk) (Translate) | cn |
| variantname-zh-hans (talk) (Translate) | hans |
| variantname-zh-hant (talk) (Translate) | hant |
| variantname-zh-hk (talk) (Translate) | hk |
| variantname-zh-mo (talk) (Translate) | mo |
| variantname-zh-my (talk) (Translate) | my |
| variantname-zh-sg (talk) (Translate) | sg |
| variantname-zh-tw (talk) (Translate) | tw |
| variants (talk) (Translate) | Variants |
| vector-action-addsection (talk) (Translate) | Add topic |
| vector-action-delete (talk) (Translate) | Delete |
| vector-action-move (talk) (Translate) | Move |
| vector-action-protect (talk) (Translate) | Protect |
| vector-action-toggle-sidebar (talk) (Translate) | Toggle sidebar |
| vector-action-undelete (talk) (Translate) | Undelete |
| vector-action-unprotect (talk) (Translate) | Change protection |
| vector-jumptonavigation (talk) (Translate) | Jump to navigation |
| vector-jumptosearch (talk) (Translate) | Jump to search |
| vector-more-actions (talk) (Translate) | More |
| 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-skin-desc (talk) (Translate) | Modern version of MonoBook with fresh look and many usability improvements |
| 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 */ |
| /* CSS placed here will affect users of the Vector skin */ /* * * * * * * * * * * * */ /* */ /* Normal, extant, unvisited links -- black */ A { color: #000000 } /* Unvisited non-extant links 7622C red */ A.new { color: #97272C } /* Unvisited Menu items -- black */ DIV#mw-panel DIV.portal DIV.body UL LI A { color: #000000 } /* Unvisited menu tabs -- black */ DIV.vectorTabs LI A { color: #000000 } /* Visited items -- 288C blue */ DIV#mw-panel DIV.portal DIV.body UL LI A:visited { color: #002D72 } DIV.vectorTabs LI A:visited { color: #002D72 } A:visited { color: #002D72 } /* Basic text font stack. Normal sans serif: Roboto 2014 preferred (but has a name collission with Roboto 2012). Most edge cuts should be horizontal, thus Helvetica-style typefaces are preferred to vertical cut like Segoe, Frutiger, DejaVu Sans, or Open Sans. */ /* This seems to be where the default sans serif is specified, and vector, left to its own devices, will go with just whatever the user's default is */ BODY { font-family: Roboto, Univers, "Helvetica Std", HelveticaStd, Helvetica, "Nimbus Sans L", NimbusSansL, "Nimbus Sans", NimbusSans, "Helvetica Neue", HelveticaNeue, "Helvetica Neue Std", HelveticaNeueStd, Arial, "Liberation Sans", LiberationSans, Arimo, Lato, sans-serif } /* This is for the '''Remember that you are only previewing this CSS. It has not yet been saved!''' note and anything else covered by this. 7622C red. */ .previewnote, DIV.previewnote { color: #97272C } /* * * * * * * * * * * * */ /* Reference Pantone list; some of which are no longer part of our brand specification, admittedly CG1C:#D9D9D6 CG4C:#BBBCBC CG5C:#B1B3B3 CG9C:#75787B CG3C:#C8C9C7 CG4C:#BBBCBC Half CG1C:#EDEDEB */ /* BODY { background-color:#FFFFFF; background-image:linear-gradient(#FFFFFF 0%, #FFFFFF 20%, #BBBCBC 100%); height:100%; background-repeat:no-repeat; } */ /* White background for pre-CSS3 CSS capable browsers */ BODY { background-color:#FFFFFF; } #mw-head-base, #mw-page-base {background-color:#FFFFFF } #mw-head { background-color:#FFFFFF } /* Raise your hand if you know what CSS3 is */ @media (min-width:1em) { #mw-head-base, #mw-page-base {background-color:#FFFFFF; background-image:linear-gradient(#FFFFFF 0%, FFFFFF 50%, #BBBCBC 100%) } BODY { background-color:#BBBCBC; background-image:linear-gradient(#FFFFFF 0%, #FFFFFF 20%, #BBBCBC 100%); height:100%; background-repeat:no-repeat; } } /* Replacing Alegreya stack with Avant Garde stack; might want to install an @font-face here. .mw-body H1, .mw-body H2, H1, H2, H3, H4, H5, H6, H7, H8 { font-family: Alegreya, "Bookman", "Century Schoolbook", "Linux Libertine",Georgia,Times,serif; } */ .mw-body H1, .mw-body H2, H1, H2, H3, H4, H5, H6, H7, H8 { font-family: "TeX Gyre Adventor", "Avant Garde", AvantGarde, "Avant Gard", "ITC Avant Garde", ITCAvantGarde, Futura, Futura-Bold, "Futura Bold", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", TwCen, "Twentieth Century", "Futura PT", "Heiti SC", "Heiti TC", "Didact Gothic", Questrial, Muli, Avenir, Sofia, "Gill Sans", GillSans, Kabel, OptiKabel, "Open Sans", "Noto Sans", NotoSans, Noto, "Droid Sans", DroidSans, Droid, "DejaVu Sans", DejaVuSans, "Bitstream Vera", BitstreamVera, Vera, "DejaVu LGC Sans", Geneva, sans-serif; } H1, H2, H5, .mw-body H5 { font-weight:700 } H3, H4, .mw-body H3, .mw-body H4 { font-weight:900 } H6, .mw-body H6 { font-weight:400 } A { text-decoration: underline; } A:hover { color:#002D72 } A:active { color:#97272C } DIV#mw-panel div.portal H3, DIV#footer UL LI { color:#000000 } DIV#mw-panel DIV.portal DIV.body UL LI A:hover { color:#002D72 } DIV#mw-panel DIV.portal DIV.body UL LI A:active { color:#97272C } /* Edit Source */ TT, #wpTextbox1 { font-family: "Roboto Mono", RobotoMono, Inconsolata, Consolas, Monaco, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", "Deja Vu Sans Mono", "Liberation Mono", "Nu Sans Mono", "Source Code Pro", "Fira Mono", "Anonymous Pro", "Proggy Clean", "Andale Mono", Hack, Dina, Crystal, monospace } /* An attempt to keep image sizes under control given the engine-imposed limitations on image responsiveness */ IMG { max-width: 100%; height: auto; } | |
| 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 |