This is a list of system messages available in the MediaWiki namespace. For security reasons, not all MediaWiki messages are editable. (Please see this page for more information.) If there are messages you feel should be editable or need an existing message tweaked, please let FANDOM Staff know.
| Name | Default message text |
|---|---|
| Current message text | |
| apihelp-query+links-example-simple (talk) (Translate) | Get links from the page <kbd>Main Page</kbd> |
| apihelp-query+links-param-dir (talk) (Translate) | The direction in which to list. |
| apihelp-query+links-param-limit (talk) (Translate) | How many links to return. |
| apihelp-query+links-param-namespace (talk) (Translate) | Show links in these namespaces only. |
| apihelp-query+links-param-titles (talk) (Translate) | Only list links to these titles. Useful for checking whether a certain page links to a certain title. |
| apihelp-query+links-summary (talk) (Translate) | Returns all links from the given pages. |
| apihelp-query+linkshere-example-generator (talk) (Translate) | Get information about pages linking to the [[Main Page]]. |
| apihelp-query+linkshere-example-simple (talk) (Translate) | Get a list of pages linking to the [[Main Page]]. |
| apihelp-query+linkshere-param-limit (talk) (Translate) | How many to return. |
| apihelp-query+linkshere-param-namespace (talk) (Translate) | Only include pages in these namespaces. |
| apihelp-query+linkshere-param-prop (talk) (Translate) | Which properties to get: |
| apihelp-query+linkshere-param-show (talk) (Translate) | Show only items that meet these criteria: ;redirect:Only show redirects. ;!redirect:Only show non-redirects. |
| apihelp-query+linkshere-paramvalue-prop-pageid (talk) (Translate) | Page ID of each page. |
| apihelp-query+linkshere-paramvalue-prop-redirect (talk) (Translate) | Flag if the page is a redirect. |
| apihelp-query+linkshere-paramvalue-prop-title (talk) (Translate) | Title of each page. |
| apihelp-query+linkshere-summary (talk) (Translate) | Find all pages that link to the given pages. |
| apihelp-query+logevents-example-simple (talk) (Translate) | List recent log events. |
| apihelp-query+logevents-param-action (talk) (Translate) | Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/). |
| apihelp-query+logevents-param-end (talk) (Translate) | The timestamp to end enumerating. |
| apihelp-query+logevents-param-limit (talk) (Translate) | How many total event entries to return. |
| apihelp-query+logevents-param-namespace (talk) (Translate) | Filter entries to those in the given namespace. |
| apihelp-query+logevents-param-prefix (talk) (Translate) | Filter entries that start with this prefix. |
| apihelp-query+logevents-param-prop (talk) (Translate) | Which properties to get: |
| apihelp-query+logevents-param-start (talk) (Translate) | The timestamp to start enumerating from. |
| apihelp-query+logevents-param-tag (talk) (Translate) | Only list event entries tagged with this tag. |
| apihelp-query+logevents-param-title (talk) (Translate) | Filter entries to those related to a page. |
| apihelp-query+logevents-param-type (talk) (Translate) | Filter log entries to only this type. |
| apihelp-query+logevents-param-user (talk) (Translate) | Filter entries to those made by the given user. |
| apihelp-query+logevents-paramvalue-prop-comment (talk) (Translate) | Adds the comment of the log event. |
| apihelp-query+logevents-paramvalue-prop-details (talk) (Translate) | Lists additional details about the log event. |
| apihelp-query+logevents-paramvalue-prop-ids (talk) (Translate) | Adds the ID of the log event. |
| apihelp-query+logevents-paramvalue-prop-parsedcomment (talk) (Translate) | Adds the parsed comment of the log event. |
| apihelp-query+logevents-paramvalue-prop-tags (talk) (Translate) | Lists tags for the log event. |
| apihelp-query+logevents-paramvalue-prop-timestamp (talk) (Translate) | Adds the timestamp for the log event. |
| apihelp-query+logevents-paramvalue-prop-title (talk) (Translate) | Adds the title of the page for the log event. |
| apihelp-query+logevents-paramvalue-prop-type (talk) (Translate) | Adds the type of log event. |
| apihelp-query+logevents-paramvalue-prop-user (talk) (Translate) | Adds the user responsible for the log event. |
| apihelp-query+logevents-paramvalue-prop-userid (talk) (Translate) | Adds the user ID who was responsible for the log event. |
| apihelp-query+logevents-summary (talk) (Translate) | Get events from logs. |
| apihelp-query+messagecollection-description (talk) (Translate) | Query MessageCollection about translations. |
| apihelp-query+messagecollection-example-1 (talk) (Translate) | List of supported languages |
| apihelp-query+messagecollection-example-2 (talk) (Translate) | List of non-optional message definitions for the group "page-Example" |
| apihelp-query+messagecollection-example-3 (talk) (Translate) | List of optional messages in Finnish with tags for the group "page-Example" |
| apihelp-query+messagecollection-example-4 (talk) (Translate) | More information about latest translation revisions for the group "page-Example" |
| apihelp-query+messagecollection-param-filter (talk) (Translate) | Message collection filters. Use <kbd>!</kbd> to negate condition. For example <kbd>!fuzzy</kbd> means list only all non-fuzzy messages. Filters are applied in the order given. ;fuzzy:Messages with fuzzy tag. ;optional:Messages which should be translated only if changes are necessary. ;ignored:Messages which are never translated. ;hastranslation:Messages which have a translation regardless if it is fuzzy or not. ;translated:Messages which have a translation which is not fuzzy. ;changed:Messages which have been translated or changed since last export. ;reviewer:N:Messages where the user number <kbd>N</kbd> is among reviewers. ;last-translator:N:Messages where the user number <kbd>N</kbd> is the last translator. |
| apihelp-query+messagecollection-param-group (talk) (Translate) | Message group. |
| apihelp-query+messagecollection-param-language (talk) (Translate) | Language code. |
| apihelp-query+messagecollection-param-limit (talk) (Translate) | How many messages to show (after filtering). |
| apihelp-query+messagecollection-param-offset (talk) (Translate) | Integer or key offset for start. |
| apihelp-query+messagecollection-param-prop (talk) (Translate) | Which properties to get: ;definition:Message definition. ;translation:Current translation (without $1 string if any, use the tags to check for outdated or broken translations). ;tags:Message tags, like optional, ignored and fuzzy. ;properties:Message properties, like status, revision, last-translator. Can vary between messages. ;revision:<span class="deprecated">Deprecated!</span> Use $2prop=properties. |
Community content is available under CC-BY-SA unless otherwise noted.