System messages
⧼vector-appearance-label⧽
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 | |
| citethispage-summary (talk) (Translate) | |
| clearyourcache (talk) (Translate) | <strong>Note:</strong> After publishing, you may have to bypass your browser's cache to see the changes. * <strong>Firefox / Safari:</strong> Hold <em>Shift</em> while clicking <em>Reload</em>, or press either <em>Ctrl-F5</em> or <em>Ctrl-R</em> (<em>⌘-R</em> on a Mac) * <strong>Google Chrome:</strong> Press <em>Ctrl-Shift-R</em> (<em>⌘-Shift-R</em> on a Mac) * <strong>Edge:</strong> Hold <em>Ctrl</em> while clicking <em>Refresh</em>, or press <em>Ctrl-F5</em>. |
| codeeditor-desc (talk) (Translate) | Syntax-highlighted editing for JavaScript and CSS pages using [https://ace.c9.io/ Ace editor] |
| codeeditor-error-message (talk) (Translate) | CodeEditor needs WikiEditor to be loaded. |
| codeeditor-error-title (talk) (Translate) | Dependency failed |
| codeeditor-gotoline (talk) (Translate) | Go to line number... |
| codeeditor-gotoline-placeholder (talk) (Translate) | line[:column] |
| codeeditor-gotoline-prompt (talk) (Translate) | Enter a line number |
| codeeditor-indent (talk) (Translate) | Indent |
| codeeditor-invisibleChars-toggle (talk) (Translate) | Toggle invisible characters |
| codeeditor-lineWrapping-toggle (talk) (Translate) | Toggle line wrapping |
| codeeditor-next-annotation (talk) (Translate) | Go to next annotation |
| codeeditor-outdent (talk) (Translate) | Outdent |
| codeeditor-save-with-errors (talk) (Translate) | The document contains errors. Are you sure you want to publish? |
| codeeditor-searchReplace-toggle (talk) (Translate) | Toggle search and replace dialog |
| codeeditor-toolbar-toggle (talk) (Translate) | Toggle code editor |
| collabpad (talk) (Translate) | CollabPad |
| collabpad-doctitle (talk) (Translate) | CollabPad: $1 |
| collabpad-import-subtitle (talk) (Translate) | Imported from $1 |
| collapsible-collapse (talk) (Translate) | Collapse |
| collapsible-collapse-all-text (talk) (Translate) | Collapse all |
| collapsible-collapse-all-tooltip (talk) (Translate) | Collapse all collapsible elements on the current page |
| collapsible-expand (talk) (Translate) | Expand |
| collapsible-expand-all-text (talk) (Translate) | Expand all |
| collapsible-expand-all-tooltip (talk) (Translate) | Expand all collapsible elements on the current page |
| colon-separator (talk) (Translate) | : |
| comma-separator (talk) (Translate) | , |
| common.css (talk) (Translate) | /* CSS placed here will be applied to all skins */ |
| .vector-menu-content a { color: var(--zx-text-muted) !important; } .vector-main-menu a:hover, .vector-menu-content a:hover { color: var(--zx-gold-bright) !important; } .vector-menu-heading { font-family: var(--zx-font-display) !important; color: var(--zx-gold) !important; text-transform: uppercase; letter-spacing: 0.2em; font-size: 11px !important; } .mw-logo { display: none !important; } | |
| common.js (talk) (Translate) | /* Any JavaScript here will be loaded for all users on every page load. */ |
| // Wait for the DOM to be fully loaded $(document).ready(function() { // Target the logo wordmark var wordmark = $('.mw-logo-wordmark'); if (wordmark.length) { // Get the current text var text = wordmark.text(); // If the text is "ZenithXI", split it if (text === "ZenithXI") { // Empty the current content wordmark.empty(); // Set inline style with !important via attribute wordmark.attr('style', 'font-size: 40px !important'); // Add the colored spans wordmark.append( $('<span>').text("ZENITH").css("color", "#0077B6"), $('<span>').text("XI").css("color", "#F4A261") ); } } }); // Workaround to auto enable sidemenu for anon users. if (!mw.config.get('wgUserName')) { const observer = new MutationObserver((mutationsList, observer) => { for (const mutation of mutationsList) { if (mutation.target.classList.contains('vector-animations-ready')) { document.querySelector( '[data-event-name="pinnable-header.vector-main-menu.pin"]' ).click() observer.disconnect(); break; } } }); observer.observe(document.documentElement, { attributes: true, attributeFilter: ['class'] }); } | |
| compare-page1 (talk) (Translate) | Page 1 |
| compare-page2 (talk) (Translate) | Page 2 |
| compare-rev1 (talk) (Translate) | Revision 1 |
| compare-rev2 (talk) (Translate) | Revision 2 |
| compare-revision-not-exists (talk) (Translate) | The revision you specified does not exist. |
| compare-submit (talk) (Translate) | Compare |
| comparepages (talk) (Translate) | Compare pages |
| comparepages-summary (talk) (Translate) | |
| compareselectedversions (talk) (Translate) | Compare selected revisions |
| config-invalid-key (talk) (Translate) | Invalid MediaWiki configuration parameter "$1": $2 |
| config-missing-key (talk) (Translate) | Missing MediaWiki configuration parameter "$1" |
| confirm (talk) (Translate) | Confirm |
| confirm-markpatrolled-button (talk) (Translate) | OK |
| confirm-markpatrolled-top (talk) (Translate) | Mark revision $3 of $2 as patrolled? |
| confirm-mcrrestore-title (talk) (Translate) | Restore a revision |
| confirm-mcrundo-title (talk) (Translate) | Undo a change |
| confirm-purge-bottom (talk) (Translate) | Purging a page clears the cache and forces the most current revision to appear. |
| confirm-purge-title (talk) (Translate) | Purge this page |
| confirm-purge-top (talk) (Translate) | Purge the cache of this page? |
| confirm-rollback-bottom (talk) (Translate) | This action will instantly rollback the selected changes to this page. |
| confirm-rollback-button (talk) (Translate) | OK |