Jump to content

System messages

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.
System messages
First pagePrevious pageNext pageLast page
Name Default message text
Current message text
checkbox-select (talk) (Translate) Select: $1
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>.
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 */
/* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Gloock&display=swap'); /*look into CSS Pseudo-elements for the :before etc...display: none */ /*.mw-logo-wordmark { color: black; font-family: Cinzel Decorative;}*/ /*.mw-logo-wordmark {display: none;}*/ /*.mw-logo-wordmark::before { font-weight: bold; color: red; font-family: Cinzel Decorative; content: "test ";}*/ /*.mw-logo-wordmark::after .first {color: green; font-family: Cinzel Decorative; content: " test2";}*/ #ca-talk { display:none!important; } .mw-body {font-family: Arial;} #firstHeading { color: black; font-family: Cinzel Decorative; bold; } .mw-body-content h1 { color: black; font-family: Cinzel Decorative; bold; } .mw-body-content h2 { color: black; font-family: Cinzel Decorative; bold;} .mw-body-content h3 { color: black; font-family: Cinzel Decorative; bold;} .mw-body-content h4 { color: black; font-family: Gloock; } .mw-body-content h5 { color: black; font-family: Gloock; } body { background-image: url('/resources/assets/Wyld West_Background 2_CW 1.jpg'); background-size: cover; /* Ensures it covers the full page */ background-position: center; background-attachment: fixed; /* Keeps the image fixed when scrolling */ } #mw-head, #p-personal, #mw-panel { background-color: 4a90e2 !important; /* Change this to your preferred color */ } .vector-header.mw-header { background-image: url("/resources/assets/Wyld West_Background 1_CW 1.jpg"); background-size: cover; /* Adjusts the image to fit the header */ background-position: center; /* Centers the image */ background-repeat: no-repeat; /* Prevents tiling */ } /* Hide the Edit tab ONLY for non-logged-in users */ body.not-logged-in #ca-edit { display: none !important; } /* Hide the View Source tab ONLY for non-logged-in users */ body.not-logged-in #ca-viewsource { display: none !important; } /* Hide the View History tab ONLY for non-logged-in users */ body.not-logged-in #ca-history { display: none !important; } /* Hide the Tools dropdown ONLY for non-logged-in users */ body.not-logged-in #p-tb { display: none !important; } /* Hide "To_delete_later" link from non-logged-in users */ body.not-logged-in #ca-To_delete_later { display: none !important; }
common.js (talk) (Translate) /* Any JavaScript here will be loaded for all users on every page load. */
mw.loader.using('mediawiki.util').then(function () { if (!mw.config.get('wgUserName')) { // Only for non-logged-in users console.log('Non-logged-in user detected'); // Automatically tick the checkbox to expand the Main menu var mainMenuCheckbox = document.getElementById('vector-main-menu-dropdown-checkbox'); if (mainMenuCheckbox) { mainMenuCheckbox.checked = true; // Check the checkbox to expand the menu console.log('Main menu checkbox checked'); } // Delay the "Move to Sidebar" button click to ensure the button is clickable setTimeout(function() { // Target the "Move to Sidebar" button by the 'data-event-name' attribute var moveToSidebarButton = document.querySelector('[data-event-name="pinnable-header.vector-main-menu.pin"]'); if (moveToSidebarButton) { moveToSidebarButton.click(); // Click the button console.log('Move to sidebar button clicked'); } }, 200); // Delay of 150ms to allow elements to load, 50 is not quite enough so upped to 100 } }); mw.loader.using('mediawiki.user').then(function() { if (!mw.config.get('wgUserName')) { // If the user is NOT logged in document.body.classList.add('not-logged-in'); // Manually add the not-logged-in class } }); mw.loader.using('mediawiki.user').then(function() { if (!mw.config.get('wgUserName')) { // If the user is NOT logged in document.body.classList.add('not-logged-in'); // Manually add the not-logged-in class } }); mw.loader.using(['jquery'], function() { // Load OpenSeadragon manually $.getScript('/extensions/OpenSeadragon/openseadragon.min.js') .done(function () { console.log("OpenSeadragon loaded successfully."); // Ensure OpenSeadragon is defined if (typeof OpenSeadragon !== 'undefined' && $('#openseadragon1').length) { var viewer = OpenSeadragon({ id: "openseadragon1", prefixUrl: "/extensions/OpenSeadragon/images/", tileSources: "/extensions/OpenSeadragon/images/Map/Wyld West legend complete with Hope V1.dzi" }); console.log("OpenSeadragon viewer initialized."); } else { console.error("OpenSeadragon is not defined or #openseadragon1 element is missing."); } }) .fail(function () { console.error("Failed to load OpenSeadragon."); }); });
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
confirm-rollback-top (talk) (Translate) Revert edits to this page?
confirm-unwatch-button (talk) (Translate) OK
confirm-unwatch-top (talk) (Translate) Remove this page from your watchlist?
confirm-watch-button (talk) (Translate) OK
confirm-watch-button-expiry (talk) (Translate) Watch
confirm-watch-label (talk) (Translate) Watchlist time period:
confirm-watch-top (talk) (Translate) Add this page to your watchlist?
confirm_purge_button (talk) (Translate) OK
confirmable-confirm (talk) (Translate) Are {{GENDER:$1|you}} sure?
confirmable-no (talk) (Translate) No
confirmable-yes (talk) (Translate) Yes
confirmdeletetext (talk) (Translate) You are about to delete a page along with all of its history. Please confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[{{MediaWiki:Policy-url}}|the policy]].
confirmedittext (talk) (Translate) You must confirm your email address before editing pages. Please set and validate your email address through your [[Special:Preferences|user preferences]].
confirmemail (talk) (Translate) Confirm email address
confirmemail_body (talk) (Translate) Someone, probably you, from IP address $1, has registered an account "$2" with this email address on {{SITENAME}}. To confirm that this account really does belong to you and activate email features on {{SITENAME}}, open this link in your browser: $3 If you did *not* register the account, follow this link to cancel the email address confirmation: $5 This confirmation code will expire at $4.
confirmemail_body_changed (talk) (Translate) Someone, probably you, from IP address $1, has changed the email address of the account "$2" to this address on {{SITENAME}}. To confirm that this account really does belong to you and reactivate email features on {{SITENAME}}, open this link in your browser: $3 If the account does *not* belong to you, follow this link to cancel the email address confirmation: $5 This confirmation code will expire at $4.
confirmemail_body_set (talk) (Translate) Someone, probably you, from IP address $1, has set the email address of the account "$2" to this address on {{SITENAME}}. To confirm that this account really does belong to you and activate email features on {{SITENAME}}, open this link in your browser: $3 If the account does *not* belong to you, follow this link to cancel the email address confirmation: $5 This confirmation code will expire at $4.
First pagePrevious pageNext pageLast page