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+pageimages-param-thumbsize (talk) (Translate) | Maximum width in pixels of thumbnail images. |
| apihelp-query+pageimages-paramvalue-license-any (talk) (Translate) | best image, whether free or non-free. |
| apihelp-query+pageimages-paramvalue-license-free (talk) (Translate) | only free images |
| apihelp-query+pageimages-summary (talk) (Translate) | Returns information about images on the page, such as thumbnail and presence of photos. |
| apihelp-query+pagepropnames-example-simple (talk) (Translate) | Get first 10 property names. |
| apihelp-query+pagepropnames-param-limit (talk) (Translate) | The maximum number of names to return. |
| apihelp-query+pagepropnames-summary (talk) (Translate) | List all page property names in use on the wiki. |
| apihelp-query+pageprops-example-simple (talk) (Translate) | Get properties for the pages <kbd>Main Page</kbd> and <kbd>MediaWiki</kbd>. |
| apihelp-query+pageprops-param-prop (talk) (Translate) | Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property. |
| apihelp-query+pageprops-summary (talk) (Translate) | Get various page properties defined in the page content. |
| apihelp-query+pagerating-param-contest (talk) (Translate) | Contest identifier |
| apihelp-query+pagerating-summary (talk) (Translate) | Returns votes on this page and this user's voting permissions. |
| apihelp-query+pageswithprop-example-generator (talk) (Translate) | Get additional information about the first 10 pages using <code>__NOTOC__</code>. |
| apihelp-query+pageswithprop-example-simple (talk) (Translate) | List the first 10 pages using <code>{{DISPLAYTITLE:}}</code>. |
| apihelp-query+pageswithprop-param-dir (talk) (Translate) | In which direction to sort. |
| apihelp-query+pageswithprop-param-limit (talk) (Translate) | The maximum number of pages to return. |
| apihelp-query+pageswithprop-param-prop (talk) (Translate) | Which pieces of information to include: |
| apihelp-query+pageswithprop-param-propname (talk) (Translate) | Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). |
| apihelp-query+pageswithprop-paramvalue-prop-ids (talk) (Translate) | Adds the page ID. |
| apihelp-query+pageswithprop-paramvalue-prop-title (talk) (Translate) | Adds the title and namespace ID of the page. |
| apihelp-query+pageswithprop-paramvalue-prop-value (talk) (Translate) | Adds the value of the page property. |
| apihelp-query+pageswithprop-summary (talk) (Translate) | List all pages using a given page property. |
| apihelp-query+pageterms-description (talk) (Translate) | Get the {{WBREPONAME}} terms (typically labels, descriptions and aliases) associated with a page via a sitelink. |
| apihelp-query+pageterms-example-label-en (talk) (Translate) | Get labels and aliases associated with the page 'London', in English. |
| apihelp-query+pageterms-example-simple (talk) (Translate) | Get all terms associated with the page 'London', in the user language. |
| apihelp-query+pageterms-param-language (talk) (Translate) | The language code to get terms in. If not specified, the user language is used. |
| apihelp-query+pageterms-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+pageterms-summary (talk) (Translate) | Get the {{WBREPONAME}} terms (typically labels, descriptions and aliases) associated with a page via a sitelink. |
| apihelp-query+prefixsearch-example-simple (talk) (Translate) | Search for page titles beginning with <kbd>meaning</kbd>. |
| apihelp-query+prefixsearch-extended-description (talk) (Translate) | Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics. |
| apihelp-query+prefixsearch-param-limit (talk) (Translate) | Maximum number of results to return. |
| apihelp-query+prefixsearch-param-namespace (talk) (Translate) | Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix. |
| apihelp-query+prefixsearch-param-offset (talk) (Translate) | Number of results to skip. |
| apihelp-query+prefixsearch-param-profile (talk) (Translate) | Search profile to use. |
| apihelp-query+prefixsearch-param-search (talk) (Translate) | Search string. |
| apihelp-query+prefixsearch-summary (talk) (Translate) | Perform a prefix search for page titles. |
| apihelp-query+projectpages-description (talk) (Translate) | List all pages associated with one or more projects. |
| apihelp-query+projectpages-example-generator (talk) (Translate) | Get page info for first 10 pages associated with WikiProject <kbd>Textile Arts</kbd>. |
| apihelp-query+projectpages-example-simple-1 (talk) (Translate) | Get first 10 pages associated with WikiProject <kbd>Medicine</kbd> or WikiProject <kbd>Anatomy</kbd>. |
| apihelp-query+projectpages-example-simple-2 (talk) (Translate) | Get first 10 pages associated with WikiProject <kbd>Medicine</kbd>, including assessment data. |
| apihelp-query+projectpages-param-assessments (talk) (Translate) | Also return assessments for the pages returned. |
| apihelp-query+projectpages-param-limit (talk) (Translate) | The maximum number of pages to return. |
| apihelp-query+projectpages-param-projects (talk) (Translate) | The projects to list pages for. If this parameter is omitted, all projects will be included. |
| apihelp-query+projectpages-summary (talk) (Translate) | List all pages associated with one or more projects. |
| apihelp-query+projects-description (talk) (Translate) | List all the projects. |
| apihelp-query+projects-example (talk) (Translate) | Get a list of all the projects. |
| apihelp-query+projects-example-subprojects (talk) (Translate) | Get a list of all the projects and subprojects. |
| apihelp-query+projects-param-subprojects (talk) (Translate) | Also include subprojects. |
| apihelp-query+projects-summary (talk) (Translate) | List all the projects. |
| apihelp-query+proofread-description (talk) (Translate) | Returns information about the current proofread status of the given pages. |