System messages

Jump to: navigation, 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.

Filter
Filter by customization state:    
First pagePrevious pageNext pageLast page
Name Default message text
Current message text
cite-ve-referenceslist-isempty-default (talk) (Translate) There are no references on this page to include in this list.
cite-ve-referenceslist-missingref (talk) (Translate) This reference is defined in a template or other generated block, and for now can only be edited in source mode.
cite-ve-referenceslist-missingref-in-list (talk) (Translate) This reference is defined in a template or other generated block, and for now can only be previewed in source mode.
cite-ve-referenceslist-missingreflist (talk) (Translate) This reference list is generated by a template, and for now can only be edited in source mode.
cite-ve-toolbar-group-label (talk) (Translate) Cite
cite_error (talk) (Translate) Cite error: $1
cite_error_empty_references_define (talk) (Translate) <code><ref></code> tag defined in <code><references></code> with name "$1" has no content.
cite_error_group_refs_without_references (talk) (Translate) <code><ref></code> tags exist for a group named "$1", but no corresponding <code><references group="$1"/></code> tag was found, or a closing <code></ref></code> is missing
cite_error_included_ref (talk) (Translate) Closing <code></ref></code> missing for <code><ref></code> tag
cite_error_ref_no_input (talk) (Translate) Invalid <code><ref></code> tag; refs with no name must have content
cite_error_ref_no_key (talk) (Translate) The opening <code><ref></code> tag is malformed or has a bad name
cite_error_ref_numeric_key (talk) (Translate) Invalid <code><ref></code> tag; name cannot be a simple integer. Use a descriptive title
cite_error_ref_too_many_keys (talk) (Translate) Invalid <code><ref></code> tag; invalid names, e.g. too many
cite_error_references_duplicate_key (talk) (Translate) Invalid <code><ref></code> tag; name "$1" defined multiple times with different content
cite_error_references_group_mismatch (talk) (Translate) <code><ref></code> tag in <code><references></code> has conflicting group attribute "$1".
cite_error_references_invalid_parameters (talk) (Translate) Invalid parameter in <code><references></code> tag
cite_error_references_missing_group (talk) (Translate) <code><ref></code> tag defined in <code><references></code> has group attribute "$1" which does not appear in prior text.
cite_error_references_missing_key (talk) (Translate) <code><ref></code> tag with name "$1" defined in <code><references></code> is not used in prior text.
cite_error_references_no_key (talk) (Translate) <code><ref></code> tag defined in <code><references></code> has no name attribute.
cite_error_references_no_text (talk) (Translate) Invalid <code><ref></code> tag; no text was provided for refs named <code>$1</code>
cite_section_preview_references (talk) (Translate) Preview of references
cite_warning (talk) (Translate) Cite warning: $1
cite_warning_sectionpreview_no_text (talk) (Translate) <code><ref></code> tag with name <code>$1</code> cannot be previewed because it is defined outside the current section or not defined at all.
clearyourcache (talk) (Translate) <strong>Note:</strong> After saving, 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:</strong> Hold <em>Ctrl</em> while clicking <em>Refresh</em>, or press <em>Ctrl-F5</em> * <strong>Opera:</strong> Go to <em>Menu → Settings</em> (<em>Opera → Preferences</em> on a Mac) and then to <em>Privacy & security → Clear browsing data → Cached images and files</em>.
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 */ /* Infoboxes */ .infobox { float: right; border: 1px solid black; } /* Teletype tag is used for inline code */ tt { background-color: #ddd; padding-left: 0.5em; padding-right: 0.5em; } /* Make sure the logo is the right width */ #p-logo a { width: 160px; } /* Gallery formatting */ .gallerybox .thumb div { margin: 5px; } /* Fix the font-size */ .source-javascript, .source-css, .source-xml, .source-cpp { font-size: 1.2em !important; } /* Tabs == 4 spaces */ body { tab-size: 4; -moz-tab-size: 4; -o-tab-size: 4; }
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. */ // 2014-02-11: Moving to archer.megaglest.org // Commenting almost everything out for now until it can be determine what here is still needed/compatible /* Replaces {{USERNAME}} with the name of the user browsing the page. Requires copying Template:USERNAME. */ /* function UserNameReplace() { if(typeof(disableUsernameReplace) != 'undefined' && disableUsernameReplace || wgUserName == null) return; $("span.insertusername").html(wgUserName); } addOnloadHook(UserNameReplace); */ /* End of the {{USERNAME}} replacement */ /* Cookie accessor functions */ /* function setCookie(name, value, expires) { var d = new Date(); d.setDate(d.getDate() + expires); document.cookie = name + '=' + escape(value) + ';path=/'; } function getCookie(name) { if (document.cookie.length > 0) { var start = document.cookie.indexOf(name + '='); if (start != -1) { start = start + name.length + 1; var end = document.cookie.indexOf(';', start); if (end == -1) { end = document.cookie.length; } return unescape(document.cookie.substring(start, end)); } } return ''; } var autoCollapse = 2; var collapseCaption = "hide"; var expandCaption = "show"; var maxHeight = 300; */ /* Dynamic Navigation Bars */ //importScript('MediaWiki:Common.js/navigationbars.js'); /* Ambox stylesheet */ //importStylesheet("Template:Ambox/code.css"); /* Dynamic Navigation Bars (2) */ //importScript('MediaWiki:Common.js/navigationbars2.js'); /* SyntaxHighlight Background */ importScript('MediaWiki:Common.js/SyntaxHighligtBackground.js'); /* Collapsible Tables */ //importScript('MediaWiki:Common.js/collapsibletables.js'); /* Required to display Ambox's correctly */ importStylesheet("Template:Ambox/code.css");
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
First pagePrevious pageNext pageLast page