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 | |
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 save? |
codeeditor-searchReplace-toggle (talk) (Translate) | Toggle search and replace dialog |
codeeditor-toolbar-toggle (talk) (Translate) | Toggle code editor |
codemirror-desc (talk) (Translate) | Provides syntax highlighting in wikitext editor |
codemirror-toggle-label (talk) (Translate) | Syntax highlighting |
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 applies to all skins */ /* Load Wikipedia.css first */ @import url("/index.php?title=MediaWiki:Common.css/Wikipedia.css&action=raw&ctype=text/css") screen; /* Then override Wikipedia styles with locally defined styles */ @import url("/index.php?title=MediaWiki:Common.css/Collapse.css&action=raw&ctype=text/css") screen; @import url("/index.php?title=MediaWiki:Common.css/Navigation.css&action=raw&ctype=text/css") screen; @import url("/index.php?title=MediaWiki:Common.css/Colors.css&action=raw&ctype=text/css") screen; @import url("/index.php?title=MediaWiki:Common.css/Infobox.css&action=raw&ctype=text/css") screen; @import url("/index.php?title=MediaWiki:Common.css/Fonts.css&action=raw&ctype=text/css") screen; @import url("/index.php?title=MediaWiki:Common.css/Glam.css&action=raw&ctype=text/css") screen; @import url("/index.php?title=MediaWiki:Common.css/MediaIcons.css&action=raw&ctype=text/css") screen; @import url("/index.php?title=MediaWiki:Common.css/Messages.css&action=raw&ctype=text/css") screen; @import url("/index.php?title=MediaWiki:Common.css/Slideshows.css&action=raw&ctype=text/css") screen; @import url("/index.php?title=MediaWiki:Common.css/addin-mooc.css&action=raw&ctype=text/css") screen; .same-bg { background: none } /* References */ .references { font-size:90%; } .references li:target, .reference:target, .citation:target { background-color: #DDEEFF } .reference, .citation, cite { font-weight: normal; font-style: normal; word-wrap: break-word; } /* Category tree */ #mw-subcategories ul { list-style: none none; margin-left: 0.25em; } .CategoryTreeChildren { margin-left: 1.25em; } /* prettytable class for skinning normal tables */ table.prettytable { margin:1em 1em 1em 0em; background:#f9f9f9; border:1px #aaaaaa solid; border-collapse:collapse; } table.prettytable th, table.prettytable td { border:1px #aaaaaa solid; padding:0.2em; } table.prettytable th { background:#f2f2f2; text-align:center; } table.prettytable caption { margin-left:inherit; margin-right:inherit; } table.table { border-spacing:0em 0.5em; } table.table tr>td { padding:0.25em 1em; } table.table tr.even { background:#ddddff; } table.table tr.odd { background:#ccccff; } /* Style for "notices" */ .notice { text-align: justify; margin:1em; padding:0.2em; } /* Choose whether to have AD/BC dates or CE/BCE dates */ /* First, the default : display both : See templates ADCE and BCEBC for how these are used*/ .Use_Default_Date_Convention { display: inline; } .Use_AD_and_BC { display: none; } /* display:inline; in your skin for AD and BC. */ .Use_BCE_and_CE { display: none; } /* display:inline; in your skin for CE and BCE. */ /* Content in columns with CSS instead of tables [[Template:Columns]] */ div.columns-2 div.column { float:left; width:50%; min-width:300px; } div.columns-3 div.column { float:left; width:33%; min-width:200px; } div.columns-4 div.column { float:left; width:25%; min-width:150px; } div.columns-5 div.column { float:left; width:20%; min-width:120px; } /* Put a checker background at the image description page only visible if the image has transparent background */ #file img { background: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat; } /* Show only when printing */ @media screen, projection, handheld { .printonly { display: none !important; } } /* "warning" messages. */ div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon { clear:both; margin: 0.2em 0em; border:1px solid #bb7070; background:#ffdbdb; padding:0.25em 0.9em; } /* Pie chart test: Transparent borders */ .transborder { border: solid transparent; } * html .transborder { /* IE6 */ border: solid #000001; filter: chroma(color=#000001); } /* "system" messages. Used in [[MediaWiki:Noarticletext]] and [[MediaWiki:Readonly lag]]. */ div.mw-lag-warn-normal, div.noarticletext, div.fmbox-system { clear:both; margin:0.2em 0em; border:1px solid #aaaaaa; background:#f9f9f9; padding:0.25em 0.9em; } tt, code, pre, .mw-geshi { font-family: monospace, "DejaVu Sans Mono", "Courier New" !important; font-size:100%; } /* Documentation */ .template-documentation { clear:both; margin:1em 0em 0em 0em; padding:1em; } /* Prevent line breaks in silly places: 1) Where desired 2) Links when we don't want them to 3) Bold "links" to the page itself */ .nowrap, .nowraplinks a, .nowraplinks .selflink { white-space: nowrap; } .nowrap pre { white-space: pre; } /* Selectively hide table of contents auto-numbering, per https://www.mediawiki.org/wiki/Manual:Table_of_contents#Auto-numbering */ .noautonum .tocnumber { display: none; } /* Table of contents alternative formatting */ .tocplain #toc { border: none; background: none; } .tocplain .toctitle { text-align: left; } /* Opposite of nomobile class. Paired with definition in MediaWiki:Mobile.css */ .onlymobile { display: none; } .sysop-show { display: none; } .gamefeature img{ width: 100% !important; height: auto; } .gamefeature video{ width: 100% !important; height: auto !important; max-height: initial !important; } | |
common.js (talk) (Translate) | /* Any JavaScript here will be loaded for all users on every page load. */ |
common.json (talk) (Translate) | /* Any JSON here will be loaded for all users on every page load. */ |
compare-invalid-title (talk) (Translate) | The title you specified is invalid. |
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 |
compare-title-not-exists (talk) (Translate) | The title you specified does not exist. |
comparepages (talk) (Translate) | Compare pages |
comparepages-summary (talk) (Translate) | |
compareselectedversions (talk) (Translate) | Compare selected revisions |
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) | Clear 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-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. |