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 | |
| citizen-tagline-ns-help (talk) (Translate) | Help page |
| citizen-tagline-ns-mediawiki (talk) (Translate) | MediaWiki interface page |
| citizen-tagline-ns-project (talk) (Translate) | Information about {{SITENAME}} |
| citizen-tagline-ns-talk (talk) (Translate) | Discussion page of {{SUBJECTPAGENAME}} |
| citizen-tagline-ns-template (talk) (Translate) | Template page |
| citizen-tagline-user-regdate (talk) (Translate) | Joined $1 |
| citizen-theme-day-label (talk) (Translate) | Light |
| citizen-theme-description (talk) (Translate) | Change the theme of the wiki |
| citizen-theme-exclusion-notice (talk) (Translate) | This page is always in light mode. |
| citizen-theme-name (talk) (Translate) | Color |
| citizen-theme-night-label (talk) (Translate) | Dark |
| citizen-theme-os-label (talk) (Translate) | Auto |
| citizen-user-info-text-anon (talk) (Translate) | Your IP address will be publicly visible if you make any edits. |
| citizen-user-info-text-temp (talk) (Translate) | This temporary account was created after an edit was made without an account on this browser and device. |
| citizen-usermenu-toggle (talk) (Translate) | Toggle personal menu |
| citizen.css (talk) (Translate) | /* All CSS here will be loaded for users of the Citizen skin */ |
| :root.skin-theme-clientpref-night { /* Restore primary color so buttons do NOT break */ --color-primary__h: 150; /* Green hue */ --color-primary__s: 50%; /* Medium saturation */ --color-primary__l: 30%; /* Darker lightness for deep green */ /* Ensure text is white */ --color-base: #ffffff; /* Main text color */ --color-emphasized: #f5f5f5; /* Emphasized text (headers) */ --color-subtle: #cccccc; /* Less important text */ /* Dark background */ --color-surface-0: #121212; /* Page background */ --color-surface-1: #1a1a1a; /* Panels, dropdowns */ --color-surface-2: #222222; /* Secondary elements */ --color-surface-3: #2a2a2a; /* Deep layers */ --color-surface-4: #333333; /* Borders and deepest layers */ /* Dark Green Buttons */ --color-primary: #1d4f2d; /* Dark emerald green */ --color-primary--hover: #23713e; /* Slightly lighter green */ --color-primary--active: #2a8c50; /* Even lighter when clicked */ --color-primary-text: #ffffff; /* Ensure button text is white */ /* UI buttons and accents */ --color-syntax-red: #ff6666; /* Error text */ --color-syntax-blue: #6699ff; /* Other blue UI elements */ --color-syntax-green: #66ff66; /* Success messages */ } /* ---- Fix Green Links (Non-existent Pages) to Red ---- */ .mw-parser-output a.new { color: #ff6666 !important; /* Change non-existent page links to red */ } .mw-parser-output a.new:hover { color: #ff3333 !important; /* Darker red when hovered */ } /* ---- Force Normal Links to be Green ---- */ .mw-parser-output a { color: #66ff66 !important; /* Default link color */ text-decoration: none; } .mw-parser-output a:hover { color: #44cc44 !important; /* Hovered link color */ text-decoration: underline; } .mw-parser-output a:active { color: #33aa33 !important; /* Clicked link color */ } /* ---- COMPLETELY FIX EDIT BUTTON ---- */ .mw-editbutton, .mw-ui-button, #ca-edit a, #ca-ve-edit a { background-color: #1d4f2d !important; /* Dark emerald green */ color: #ffffff !important; /* White text */ border: 1px solid #23713e !important; /* Slightly lighter green border */ } .mw-editbutton:hover, .mw-ui-button:hover, #ca-edit a:hover, #ca-ve-edit a:hover { background-color: #23713e !important; /* Lighter emerald green on hover */ } .mw-editbutton:active, .mw-ui-button:active, #ca-edit a:active, #ca-ve-edit a:active { background-color: #2a8c50 !important; /* Even lighter when clicked */ } /* ---- Fix White Background Issue on All Buttons ---- */ .mw-ui-button:not(.mw-ui-progressive):not(.mw-ui-destructive) { background-color: #1d4f2d !important; /* Dark emerald green */ color: #ffffff !important; /* White text */ } /* ---- Fix Checkboxes and Radio Buttons Visibility ---- */ input[type="checkbox"], input[type="radio"] { filter: invert(100%); /* Make them visible on dark background */ } /* ---- Fix Form Inputs & Dropdowns ---- */ input, textarea, select { background-color: #222222 !important; /* Dark background */ color: #ffffff !important; /* White text */ border: 1px solid #23713e !important; /* Green border for focus */ } input:focus, textarea:focus, select:focus { background-color: #333333 !important; /* Slightly lighter on focus */ border-color: #66ff66 !important; /* Bright green border for focus */ } /* ---- Fix the "Create Page" Button (For Missing Pages) ---- */ .mw-ui-button.mw-ui-progressive { background-color: #ff6666 !important; /* Red background for missing page buttons */ color: #ffffff !important; /* White text */ border: 1px solid #aa4444 !important; } .mw-ui-button.mw-ui-progressive:hover { background-color: #ff3333 !important; /* Darker red on hover */ } /* Header Image Responsive Fix */ | |
| citizen.js (talk) (Translate) | /* All JavaScript here will be loaded for users of the Citizen skin */ |
| 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 */ |
| common.js (talk) (Translate) | /* Any JavaScript here will be loaded for all users on every page load. */ |
| 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-admin-box (talk) (Translate) | Administrator account |
| config-admin-email (talk) (Translate) | Email address: |
| config-admin-email-help (talk) (Translate) | Enter an email address here to allow you to receive email from other users on the wiki, reset your password, and be notified of changes to pages on your watchlist. You can leave this field empty. |
| config-admin-error-bademail (talk) (Translate) | You have entered an invalid email address. |
| config-admin-error-password (talk) (Translate) | Internal error when setting a password for the admin "<nowiki>$1</nowiki>": <pre>$2</pre> |
| config-admin-error-password-invalid (talk) (Translate) | Invalid wiki admin password: $1 |
| config-admin-error-user (talk) (Translate) | Internal error when creating an admin with the name "<nowiki>$1</nowiki>". |
| config-admin-help (talk) (Translate) | Enter your preferred username here, for example "Joe Bloggs". This is the name you will use to log in to the wiki. |
| config-admin-name (talk) (Translate) | Your username: |
| config-admin-name-blank (talk) (Translate) | Enter an administrator username. |
| config-admin-name-invalid (talk) (Translate) | The specified username "<nowiki>$1</nowiki>" is invalid. Specify a different username. |
| config-admin-password (talk) (Translate) | Password: |
| config-admin-password-blank (talk) (Translate) | Enter a password for the administrator account. |