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+langlinks-summary (talk) (Translate) | Returns all interlanguage links from the given pages. |
apihelp-query+languageinfo-example-autonym-name-de (talk) (Translate) | Get the autonyms and German names of all supported languages. |
apihelp-query+languageinfo-example-bcp47-dir (talk) (Translate) | Get the BCP-47 language code and direction of all supported languages. |
apihelp-query+languageinfo-example-fallbacks-variants-oc (talk) (Translate) | Get the fallback languages and variants of Occitan. |
apihelp-query+languageinfo-example-simple (talk) (Translate) | Get the language codes of all supported languages. |
apihelp-query+languageinfo-extended-description (talk) (Translate) | [[mw:Special:MyLanguage/API:Continue|Continuation]] may be applied if retrieving the information takes too long for one request. |
apihelp-query+languageinfo-param-code (talk) (Translate) | Language codes of the languages that should be returned, or <code>*</code> for all languages. |
apihelp-query+languageinfo-param-prop (talk) (Translate) | Which information to get for each language. |
apihelp-query+languageinfo-paramvalue-prop-autonym (talk) (Translate) | The autonym of the language, that is, the name in that language. |
apihelp-query+languageinfo-paramvalue-prop-bcp47 (talk) (Translate) | The BCP-47 language code. |
apihelp-query+languageinfo-paramvalue-prop-code (talk) (Translate) | The language code. (This code is MediaWiki-specific, though there are overlaps with other standards.) |
apihelp-query+languageinfo-paramvalue-prop-dir (talk) (Translate) | The writing direction of the language (either <code>ltr</code> or <code>rtl</code>). |
apihelp-query+languageinfo-paramvalue-prop-fallbacks (talk) (Translate) | The language codes of the fallback languages configured for this language. The implicit final fallback to 'en' is not included (but some languages may fall back to 'en' explicitly). |
apihelp-query+languageinfo-paramvalue-prop-name (talk) (Translate) | The name of the language in the language specified by the <var>uselang</var> parameter, with language fallbacks applied if necessary. |
apihelp-query+languageinfo-paramvalue-prop-variantnames (talk) (Translate) | The short names for language variants used for language conversion links. |
apihelp-query+languageinfo-paramvalue-prop-variants (talk) (Translate) | The language codes of the variants supported by this language. |
apihelp-query+languageinfo-summary (talk) (Translate) | Return information about available languages. |
apihelp-query+links-example-generator (talk) (Translate) | Get information about the link pages in the page [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+links-example-namespaces (talk) (Translate) | Get links from the page [[{{MediaWiki:Mainpage}}]] in the {{ns:user}} and {{ns:template}} namespaces. |
apihelp-query+links-example-simple (talk) (Translate) | Get links from the page [[{{MediaWiki:Mainpage}}]] |
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 [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+linkshere-example-simple (talk) (Translate) | Get a list of pages linking to the [[{{MediaWiki:Mainpage}}]]. |
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: |
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-paramvalue-show-!redirect (talk) (Translate) | Only show non-redirects. |
apihelp-query+linkshere-paramvalue-show-redirect (talk) (Translate) | Only show redirects. |
apihelp-query+linkshere-summary (talk) (Translate) | Find all pages that link to the given pages. |
apihelp-query+linterrors-example-1 (talk) (Translate) | Get all lint errors of the obsolete-tag category |
apihelp-query+linterrors-param-categories (talk) (Translate) | Categories of lint errors |
apihelp-query+linterrors-param-from (talk) (Translate) | Lint ID to start querying from |
apihelp-query+linterrors-param-invisible-categories (talk) (Translate) | Invisible categories of lint errors |
apihelp-query+linterrors-param-limit (talk) (Translate) | Number of results to query |
apihelp-query+linterrors-param-namespace (talk) (Translate) | Only include lint errors from the specified namespaces |
apihelp-query+linterrors-param-pageid (talk) (Translate) | Only include lint errors from the specified page IDs |
apihelp-query+linterrors-param-title (talk) (Translate) | Only include lint errors from the specified page title |
apihelp-query+linterrors-summary (talk) (Translate) | Get a list of lint errors |
apihelp-query+linterstats-example-1 (talk) (Translate) | Get number of lint errors in each category |
apihelp-query+linterstats-summary (talk) (Translate) | Get number of lint errors in each category |
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 (/). |