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 | |
apihelp-query+deletedrevs-param-from (talk) (Translate) | Start listing at this title. |
apihelp-query+deletedrevs-param-limit (talk) (Translate) | The maximum amount of revisions to list. If <var>$2prop=content</var> is used, the limit is $1. |
apihelp-query+deletedrevs-param-namespace (talk) (Translate) | Only list pages in this namespace. |
apihelp-query+deletedrevs-param-prefix (talk) (Translate) | Search for all page titles that begin with this value. |
apihelp-query+deletedrevs-param-prop (talk) (Translate) | Which properties to get: |
apihelp-query+deletedrevs-param-start (talk) (Translate) | The timestamp to start enumerating from. |
apihelp-query+deletedrevs-param-tag (talk) (Translate) | Only list revisions tagged with this tag. |
apihelp-query+deletedrevs-param-to (talk) (Translate) | Stop listing at this title. |
apihelp-query+deletedrevs-param-unique (talk) (Translate) | List only one revision for each page. |
apihelp-query+deletedrevs-param-user (talk) (Translate) | Only list revisions by this user. |
apihelp-query+deletedrevs-paraminfo-modes (talk) (Translate) | {{PLURAL:$1|Mode|Modes}}: $2 |
apihelp-query+deletedrevs-paramvalue-prop-comment (talk) (Translate) | Adds the comment of the revision. |
apihelp-query+deletedrevs-paramvalue-prop-content (talk) (Translate) | Adds the content of the revision. For performance reasons, if this option is used, <var>$2limit</var> is enforced to $1. |
apihelp-query+deletedrevs-paramvalue-prop-len (talk) (Translate) | Adds the length (bytes) of the revision. |
apihelp-query+deletedrevs-paramvalue-prop-minor (talk) (Translate) | Tags if the revision is minor. |
apihelp-query+deletedrevs-paramvalue-prop-parentid (talk) (Translate) | Adds the revision ID of the previous revision to the page. |
apihelp-query+deletedrevs-paramvalue-prop-parsedcomment (talk) (Translate) | Adds the parsed comment of the revision. |
apihelp-query+deletedrevs-paramvalue-prop-revid (talk) (Translate) | Adds the revision ID of the deleted revision. |
apihelp-query+deletedrevs-paramvalue-prop-sha1 (talk) (Translate) | Adds the SHA-1 (base 16) of the revision. |
apihelp-query+deletedrevs-paramvalue-prop-tags (talk) (Translate) | Tags for the revision. |
apihelp-query+deletedrevs-paramvalue-prop-token (talk) (Translate) | Gives the edit token. |
apihelp-query+deletedrevs-paramvalue-prop-user (talk) (Translate) | Adds the user who made the revision. |
apihelp-query+deletedrevs-paramvalue-prop-userid (talk) (Translate) | Adds the ID of the user who made the revision. |
apihelp-query+deletedrevs-summary (talk) (Translate) | List deleted revisions. |
apihelp-query+description-example (talk) (Translate) | Get the description for the page 'London'. |
apihelp-query+description-example-central (talk) (Translate) | Get the description for the page 'London', preferring the central description if it exists. |
apihelp-query+description-extended-description (talk) (Translate) | The description is plain text, on a single line, but otherwise arbitrary (potentially including raw HTML tags, which also should be interpreted as plain text). It must not be used in HTML unescaped! |
apihelp-query+description-param-prefersource (talk) (Translate) | Which description source to prefer if present: |
apihelp-query+description-paramvalue-prefersource-central (talk) (Translate) | Central descriptions from the associated {{WBREPONAME}} item. |
apihelp-query+description-paramvalue-prefersource-local (talk) (Translate) | Local descriptions via <code><nowiki>{{SHORTDESC:...}}</nowiki></code> parser function in the wikitext of the page. |
apihelp-query+description-summary (talk) (Translate) | Get a short description a.k.a. subtitle explaining what the target page is about. |
apihelp-query+disabled-summary (talk) (Translate) | This query module has been disabled. |
apihelp-query+duplicatefiles-example-generated (talk) (Translate) | Look for duplicates of all files. |
apihelp-query+duplicatefiles-example-simple (talk) (Translate) | Look for duplicates of [[:File:Albert Einstein Head.jpg]]. |
apihelp-query+duplicatefiles-param-dir (talk) (Translate) | The direction in which to list. |
apihelp-query+duplicatefiles-param-limit (talk) (Translate) | How many duplicate files to return. |
apihelp-query+duplicatefiles-param-localonly (talk) (Translate) | Look only for files in the local repository. |
apihelp-query+duplicatefiles-summary (talk) (Translate) | List all files that are duplicates of the given files based on hash values. |
apihelp-query+embeddedin-example-generator (talk) (Translate) | Get information about pages transcluding <kbd>Template:Stub</kbd>. |
apihelp-query+embeddedin-example-simple (talk) (Translate) | Show pages transcluding <kbd>Template:Stub</kbd>. |
apihelp-query+embeddedin-param-dir (talk) (Translate) | The direction in which to list. |
apihelp-query+embeddedin-param-filterredir (talk) (Translate) | How to filter for redirects. |
apihelp-query+embeddedin-param-limit (talk) (Translate) | How many total pages to return. |
apihelp-query+embeddedin-param-namespace (talk) (Translate) | The namespace to enumerate. |
apihelp-query+embeddedin-param-pageid (talk) (Translate) | Page ID to search. Cannot be used together with $1title. |
apihelp-query+embeddedin-param-title (talk) (Translate) | Title to search. Cannot be used together with $1pageid. |
apihelp-query+embeddedin-summary (talk) (Translate) | Find all pages that embed (transclude) the given title. |
apihelp-query+entityterms-example-item (talk) (Translate) | Get labels and aliases of item Q84. |
apihelp-query+entityterms-param-language (talk) (Translate) | The language code to get terms in. If not specified, the user language is used. |
apihelp-query+entityterms-param-terms (talk) (Translate) | The types of terms to get, e.g. 'description', each returned as an array of strings keyed by their type, e.g. {"description": ["foo"]}. If not specified, all types are returned. |