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-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. |
apihelp-query+entityterms-summary (talk) (Translate) | Get the terms (labels, descriptions and aliases) of the entity on this page. |
apihelp-query+extlinks-example-simple (talk) (Translate) | Get a list of external links on the page [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+extlinks-param-expandurl (talk) (Translate) | Expand protocol-relative URLs with the canonical protocol. |
apihelp-query+extlinks-param-limit (talk) (Translate) | How many links to return. |
apihelp-query+extlinks-param-protocol (talk) (Translate) | Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd> and <kbd>https</kbd>. Leave both this and <var>$1query</var> empty to list all external links. |
apihelp-query+extlinks-param-query (talk) (Translate) | Search string without protocol. Useful for checking whether a certain page contains a certain external url. |
apihelp-query+extlinks-summary (talk) (Translate) | Returns all external URLs (not interwikis) from the given pages. |
apihelp-query+exturlusage-example-simple (talk) (Translate) | Show pages linking to <kbd>https://www.mediawiki.org</kbd>. |
apihelp-query+exturlusage-param-expandurl (talk) (Translate) | Expand protocol-relative URLs with the canonical protocol. |
apihelp-query+exturlusage-param-limit (talk) (Translate) | How many pages to return. |
apihelp-query+exturlusage-param-namespace (talk) (Translate) | The page namespaces to enumerate. |
apihelp-query+exturlusage-param-prop (talk) (Translate) | Which pieces of information to include: |
apihelp-query+exturlusage-param-protocol (talk) (Translate) | Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd> and <kbd>https</kbd>. Leave both this and <var>$1query</var> empty to list all external links. |
apihelp-query+exturlusage-param-query (talk) (Translate) | Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links. |
apihelp-query+exturlusage-paramvalue-prop-ids (talk) (Translate) | Adds the ID of page. |
apihelp-query+exturlusage-paramvalue-prop-title (talk) (Translate) | Adds the title and namespace ID of the page. |
apihelp-query+exturlusage-paramvalue-prop-url (talk) (Translate) | Adds the URL used in the page. |
apihelp-query+exturlusage-summary (talk) (Translate) | Enumerate pages that contain a given URL. |
apihelp-query+filearchive-example-simple (talk) (Translate) | Show a list of all deleted files. |
apihelp-query+filearchive-param-dir (talk) (Translate) | The direction in which to list. |
apihelp-query+filearchive-param-from (talk) (Translate) | The image title to start enumerating from. |
apihelp-query+filearchive-param-limit (talk) (Translate) | How many images to return in total. |
apihelp-query+filearchive-param-prefix (talk) (Translate) | Search for all image titles that begin with this value. |