System messages

From the Audiovisual Identity Database, the motion graphics museum

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
mobile-frontend-watchlist-filter-other (talk) (Translate) Other
mobile-frontend-watchlist-filter-talk (talk) (Translate) Talk
mobile-frontend-watchlist-more (talk) (Translate) more
mobile-frontend-watchlist-purpose (talk) (Translate) <strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Log in to see it.
mobile-frontend-watchlist-signup-action (talk) (Translate) <strong>A watchlist helps you bookmark pages and keep track of changes to them.</strong><br />Sign up to start one now.
mobile.css (talk) (Translate) /* All CSS here will be loaded for users of the mobile site */
/** You are editing the global css file for all mobile site users. With Great Power Comes Great Responsibility. Some words of caution: * Avoid any changes which impact layout on a mobile device. ** Please be careful not to introduce any margin / padding rules. These should be done inside the template itself via an inline style. ** Be especially cautious when a template is likely to be used within the top 480px of the screen (the content that the user will see first on a mobile device). * Do not use display:none. Instead edit the template and markup the element you want to hide with the `nomobile` class. * Try to keep rules as generic and minimal as possible. Do not have 2 selectors doing the same thing. Introduce a common class and use that instead. * For big changes consult the [https://grafana.wikimedia.org/dashboard/db/mobile-2g grafana dashboard] to ensure you don't introduce any performance regressions. * Group common css rules together where possible. Do not put specific styles for the following into this file: == Template:Navbar (.navbar) == See [[Template:Navbar/styles.css]] ([[Template_talk:Navbar#Request%3A_Add_template_styles_to_existing_stylesheet]]) == Template:Hlist (.hlist) == See [[Template:Hlist/styles.css]] */ /* Mobile template hacks (see phab T56176) If you are looking for the following, please update your template to use TemplateStyles: .mobile-float-reset { float: none !important; width: 100% !important; } */ /* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version TODO: Move to Citation template when templates have stylesheets See https://www.mediawiki.org/wiki/Requests_for_comment/Allow_styling_in_templates */ @media screen, handheld { .citation *.printonly { display: none; } } /* Should be moved into Template:Cite_web Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box */ .citation { word-wrap: break-word; } /* .infobox DO NOT style infobox's here. That should be taken care of in the associated templates via template styles. Styles here will lead to flash of unstyled content on mobile. */ /* Default styling for Navbar template TODO: Move to Navbar template ASAP */ .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar ul { display: inline; white-space: nowrap; } .navbar li { word-spacing: -0.125em; } .navbar.mini li span { font-variant: small-caps; } /* Navbar styling when nested in infobox and navbox */ .navbox .navbar, .infobox .navbar { font-size: 100%; } .navbox .navbar { display: block; } .navbox-title .navbar { /* @noflip */ float: left; /* @noflip */ text-align: left; /* @noflip */ margin-right: 0.5em; width: 6em; } /* Unbulleted lists*/ .plainlist ul { list-style: none; padding-left: 0; /* Reset Minerva defaults */ } .visualhide { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; } /* Geographical coordinates hidden in mobile. Any styles relating to them should be put inside .[[Template:Coord/link]] */ /* 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 4) Ref tags with group names <ref group="Note"> --> "[Note 1]" Please document here what pages use this Enabled */ .mw-parser-output .nowrap, .nowraplinks a, .nowraplinks .selflink, sup.reference a { white-space: nowrap; } .mw-parser-output .infobox .nowrap { white-space: normal !important; } /* But allow wrapping where desired: */ .wrap, .wraplinks a { white-space: normal; } /* Generic class for Times-based serif, texhtml class for inline math */ .times-serif, span.texhtml { font-family: serif; } span.texhtml { white-space: nowrap; } /* Enable custom list style types for lists of references */ .reflist ol.references { list-style-type: inherit; } /* Hanging indentation for Template:Refbegin */ .refbegin-hanging-indents > ul, .refbegin-hanging-indents > dl { list-style-type: none; margin-left: 0; } .refbegin-hanging-indents > ul > li, .refbegin-hanging-indents > dl > dd { margin-left: 0; padding-left: 1.0em; text-indent: -1.0em; list-style: none; } /* Prevent flags in tables from collapsing Fix for T116318 */ .flagicon img { min-width: 25px; } /* Prevent unnecessary margin at the bottom of centralnotices */ .cnotice { margin-bottom: 0 !important; } /* The message body cell(s), such as for {{Commonscat}}. * this is a very small subset of the styles from Common.css * just to make sure the box isn't squashed without any spacing * which looks out of place with visuals of other nearby elements */ .mbox-text { /* @noflip */ padding: 0.25em 0.9em; } /** ******************DEPRECATED STYLES ************************************ These styles will be removed shortly. Please see inline comments. **/ /* Generate interpuncts FIXME: Move to template. */ /* Can be removed when T169315 is resolved */ #content .hlist-separated li:after { font-size: 0.8em; color: #333; } /* FIXME: DUPLICATES Template:Hlist/styles.css Note the mobile skin provides a `hlist-separated` class for this purpose. Use this class name alongside the hlist class instead as this will result in a FOUC. Should be removed and moved to templates. */ /* Counter hlist indenting of Minerva*/ .mw-parser-output .hlist ul, .mw-parser-output .hlist ol { padding-left: 0; } /* reset hlist margins of Minerva do not add li here (see T235416) */ .mw-parser-output .hlist dd, .mw-parser-output .hlist dt { margin-right: 0; } /* do not add li here. Minerva provides it already*/ .mw-parser-output .hlist dd:after { content: " · "; font-weight: bold; } .mw-parser-output .hlist dt:after { content: ": "; } /* Should be removed and moved to templates once TemplateStyles is live */ .heading-holder hlist li:after, .mw-parser-output .hlist dd:last-child:after, .mw-parser-output .hlist dt:last-child:after, .mw-parser-output .hlist li:last-child:after { content: none; } /* Add parentheses around nested lists */ /* Should be removed and moved to templates once TemplateStyles is live */ .mw-parser-output .hlist dd dd:first-child:before, .mw-parser-output .hlist dd dt:first-child:before, .mw-parser-output .hlist dd li:first-child:before, .mw-parser-output .hlist dt dd:first-child:before, .mw-parser-output .hlist dt dt:first-child:before, .mw-parser-output .hlist dt li:first-child:before, .mw-parser-output .hlist li dd:first-child:before, .mw-parser-output .hlist li dt:first-child:before, .mw-parser-output .hlist li li:first-child:before { content: " ("; font-weight: normal; } /* Should be removed and moved to templates once TemplateStyles is live */ .mw-parser-output .hlist dd dd:last-child:after, .mw-parser-output .hlist dd dt:last-child:after, .mw-parser-output .hlist dd li:last-child:after, .mw-parser-output .hlist dt dd:last-child:after, .mw-parser-output .hlist dt dt:last-child:after, .mw-parser-output .hlist dt li:last-child:after, .mw-parser-output .hlist li dd:last-child:after, .mw-parser-output .hlist li dt:last-child:after, .mw-parser-output .hlist li li:last-child:after { content: ") "; font-weight: normal; } /* Put ordinals in front of ordered list items */ /* Should be removed and moved to templates once TemplateStyles is live */ .mw-parser-output .hlist ol { counter-reset: listitem; } /* Should be removed and moved to templates once TemplateStyles is live */ .mw-parser-output .hlist ol > li { counter-increment: listitem; } /* Should be removed and moved to templates once TemplateStyles is live */ .mw-parser-output .hlist ol > li:before { content: " " counter(listitem) " "; white-space: nowrap; } /* Should be removed and moved to templates once TemplateStyles is live */ .mw-parser-output .hlist dd ol > li:first-child:before, .mw-parser-output .hlist dt ol > li:first-child:before, .mw-parser-output .hlist li ol > li:first-child:before { content: " (" counter(listitem) " "; } /* https://phabricator.wikimedia.org/T180396#5317728 */ @media print { .navbox, .hatnote, .ambox { display: none; } }
mobile.js (talk) (Translate) /* All JavaScript here will be loaded for users of the mobile site */
mobiledetect-desc (talk) (Translate) Detects mobile devices and allows to control the content visible in each case with the <nomobile> and <mobileonly> tags
modeleditnotsupported-text (talk) (Translate) Editing is not supported for content model $1.
modeleditnotsupported-title (talk) (Translate) Editing not supported
moderation (talk) (Translate) Moderation
moderation-already-merged (talk) (Translate) This edit has already been manually merged. It makes no sense to approve or reject it.
This edit has already been merged and was approved by site staff.
moderation-already-rejected (talk) (Translate) This edit has already been rejected.
moderation-approve (talk) (Translate) Approve
moderation-approveall (talk) (Translate) Approve all
moderation-approved-errors (talk) (Translate) Failed to approve $1 {{plural:$1|edit|edits}}: edit conflicts, etc.
moderation-approved-ok (talk) (Translate) Approved $1 {{plural:$1|edit|edits}}.
<center>[[File:Symbol approved.png|50px ]] {{Font|AVID Web|{{Huge|'''{{plural:$1|This edit has|These edits have}} been approved.'''}}}}<br></center>
moderation-block (talk) (Translate) Mark as spammer
moderation-block-ok (talk) (Translate) Successfully marked [[Special:Contributions/$1|$1]] as spammer.
moderation-blocker (talk) (Translate) Moderation block
moderation-desc (talk) (Translate) Sends all edits and uploads from new users to moderation
moderation-diff-header-after (talk) (Translate) After
moderation-diff-header-before (talk) (Translate) Before
moderation-diff-no-changes (talk) (Translate) No changes to page text (null edit).
There were no changes to the article's wikitext.
moderation-diff-reupload (talk) (Translate) This is image reupload (it won't change page text).
This edit only consists of a reupload of an existing image. No wikitext was changed.
moderation-diff-upload-notext (talk) (Translate) This image was uploaded without description.
This image was uploaded without a description.
moderation-edit-conflict (talk) (Translate) Edit conflict (requires manual merging).
moderation-edit-not-found (talk) (Translate) Edit not found. Probably already approved.
'''This edit has already been approved/rejected by a staff member.'''
moderation-edit-queued (talk) (Translate) Success: your edit has been sent to moderation.<br>You can continue editing <a href='$1'>your version of this page</a>.
Your edit has been sent to the moderation queue.<br>You can continue editing <a href='$1'>your version of this page</a>.
moderation-editchange (talk) (Translate) edit
moderation-editchange-not-edit (talk) (Translate) This is not an edit. Only edits can be modified.
moderation-editchange-ok (talk) (Translate) Pending revision changed.
moderation-editchange-title (talk) (Translate) Pending revision of "$1"
moderation-editing-your-version (talk) (Translate) You are editing your version of this article. It is currently awaiting moderation.<br>Once approved, it will be visible to other users.
{{Big|'''You're in the moderation queue.'''}}<br> You can continue to make revisions to your edit while pending approval.
moderation-folder-merged (talk) (Translate) Merged
moderation-folder-pending (talk) (Translate) Pending moderation
moderation-folder-rejected (talk) (Translate) Rejected
moderation-folder-spam (talk) (Translate) Spam
moderation-image-queued (talk) (Translate) Success: your image has been sent to moderation.<br>Once approved, it will be visible to other users.
Your image has been sent to the moderation queue.<br>Once approved, it will be visible to other users.
moderation-imagerotate-not-allowed (talk) (Translate) Only automoderated users can rotate images.
moderation-log-change (talk) (Translate) change $1
moderation-log-diff (talk) (Translate) edit $1
moderation-merge (talk) (Translate) Approve (Fix edit conflict)
moderation-merge-comment (talk) (Translate) Merge edit by [[Special:Contributions/$1|$1]]
moderation-merge-not-automoderated (talk) (Translate) In order to merge, moderator must also be automoderated.
moderation-merge-not-needed (talk) (Translate) Try to approve this edit first: manual merging might not be needed.
moderation-merged-link (talk) (Translate) merged diff
moderation-missing-stashed-image (talk) (Translate) This upload can't be approved: image is missing from the stash (probably deleted by the user via [[Special:UploadStash]]).
moderation-move (talk) (Translate) $1 moved to $2
moderation-move-queued (talk) (Translate) Success: your suggestion to rename the page was sent to moderators.
Your proposed article rename was sent to the moderation queue.
First pagePrevious pageNext pageLast page
Cookies help us deliver our services. By using our services, you agree to our use of cookies.