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.
| Name | Default message text |
|---|---|
| Current message text | |
| changepassword (talk) (Translate) | Change password |
| changepassword-success (talk) (Translate) | Your password has been changed! |
| changepassword-summary (talk) (Translate) | |
| changepassword-throttled (talk) (Translate) | You have made too many recent login attempts. Please wait $1 before trying again. |
| changeslist-nocomment (talk) (Translate) | No edit summary |
| checkbox-all (talk) (Translate) | All |
| checkbox-invert (talk) (Translate) | Invert |
| checkbox-none (talk) (Translate) | None |
| 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>Internet Explorer / Edge:</strong> Hold <em>Ctrl</em> while clicking <em>Refresh</em>, or press <em>Ctrl-F5</em> * <strong>Opera:</strong> Press <em>Ctrl-F5</em>. |
| collabpad (talk) (Translate) | CollabPad |
| collabpad-doctitle (talk) (Translate) | CollabPad: $1 |
| collabpad-import-subtitle (talk) (Translate) | Imported from $1 |
| collapsible-collapse (talk) (Translate) | Collapse |
| collapsible-expand (talk) (Translate) | Expand |
| 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 */ /* ===== Existing badge backgrounds ===== */ .HOF-Background{ background-image: url("http://wiki.ksiglobal.com/images/7/70/Hall_of_fame_bg.png"); width: 250px; height: 75px; } .Red-Background{ background-image: url("https://wiki.ksiglobal.com/images/a/a1/Red-Background.png"); width: 250px; height: 75px; } .Blue-Background{ background-image: url("https://wiki.ksiglobal.com/images/5/53/Blue_bg.png"); width: 250px; height: 75px; } .Green-Background{ background-image: url("https://wiki.ksiglobal.com/images/b/b2/United_bg.png"); width: 250px; height: 75px; } .AlignTop{ display: inline-block; vertical-align: top; } /* ===== KSI Modern Profile Layout (DarkVector-safe) ===== */ .ksiprofile{ display: grid; grid-template-columns: 1fr 340px; gap: 18px; align-items: start; margin-top: 0 !important; } @media (max-width: 900px){ .ksiprofile{ grid-template-columns: 1fr; } } /* Card style */ .ksicard{ background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.10); border-radius: 14px; padding: 14px 16px; box-shadow: 0 10px 24px rgba(0,0,0,0.22); margin: 12px 0; } /* Align first cards (prevents “right is higher” issues) */ .ksimain > .ksicard:first-child{ margin-top: 0 !important; } .ksiside > .ksicard:first-child{ margin-top: 0 !important; } /* Clean section headings inside cards */ .ksicard h2{ border-bottom: 0 !important; margin-top: 0.2em; padding-bottom: 6px; } /* Subtle hover polish */ .ksicard img{ border-radius: 10px; transition: transform 120ms ease, box-shadow 120ms ease; } .ksicard img:hover{ transform: scale(1.04); box-shadow: 0 10px 18px rgba(0,0,0,0.35); } /* ===== Sidebar layout ===== */ .ksiside{ display: flex; flex-direction: column; gap: 12px !important; /* “green gap” knob */ margin: 0 !important; padding: 0 !important; } .ksiside .ksicard{ margin: 0 !important; /* spacing handled by gap */ padding: 10px 12px !important; } /* Kill random floats/positioning inside sidebar */ .ksiside > *{ display: block !important; width: 100% !important; clear: both !important; float: none !important; position: relative !important; z-index: 1 !important; } .ksiside .floatright, .ksiside .tright, .ksiside .thumb, .ksiside .thumbinner, .ksiside .mw-halign-right{ float: none !important; clear: both !important; margin: 0 !important; } /* ===== Badge card ===== */ .ksibadges{ display: flex; flex-direction: column; gap: 10px; align-items: center; padding-bottom: 12px !important; /* <-- yellow area spacing */ } /* Each badge template is wrapped in .ksibadge in your page source */ .ksibadges .ksibadge{ width: 100% !important; text-align: center !important; margin: 0 !important; } /* Prevent template wrappers from pushing things around */ .ksibadges .ksibadge table, .ksibadges .ksibadge div{ margin-left: auto !important; margin-right: auto !important; float: none !important; } /* Force badge backgrounds to be identical and “card-like” */ .ksibadges .HOF-Background, .ksibadges .Red-Background, .ksibadges .Blue-Background, .ksibadges .Green-Background{ display: block !important; width: 250px !important; height: 75px !important; margin: 0 auto !important; position: static !important; float: none !important; border-radius: 14px; border: 1px solid rgba(255,255,255,0.10); box-shadow: 0 10px 24px rgba(0,0,0,0.22); overflow: hidden; } /* Stop stray spacing inside badge card */ .ksibadges p{ margin: 0 !important; padding: 0 !important; } .ksibadges br{ display: none !important; } .ksibadges table{ width: auto !important; height: auto !important; border-spacing: 0 !important; padding: 0 !important; } /* ===== Infobox containment ===== */ .ksiside .infobox, .ksiside .portable-infobox, .ksiside table{ width: 100% !important; max-width: 100% !important; box-sizing: border-box; margin: 0 !important; } .ksiside table td, .ksiside table th{ vertical-align: top; } /* ===== Sticky behavior (fixed: no dead runway) ===== */ @media (min-width: 901px){ .ksiside{ align-self: start; } /* Only the profile card should stick */ .ksiside .ksiprofilecard.ksisticky{ position: sticky !important; top: 12px !important; } } | |
| common.js (talk) (Translate) | /* Any JavaScript here will be loaded for all users on every page load. */ |
| /* Any JavaScript here will be loaded for all users on every page load. */ /* WikiEditor Script */ var customizeToolbar = function () { /* Custom Toolbar Item Script */ $( '#wpTextbox1' ).wikiEditor( 'addToToolbar', { section: 'main', groups: { list: { tools: { templates: { label: 'Templates', type: 'select', list: { 'Construction-button': { label: 'Under Construction', action: { type: 'encapsulate', options: { pre: '{{UC}}' } } }, 'Requested-button': { label: 'Requested', action: { type: 'encapsulate', options: { pre: '{{requested}}' } } }, 'Division-button': { label: 'Division', action: { type: 'encapsulate', options: { pre: '{{division}}' } } }, 'Squad-button': { label: 'Squad', action: { type: 'encapsulate', options: { pre: '{{squad}}' } } }, 'Note-button': { label: 'Note', action: { type: 'encapsulate', options: { pre: '{{note|', post: '}}' } } }, 'Delete-button': { label: 'Delete', action: { type: 'encapsulate', options: { pre: '{{delete|', post: '}}' } } }, 'HOF-button': { label: 'Hall of Fame', action: { type: 'encapsulate', options: { pre: '{{HOF}}' } } } } } } } } } ); /* End Custom Toolbar Item Script */ }; /* Check if view is in edit mode and that the required modules are available. Then, customize the toolbar … */ if ( [ 'edit', 'submit' ].indexOf( mw.config.get( 'wgAction' ) ) !== -1 ) { mw.loader.using( 'user.options' ).then( function () { // This can be the string "0" if the user disabled the preference ([[phab:T54542#555387]]) if ( mw.user.options.get( 'usebetatoolbar' ) == 1 ) { $.when( mw.loader.using( 'ext.wikiEditor' ), $.ready ).then( customizeToolbar ); } } ); } /* End WikiEditor Template Script */ | |
| 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 |