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+imageinfo-param-metadataversion (talk) (Translate) | Version of metadata to use. If <kbd>latest</kbd> is specified, use latest version. Defaults to <kbd>1</kbd> for backwards compatibility. |
apihelp-query+imageinfo-param-prop (talk) (Translate) | Which file information to get: |
apihelp-query+imageinfo-param-start (talk) (Translate) | Timestamp to start listing from. |
apihelp-query+imageinfo-param-urlheight (talk) (Translate) | Similar to $1urlwidth. |
apihelp-query+imageinfo-param-urlparam (talk) (Translate) | A handler specific parameter string. For example, PDFs might use <kbd>page15-100px</kbd>. <var>$1urlwidth</var> must be used and be consistent with <var>$1urlparam</var>. |
apihelp-query+imageinfo-param-urlwidth (talk) (Translate) | If $2prop=url is set, a URL to an image scaled to this width will be returned. For performance reasons if this option is used, no more than $1 scaled images will be returned. |
apihelp-query+imageinfo-paramvalue-prop-archivename (talk) (Translate) | Adds the filename of the archive version for non-latest versions. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned. |
apihelp-query+imageinfo-paramvalue-prop-badfile (talk) (Translate) | Adds whether the file is on the [[MediaWiki:Bad image list]] |
apihelp-query+imageinfo-paramvalue-prop-bitdepth (talk) (Translate) | Adds the bit depth of the version. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned. |
apihelp-query+imageinfo-paramvalue-prop-canonicaltitle (talk) (Translate) | Adds the canonical title of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned. |
apihelp-query+imageinfo-paramvalue-prop-comment (talk) (Translate) | Comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned. |
apihelp-query+imageinfo-paramvalue-prop-commonmetadata (talk) (Translate) | Lists file format generic metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned. |
apihelp-query+imageinfo-paramvalue-prop-dimensions (talk) (Translate) | Alias for size. |
apihelp-query+imageinfo-paramvalue-prop-extmetadata (talk) (Translate) | Lists formatted metadata combined from multiple sources. Results are HTML formatted. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned. |
apihelp-query+imageinfo-paramvalue-prop-mediatype (talk) (Translate) | Adds the media type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned. |
apihelp-query+imageinfo-paramvalue-prop-metadata (talk) (Translate) | Lists Exif metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned. |
apihelp-query+imageinfo-paramvalue-prop-mime (talk) (Translate) | Adds MIME type of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned. |
apihelp-query+imageinfo-paramvalue-prop-parsedcomment (talk) (Translate) | Parse the comment on the version. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned. |
apihelp-query+imageinfo-paramvalue-prop-sha1 (talk) (Translate) | Adds SHA-1 hash for the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned. |
apihelp-query+imageinfo-paramvalue-prop-size (talk) (Translate) | Adds the size of the file in bytes and the height, width and page count (if applicable). |
apihelp-query+imageinfo-paramvalue-prop-thumbmime (talk) (Translate) | Adds MIME type of the image thumbnail (requires url and param $1urlwidth). If the file has been revision deleted, a <samp>filehidden</samp> property will be returned. |
apihelp-query+imageinfo-paramvalue-prop-timestamp (talk) (Translate) | Adds timestamp for the uploaded version. |
apihelp-query+imageinfo-paramvalue-prop-uploadwarning (talk) (Translate) | Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core. |
apihelp-query+imageinfo-paramvalue-prop-url (talk) (Translate) | Gives URL to the file and the description page. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned. |
apihelp-query+imageinfo-paramvalue-prop-user (talk) (Translate) | Adds the user who uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned. |
apihelp-query+imageinfo-paramvalue-prop-userid (talk) (Translate) | Add the ID of the user that uploaded each file version. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned. |
apihelp-query+imageinfo-summary (talk) (Translate) | Returns file information and upload history. |
apihelp-query+images-example-generator (talk) (Translate) | Get information about all files used on the page [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+images-example-simple (talk) (Translate) | Get a list of files used on the page [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+images-param-dir (talk) (Translate) | The direction in which to list. |
apihelp-query+images-param-images (talk) (Translate) | Only list these files. Useful for checking whether a certain page has a certain file. |
apihelp-query+images-param-limit (talk) (Translate) | How many files to return. |
apihelp-query+images-summary (talk) (Translate) | Returns all files contained on the given pages. |
apihelp-query+imageusage-example-generator (talk) (Translate) | Get information about pages using [[:File:Albert Einstein Head.jpg]]. |
apihelp-query+imageusage-example-simple (talk) (Translate) | Show pages using [[:File:Albert Einstein Head.jpg]]. |
apihelp-query+imageusage-param-dir (talk) (Translate) | The direction in which to list. |
apihelp-query+imageusage-param-filterredir (talk) (Translate) | How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level. |
apihelp-query+imageusage-param-limit (talk) (Translate) | How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned). |
apihelp-query+imageusage-param-namespace (talk) (Translate) | The namespace to enumerate. |
apihelp-query+imageusage-param-pageid (talk) (Translate) | Page ID to search. Cannot be used together with $1title. |
apihelp-query+imageusage-param-redirect (talk) (Translate) | If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved. |
apihelp-query+imageusage-param-title (talk) (Translate) | Title to search. Cannot be used together with $1pageid. |
apihelp-query+imageusage-summary (talk) (Translate) | Find all pages that use the given image title. |
apihelp-query+info-example-protection (talk) (Translate) | Get general and protection information about the page [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+info-example-simple (talk) (Translate) | Get information about the page [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+info-param-editintrocustom (talk) (Translate) | Title of a custom page to use as an additional intro message. |
apihelp-query+info-param-editintroskip (talk) (Translate) | List of intro messages to remove from the response. Use this if a specific message is not relevant to your tool, or if the information is conveyed in a different way. |
apihelp-query+info-param-editintrostyle (talk) (Translate) | Some intro messages come with optional wrapper frames. Use <kbd>moreframes</kbd> to include them or <kbd>lessframes</kbd> to omit them. |
apihelp-query+info-param-linkcontext (talk) (Translate) | The context title to use when determining extra CSS classes (e.g. link colors) when <var>$1prop</var> contains <var>linkclasses</var>. |
apihelp-query+info-param-preloadcustom (talk) (Translate) | Title of a custom page to use as preloaded content. |
apihelp-query+info-param-preloadnewsection (talk) (Translate) | Return preloaded content for a new section on the page, rather than a new page. |
apihelp-query+info-param-preloadparams (talk) (Translate) | Parameters for the custom page being used as preloaded content. |
apihelp-query+info-param-prop (talk) (Translate) | Which additional properties to get: |
apihelp-query+info-param-testactions (talk) (Translate) | Test whether the current user can perform certain actions on the page. |
apihelp-query+info-param-testactionsautocreate (talk) (Translate) | Test whether performing <var>$1testactions</var> would automatically create a temporary account. |
apihelp-query+info-param-testactionsdetail (talk) (Translate) | Detail level for <var>$1testactions</var>. Use the [[Special:ApiHelp/main|main module]]'s <var>errorformat</var> and <var>errorlang</var> parameters to control the format of the messages returned. |
apihelp-query+info-paraminfo-editintroonly (talk) (Translate) | Only used when <var>$3prop</var> contains <var>editintro</var>. |
apihelp-query+info-paraminfo-preloadcontentonly (talk) (Translate) | Only used when <var>$3prop</var> contains <var>preloadcontent</var>. |
apihelp-query+info-paramvalue-prop-associatedpage (talk) (Translate) | The prefixed title of the [[:mw:Special:MyLanguage/Help:Associated_pages|associated subject or talk page]]. |
apihelp-query+info-paramvalue-prop-displaytitle (talk) (Translate) | Gives the manner in which the page title is actually displayed. |
apihelp-query+info-paramvalue-prop-editintro (talk) (Translate) | Gives the intro messages that should be shown to the user while editing this page or revision, as HTML. |
apihelp-query+info-paramvalue-prop-linkclasses (talk) (Translate) | Gives the additional CSS classes (e.g. link colors) used for links to this page if they were to appear on the page named by <var>$1linkcontext</var>. |
apihelp-query+info-paramvalue-prop-notificationtimestamp (talk) (Translate) | The watchlist notification timestamp of each page. |
apihelp-query+info-paramvalue-prop-preload (talk) (Translate) | Gives the text returned by EditFormPreloadText. Use <kbd>preloadcontent</kbd> instead, which supports other kinds of preloaded text too. |
apihelp-query+info-paramvalue-prop-preloadcontent (talk) (Translate) | Gives the content to be shown in the editor when the page does not exist or while adding a new section. |
apihelp-query+info-paramvalue-prop-protection (talk) (Translate) | List the protection level of each page. |
apihelp-query+info-paramvalue-prop-readable (talk) (Translate) | Whether the user can read this page. Use <kbd>intestactions=read</kbd> instead. |
apihelp-query+info-paramvalue-prop-subjectid (talk) (Translate) | The page ID of the parent page for each talk page. |
apihelp-query+info-paramvalue-prop-talkid (talk) (Translate) | The page ID of the talk page for each non-talk page. |
apihelp-query+info-paramvalue-prop-url (talk) (Translate) | Gives a full URL, an edit URL, and the canonical URL for each page. |
apihelp-query+info-paramvalue-prop-varianttitles (talk) (Translate) | Gives the display title in all variants of the site content language. |
apihelp-query+info-paramvalue-prop-visitingwatchers (talk) (Translate) | The number of watchers of each page who have visited recent edits to that page, if allowed. |
apihelp-query+info-paramvalue-prop-watched (talk) (Translate) | List the watched status of each page. |
apihelp-query+info-paramvalue-prop-watchers (talk) (Translate) | The number of watchers, if allowed. |
apihelp-query+info-paramvalue-testactionsdetail-boolean (talk) (Translate) | Return a boolean value for each action. |
apihelp-query+info-paramvalue-testactionsdetail-full (talk) (Translate) | Return messages describing why the action is disallowed, or an empty array if it is allowed. |
apihelp-query+info-paramvalue-testactionsdetail-quick (talk) (Translate) | Like <kbd>full</kbd> but skipping expensive checks. |
apihelp-query+info-summary (talk) (Translate) | Get basic page information. |
apihelp-query+iwbacklinks-example-generator (talk) (Translate) | Get information about pages linking to [[wikibooks:Test]]. |
apihelp-query+iwbacklinks-example-simple (talk) (Translate) | Get pages linking to [[wikibooks:Test]]. |
apihelp-query+iwbacklinks-extended-description (talk) (Translate) | Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively "all interwiki links". |
apihelp-query+iwbacklinks-param-dir (talk) (Translate) | The direction in which to list. |
apihelp-query+iwbacklinks-param-limit (talk) (Translate) | How many total pages to return. |
apihelp-query+iwbacklinks-param-prefix (talk) (Translate) | Prefix for the interwiki. |
apihelp-query+iwbacklinks-param-prop (talk) (Translate) | Which properties to get: |
apihelp-query+iwbacklinks-param-title (talk) (Translate) | Interwiki link to search for. Must be used with <var>$1blprefix</var>. |
apihelp-query+iwbacklinks-paramvalue-prop-iwprefix (talk) (Translate) | Adds the prefix of the interwiki. |
apihelp-query+iwbacklinks-paramvalue-prop-iwtitle (talk) (Translate) | Adds the title of the interwiki. |
apihelp-query+iwbacklinks-summary (talk) (Translate) | Find all pages that link to the given interwiki link. |
apihelp-query+iwlinks-example-simple (talk) (Translate) | Get interwiki links from the page [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+iwlinks-param-dir (talk) (Translate) | The direction in which to list. |
apihelp-query+iwlinks-param-limit (talk) (Translate) | How many interwiki links to return. |
apihelp-query+iwlinks-param-prefix (talk) (Translate) | Only return interwiki links with this prefix. |
apihelp-query+iwlinks-param-prop (talk) (Translate) | Which additional properties to get for each interwiki link: |
apihelp-query+iwlinks-param-title (talk) (Translate) | Interwiki link to search for. Must be used with <var>$1prefix</var>. |
apihelp-query+iwlinks-param-url (talk) (Translate) | Whether to get the full URL (cannot be used with $1prop). |
apihelp-query+iwlinks-paramvalue-prop-url (talk) (Translate) | Adds the full URL. |
apihelp-query+iwlinks-summary (talk) (Translate) | Returns all interwiki links from the given pages. |
apihelp-query+langbacklinks-example-generator (talk) (Translate) | Get information about pages linking to [[:fr:Test]]. |
apihelp-query+langbacklinks-example-simple (talk) (Translate) | Get pages linking to [[:fr:Test]]. |
apihelp-query+langbacklinks-extended-description (talk) (Translate) | Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively "all language links". Note that this may not consider language links added by extensions. |
apihelp-query+langbacklinks-param-dir (talk) (Translate) | The direction in which to list. |
apihelp-query+langbacklinks-param-lang (talk) (Translate) | Language for the language link. |
apihelp-query+langbacklinks-param-limit (talk) (Translate) | How many total pages to return. |
apihelp-query+langbacklinks-param-prop (talk) (Translate) | Which properties to get: |
apihelp-query+langbacklinks-param-title (talk) (Translate) | Language link to search for. Must be used with $1lang. |
apihelp-query+langbacklinks-paramvalue-prop-lllang (talk) (Translate) | Adds the language code of the language link. |
apihelp-query+langbacklinks-paramvalue-prop-lltitle (talk) (Translate) | Adds the title of the language link. |
apihelp-query+langbacklinks-summary (talk) (Translate) | Find all pages that link to the given language link. |
apihelp-query+langlinks-example-simple (talk) (Translate) | Get interlanguage links from the page [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+langlinks-param-dir (talk) (Translate) | The direction in which to list. |
apihelp-query+langlinks-param-inlanguagecode (talk) (Translate) | Language code for localised language names. |
apihelp-query+langlinks-param-lang (talk) (Translate) | Only return language links with this language code. |
apihelp-query+langlinks-param-limit (talk) (Translate) | How many langlinks to return. |
apihelp-query+langlinks-param-prop (talk) (Translate) | Which additional properties to get for each interlanguage link: |
apihelp-query+langlinks-param-title (talk) (Translate) | Link to search for. Must be used with <var>$1lang</var>. |
apihelp-query+langlinks-param-url (talk) (Translate) | Whether to get the full URL (cannot be used with <var>$1prop</var>). |
apihelp-query+langlinks-paramvalue-prop-autonym (talk) (Translate) | Adds the native language name. |
apihelp-query+langlinks-paramvalue-prop-langname (talk) (Translate) | Adds the localised language name (best effort). Use <var>$1inlanguagecode</var> to control the language. |
apihelp-query+langlinks-paramvalue-prop-url (talk) (Translate) | Adds the full URL. |
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+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. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned. |
apihelp-query+logevents-paramvalue-prop-details (talk) (Translate) | Lists additional details about the log event. If the log event has been revision deleted, an <samp>actionhidden</samp> property will be returned. |
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. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned. |
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. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned. |
apihelp-query+logevents-paramvalue-prop-userid (talk) (Translate) | Adds the user ID who was responsible for the log event. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned. |
apihelp-query+logevents-summary (talk) (Translate) | Get events from logs. |
apihelp-query+mystashedfiles-example-simple (talk) (Translate) | Get the filekey, file size, and pixel size of files in the current user's upload stash. |
apihelp-query+mystashedfiles-param-limit (talk) (Translate) | How many files to get. |
apihelp-query+mystashedfiles-param-prop (talk) (Translate) | Which properties to fetch for the files. |
apihelp-query+mystashedfiles-paramvalue-prop-size (talk) (Translate) | Fetch the file size and image dimensions. |
apihelp-query+mystashedfiles-paramvalue-prop-type (talk) (Translate) | Fetch the file's MIME type and media type. |
apihelp-query+mystashedfiles-summary (talk) (Translate) | Get a list of files in the current user's upload stash. |
apihelp-query+oath-example-1 (talk) (Translate) | Get information about the current user |
apihelp-query+oath-example-2 (talk) (Translate) | Get information about user <kbd>Example</kbd> |
apihelp-query+oath-param-reason (talk) (Translate) | Reason for querying the OATH status. |
apihelp-query+oath-param-user (talk) (Translate) | User to get information about. Defaults to the current user. |
apihelp-query+oath-summary (talk) (Translate) | Check to see if two-factor authentication (OATH) is enabled for a user. |
apihelp-query+pageimages-example-1 (talk) (Translate) | Get name and <kbd>100</kbd>-pixel thumbnail of an image on the <kbd>Albert Einstein</kbd> page. |
apihelp-query+pageimages-param-langcode (talk) (Translate) | Code for the language the image is going to be rendered in if multiple languages are supported |
apihelp-query+pageimages-param-license (talk) (Translate) | Limit page images to a certain license type: |
apihelp-query+pageimages-param-limit (talk) (Translate) | Properties of how many pages to return. |
apihelp-query+pageimages-param-prop (talk) (Translate) | Which information to return: |
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-paramvalue-prop-name (talk) (Translate) | Image title. |
apihelp-query+pageimages-paramvalue-prop-original (talk) (Translate) | URL and original dimensions of image associated with page, if any. |
apihelp-query+pageimages-paramvalue-prop-thumbnail (talk) (Translate) | URL and dimensions of thumbnail image associated with page, if any. |
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>{{MediaWiki:Mainpage}}</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+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+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+protectedtitles-example-generator (talk) (Translate) | Find links to protected titles in the main namespace. |
apihelp-query+protectedtitles-example-simple (talk) (Translate) | List protected titles. |
apihelp-query+protectedtitles-param-end (talk) (Translate) | Stop listing at this protection timestamp. |
apihelp-query+protectedtitles-param-level (talk) (Translate) | Only list titles with these protection levels. |
apihelp-query+protectedtitles-param-limit (talk) (Translate) | How many total pages to return. |
apihelp-query+protectedtitles-param-namespace (talk) (Translate) | Only list titles in these namespaces. |
apihelp-query+protectedtitles-param-prop (talk) (Translate) | Which properties to get: |
apihelp-query+protectedtitles-param-start (talk) (Translate) | Start listing at this protection timestamp. |
apihelp-query+protectedtitles-paramvalue-prop-comment (talk) (Translate) | Adds the comment for the protection. |
apihelp-query+protectedtitles-paramvalue-prop-expiry (talk) (Translate) | Adds the timestamp of when the protection will be lifted. |
apihelp-query+protectedtitles-paramvalue-prop-level (talk) (Translate) | Adds the protection level. |
apihelp-query+protectedtitles-paramvalue-prop-parsedcomment (talk) (Translate) | Adds the parsed comment for the protection. |
apihelp-query+protectedtitles-paramvalue-prop-timestamp (talk) (Translate) | Adds the timestamp of when protection was added. |
apihelp-query+protectedtitles-paramvalue-prop-user (talk) (Translate) | Adds the user that added the protection. |
apihelp-query+protectedtitles-paramvalue-prop-userid (talk) (Translate) | Adds the user ID that added the protection. |
apihelp-query+protectedtitles-summary (talk) (Translate) | List all titles protected from creation. |
apihelp-query+querypage-example-ancientpages (talk) (Translate) | Return results from [[Special:Ancientpages]]. |
apihelp-query+querypage-param-limit (talk) (Translate) | Number of results to return. |
apihelp-query+querypage-param-page (talk) (Translate) | The name of the special page. Note, this is case-sensitive. |
apihelp-query+querypage-summary (talk) (Translate) | Get a list provided by a QueryPage-based special page. |
apihelp-query+random-example-generator (talk) (Translate) | Return page info about two random pages from the main namespace. |
apihelp-query+random-example-minsize (talk) (Translate) | Return page info about one random page from the main namespace that has at least 500 bytes of text. |
apihelp-query+random-example-simple (talk) (Translate) | Return two random pages from the main namespace. |
apihelp-query+random-extended-description (talk) (Translate) | Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc. |
apihelp-query+random-param-contentmodel (talk) (Translate) | Filter pages that have the specified content model. |
apihelp-query+random-param-filterredir (talk) (Translate) | How to filter for redirects. |
apihelp-query+random-param-limit (talk) (Translate) | Limit how many random pages will be returned. |
apihelp-query+random-param-maxsize (talk) (Translate) | Limit to pages with at most this many bytes. |
apihelp-query+random-param-minsize (talk) (Translate) | Limit to pages with at least this many bytes. |
apihelp-query+random-param-namespace (talk) (Translate) | Return pages in these namespaces only. |
apihelp-query+random-param-redirect (talk) (Translate) | Use <kbd>$1filterredir=redirects</kbd> instead. |
apihelp-query+random-summary (talk) (Translate) | Get a set of random pages. |
apihelp-query+recentchanges-example-generator (talk) (Translate) | Get page info about recent unpatrolled changes. |
apihelp-query+recentchanges-example-simple (talk) (Translate) | List recent changes. |
apihelp-query+recentchanges-param-end (talk) (Translate) | The timestamp to end enumerating. |
apihelp-query+recentchanges-param-excludeuser (talk) (Translate) | Don't list changes by this user. |
apihelp-query+recentchanges-param-generaterevisions (talk) (Translate) | When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing. |
apihelp-query+recentchanges-param-limit (talk) (Translate) | How many total changes to return. |
apihelp-query+recentchanges-param-namespace (talk) (Translate) | Filter changes to only these namespaces. |
apihelp-query+recentchanges-param-prop (talk) (Translate) | Include additional pieces of information: |
apihelp-query+recentchanges-param-show (talk) (Translate) | Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon. |
apihelp-query+recentchanges-param-slot (talk) (Translate) | Only list changes that touch the named slot. |
apihelp-query+recentchanges-param-start (talk) (Translate) | The timestamp to start enumerating from. |
apihelp-query+recentchanges-param-tag (talk) (Translate) | Only list changes tagged with this tag. |
apihelp-query+recentchanges-param-title (talk) (Translate) | Filter entries to those related to a page. |
apihelp-query+recentchanges-param-toponly (talk) (Translate) | Only list changes which are the latest revision. |
apihelp-query+recentchanges-param-type (talk) (Translate) | Which types of changes to show. |
apihelp-query+recentchanges-param-user (talk) (Translate) | Only list changes by this user. |
apihelp-query+recentchanges-paramvalue-prop-autopatrolled (talk) (Translate) | Tags patrollable edits as being autopatrolled or not. |
apihelp-query+recentchanges-paramvalue-prop-comment (talk) (Translate) | Adds the comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned. |
apihelp-query+recentchanges-paramvalue-prop-flags (talk) (Translate) | Adds flags for the edit. |
apihelp-query+recentchanges-paramvalue-prop-ids (talk) (Translate) | Adds the page ID, recent changes ID and the new and old revision ID. |
apihelp-query+recentchanges-paramvalue-prop-loginfo (talk) (Translate) | Adds log information (log ID, log type, etc) to log entries. |
apihelp-query+recentchanges-paramvalue-prop-parsedcomment (talk) (Translate) | Adds the parsed comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned. |
apihelp-query+recentchanges-paramvalue-prop-patrolled (talk) (Translate) | Tags patrollable edits as being patrolled or unpatrolled. |
apihelp-query+recentchanges-paramvalue-prop-redirect (talk) (Translate) | Tags edit if page is a redirect. |
apihelp-query+recentchanges-paramvalue-prop-sha1 (talk) (Translate) | Adds the content checksum for entries associated with a revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned. |
apihelp-query+recentchanges-paramvalue-prop-sizes (talk) (Translate) | Adds the new and old page length in bytes. |
apihelp-query+recentchanges-paramvalue-prop-tags (talk) (Translate) | Lists tags for the entry. |
apihelp-query+recentchanges-paramvalue-prop-timestamp (talk) (Translate) | Adds timestamp of the edit. |
apihelp-query+recentchanges-paramvalue-prop-title (talk) (Translate) | Adds the page title of the edit. |
apihelp-query+recentchanges-paramvalue-prop-user (talk) (Translate) | Adds the user responsible for the edit and tags if they are an IP. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned. |
apihelp-query+recentchanges-paramvalue-prop-userid (talk) (Translate) | Adds the user ID responsible for the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned. |
apihelp-query+recentchanges-summary (talk) (Translate) | Enumerate recent changes. |
apihelp-query+redirects-example-generator (talk) (Translate) | Get information about all redirects to the [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+redirects-example-simple (talk) (Translate) | Get a list of redirects to the [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+redirects-param-limit (talk) (Translate) | How many redirects to return. |
apihelp-query+redirects-param-namespace (talk) (Translate) | Only include pages in these namespaces. |
apihelp-query+redirects-param-prop (talk) (Translate) | Which properties to get: |
apihelp-query+redirects-param-show (talk) (Translate) | Show only items that meet these criteria: |
apihelp-query+redirects-paramvalue-prop-fragment (talk) (Translate) | Fragment of each redirect, if any. |
apihelp-query+redirects-paramvalue-prop-pageid (talk) (Translate) | Page ID of each redirect. |
apihelp-query+redirects-paramvalue-prop-title (talk) (Translate) | Title of each redirect. |
apihelp-query+redirects-paramvalue-show-!fragment (talk) (Translate) | Only show redirects without a fragment. |
apihelp-query+redirects-paramvalue-show-fragment (talk) (Translate) | Only show redirects with a fragment. |
apihelp-query+redirects-summary (talk) (Translate) | Returns all redirects to the given pages. |
apihelp-query+revisions+base-param-contentformat (talk) (Translate) | Serialization format used for <var>$1difftotext</var> and expected for output of content. |
apihelp-query+revisions+base-param-contentformat-slot (talk) (Translate) | Content serialization format used for output of content. |
apihelp-query+revisions+base-param-diffto (talk) (Translate) | Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively. For performance reasons, if this option is used, <var>$2limit</var> is enforced to $1. |
apihelp-query+revisions+base-param-difftotext (talk) (Translate) | Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$2diffto</var>. If <var>$2section</var> is set, only that section will be diffed against this text. For performance reasons, if this option is used, <var>$2limit</var> is enforced to $1. |
apihelp-query+revisions+base-param-difftotextpst (talk) (Translate) | Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>. |
apihelp-query+revisions+base-param-expandtemplates (talk) (Translate) | Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> instead. Expand templates in revision content (requires $1prop=content). |
apihelp-query+revisions+base-param-generatexml (talk) (Translate) | Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Generate XML parse tree for revision content (requires $1prop=content). |
apihelp-query+revisions+base-param-limit (talk) (Translate) | Limit how many revisions will be returned. If <var>$3prop=content</var>, <var>$3prop=parsetree</var>, <var>$3diffto</var> or <var>$3difftotext</var> is used, the limit is $1. If <var>$3parse</var> is used, the limit is $2. |
apihelp-query+revisions+base-param-parse (talk) (Translate) | Use <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Parse revision content (requires <var>$2prop=content</var>). For performance reasons, if this option is used, <var>$2limit</var> is enforced to $1. |
apihelp-query+revisions+base-param-prop (talk) (Translate) | Which properties to get for each revision: |
apihelp-query+revisions+base-param-section (talk) (Translate) | Only retrieve the content of the section with this identifier. |
apihelp-query+revisions+base-param-slots (talk) (Translate) | Which revision slots to return data for, when slot-related properties are included in <var>$1props</var>. If omitted, data from the <kbd>main</kbd> slot will be returned in a backwards-compatible format. |
apihelp-query+revisions+base-paramvalue-prop-comment (talk) (Translate) | Comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned. |
apihelp-query+revisions+base-paramvalue-prop-content (talk) (Translate) | Content of each revision slot. If the content has been revision deleted, a <samp>texthidden</samp> property will be returned. For performance reasons, if this option is used, <var>$2limit</var> is enforced to $1. |
apihelp-query+revisions+base-paramvalue-prop-contentmodel (talk) (Translate) | Content model ID of each revision slot. |
apihelp-query+revisions+base-paramvalue-prop-flags (talk) (Translate) | Revision flags (minor). |
apihelp-query+revisions+base-paramvalue-prop-ids (talk) (Translate) | The ID of the revision. |
apihelp-query+revisions+base-paramvalue-prop-parsedcomment (talk) (Translate) | Parsed comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned. |
apihelp-query+revisions+base-paramvalue-prop-parsetree (talk) (Translate) | Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. The XML parse tree of revision content (requires content model <code>$1</code>). For performance reasons, if this option is used, <var>$3limit</var> is enforced to $2. |
apihelp-query+revisions+base-paramvalue-prop-roles (talk) (Translate) | List content slot roles that exist in the revision. |
apihelp-query+revisions+base-paramvalue-prop-sha1 (talk) (Translate) | SHA-1 (base 16) of the revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned. |
apihelp-query+revisions+base-paramvalue-prop-size (talk) (Translate) | Length (bytes) of the revision. |
apihelp-query+revisions+base-paramvalue-prop-slotsha1 (talk) (Translate) | SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned. |
apihelp-query+revisions+base-paramvalue-prop-slotsize (talk) (Translate) | Length (bytes) of each revision slot. |
apihelp-query+revisions+base-paramvalue-prop-tags (talk) (Translate) | Tags for the revision. |
apihelp-query+revisions+base-paramvalue-prop-timestamp (talk) (Translate) | The timestamp of the revision. |
apihelp-query+revisions+base-paramvalue-prop-user (talk) (Translate) | User that made the revision. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned. |
apihelp-query+revisions+base-paramvalue-prop-userid (talk) (Translate) | User ID of the revision creator. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned. |
apihelp-query+revisions-example-content (talk) (Translate) | Get data with content for the last revision of titles <kbd>API</kbd> and [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+revisions-example-first5 (talk) (Translate) | Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+revisions-example-first5-after (talk) (Translate) | Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] made after 2006-05-01. |
apihelp-query+revisions-example-first5-not-localhost (talk) (Translate) | Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were not made by anonymous user <kbd>127.0.0.1</kbd>. |
apihelp-query+revisions-example-first5-user (talk) (Translate) | Get first 5 revisions of the [[{{MediaWiki:Mainpage}}]] that were made by the user <kbd>MediaWiki default</kbd>. |
apihelp-query+revisions-example-last5 (talk) (Translate) | Get last 5 revisions of the [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+revisions-extended-description (talk) (Translate) | May be used in several ways: # Get data about a set of pages (last revision), by setting titles or pageids. # Get revisions for one given page, by using titles or pageids with start, end, or limit. # Get data about a set of revisions by setting their IDs with revids. |
apihelp-query+revisions-param-end (talk) (Translate) | Enumerate up to this timestamp. |
apihelp-query+revisions-param-endid (talk) (Translate) | Stop enumeration at the timestamp of the revision with this ID. The revision must exist, but need not belong to this page. |
apihelp-query+revisions-param-excludeuser (talk) (Translate) | Exclude revisions made by user. |
apihelp-query+revisions-param-start (talk) (Translate) | From which revision timestamp to start enumeration. |
apihelp-query+revisions-param-startid (talk) (Translate) | Start enumeration from the timestamp of the revision with this ID. The revision must exist, but need not belong to this page. |
apihelp-query+revisions-param-tag (talk) (Translate) | Only list revisions tagged with this tag. |
apihelp-query+revisions-param-user (talk) (Translate) | Only include revisions made by user. |
apihelp-query+revisions-paraminfo-singlepageonly (talk) (Translate) | May only be used with a single page (mode #2). |
apihelp-query+revisions-summary (talk) (Translate) | Get revision information. |
apihelp-query+search-example-generator (talk) (Translate) | Get page info about the pages returned for a search for <kbd>meaning</kbd>. |
apihelp-query+search-example-simple (talk) (Translate) | Search for <kbd>meaning</kbd>. |
apihelp-query+search-example-text (talk) (Translate) | Search texts for <kbd>meaning</kbd>. |
apihelp-query+search-param-backend (talk) (Translate) | Which search backend to use, if not the default. |
apihelp-query+search-param-enablerewrites (talk) (Translate) | Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors. |
apihelp-query+search-param-info (talk) (Translate) | Which metadata to return. |
apihelp-query+search-param-interwiki (talk) (Translate) | Include interwiki results in the search, if available. |
apihelp-query+search-param-limit (talk) (Translate) | How many total pages to return. |
apihelp-query+search-param-namespace (talk) (Translate) | Search only within these namespaces. |
apihelp-query+search-param-prop (talk) (Translate) | Which properties to return: |
apihelp-query+search-param-qiprofile (talk) (Translate) | Query independent profile to use (affects ranking algorithm). |
apihelp-query+search-param-search (talk) (Translate) | Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki's search backend implements. |
apihelp-query+search-param-sort (talk) (Translate) | Set the sort order of returned results. |
apihelp-query+search-param-what (talk) (Translate) | Which type of search to perform. |
apihelp-query+search-paramvalue-prop-categorysnippet (talk) (Translate) | Adds the matching category name, with query term highlighting markup. |
apihelp-query+search-paramvalue-prop-extensiondata (talk) (Translate) | Adds extra data generated by extensions. |
apihelp-query+search-paramvalue-prop-hasrelated (talk) (Translate) | Ignored. |
apihelp-query+search-paramvalue-prop-isfilematch (talk) (Translate) | Adds a boolean indicating if the search matched file content. |
apihelp-query+search-paramvalue-prop-redirectsnippet (talk) (Translate) | Adds the title of the matching redirect, with query term highlighting markup. |
apihelp-query+search-paramvalue-prop-redirecttitle (talk) (Translate) | Adds the title of the matching redirect. |
apihelp-query+search-paramvalue-prop-score (talk) (Translate) | Ignored. |
apihelp-query+search-paramvalue-prop-sectionsnippet (talk) (Translate) | Adds the title of the matching section, with query term highlighting markup. |
apihelp-query+search-paramvalue-prop-sectiontitle (talk) (Translate) | Adds the title of the matching section. |
apihelp-query+search-paramvalue-prop-size (talk) (Translate) | Adds the size of the page in bytes. |
apihelp-query+search-paramvalue-prop-snippet (talk) (Translate) | Adds a snippet of the page, with query term highlighting markup. |
apihelp-query+search-paramvalue-prop-timestamp (talk) (Translate) | Adds the timestamp of when the page was last edited. |
apihelp-query+search-paramvalue-prop-titlesnippet (talk) (Translate) | Adds the page title, with query term highlighting markup. |
apihelp-query+search-paramvalue-prop-wordcount (talk) (Translate) | Adds the word count of the page. |
apihelp-query+search-summary (talk) (Translate) | Perform a full text search. |
apihelp-query+siteinfo-example-interwiki (talk) (Translate) | Fetch a list of local interwiki prefixes. |
apihelp-query+siteinfo-example-replag (talk) (Translate) | Check the current replication lag. |
apihelp-query+siteinfo-example-simple (talk) (Translate) | Fetch site information. |
apihelp-query+siteinfo-param-filteriw (talk) (Translate) | Return only local or only nonlocal entries of the interwiki map. |
apihelp-query+siteinfo-param-inlanguagecode (talk) (Translate) | Language code for localised language names (best effort) and skin names. |
apihelp-query+siteinfo-param-numberingroup (talk) (Translate) | Lists the number of users in user groups. |
apihelp-query+siteinfo-param-prop (talk) (Translate) | Which information to get: |
apihelp-query+siteinfo-param-showalldb (talk) (Translate) | List all database servers, not just the one lagging the most. |
apihelp-query+siteinfo-paramvalue-prop-autocreatetempuser (talk) (Translate) | Returns configuration for the automatic creation of temporary user accounts (also known as IP masking). |
apihelp-query+siteinfo-paramvalue-prop-autopromote (talk) (Translate) | Returns the automatic promotion configuration. |
apihelp-query+siteinfo-paramvalue-prop-autopromoteonce (talk) (Translate) | Returns the automatic promotion configuration that are only done once. |
apihelp-query+siteinfo-paramvalue-prop-clientlibraries (talk) (Translate) | Returns client-side libraries installed on the wiki |
apihelp-query+siteinfo-paramvalue-prop-dbrepllag (talk) (Translate) | Returns database server with the highest replication lag. |
apihelp-query+siteinfo-paramvalue-prop-defaultoptions (talk) (Translate) | Returns the default values for user preferences. |
apihelp-query+siteinfo-paramvalue-prop-extensions (talk) (Translate) | Returns extensions installed on the wiki. |
apihelp-query+siteinfo-paramvalue-prop-extensiontags (talk) (Translate) | Returns a list of parser extension tags. |
apihelp-query+siteinfo-paramvalue-prop-fileextensions (talk) (Translate) | Returns list of file extensions (file types) allowed to be uploaded. |
apihelp-query+siteinfo-paramvalue-prop-functionhooks (talk) (Translate) | Returns a list of parser function hooks. |
apihelp-query+siteinfo-paramvalue-prop-general (talk) (Translate) | Overall system information. |
apihelp-query+siteinfo-paramvalue-prop-interwikimap (talk) (Translate) | Returns interwiki map (optionally filtered, optionally localised by using <var>$1inlanguagecode</var>). |
apihelp-query+siteinfo-paramvalue-prop-languages (talk) (Translate) | Returns a list of languages MediaWiki supports (optionally localised by using <var>$1inlanguagecode</var>). |
apihelp-query+siteinfo-paramvalue-prop-languagevariants (talk) (Translate) | Returns a list of language codes for which [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] is enabled, and the variants supported for each. |
apihelp-query+siteinfo-paramvalue-prop-libraries (talk) (Translate) | Returns libraries installed on the wiki. |
apihelp-query+siteinfo-paramvalue-prop-magicwords (talk) (Translate) | List of magic words and their aliases. |
apihelp-query+siteinfo-paramvalue-prop-namespacealiases (talk) (Translate) | List of registered namespace aliases. |
apihelp-query+siteinfo-paramvalue-prop-namespaces (talk) (Translate) | List of registered namespaces and their canonical names. |
apihelp-query+siteinfo-paramvalue-prop-protocols (talk) (Translate) | Returns a list of protocols that are allowed in external links. |
apihelp-query+siteinfo-paramvalue-prop-restrictions (talk) (Translate) | Returns information on available restriction (protection) types. |
apihelp-query+siteinfo-paramvalue-prop-rightsinfo (talk) (Translate) | Returns wiki rights (license) information if available. |
apihelp-query+siteinfo-paramvalue-prop-showhooks (talk) (Translate) | Returns a list of all subscribed hooks (contents of <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>). |
apihelp-query+siteinfo-paramvalue-prop-skins (talk) (Translate) | Returns a list of all enabled skins (optionally localised by using <var>$1inlanguagecode</var>, otherwise in the content language). |
apihelp-query+siteinfo-paramvalue-prop-specialpagealiases (talk) (Translate) | List of special page aliases. |
apihelp-query+siteinfo-paramvalue-prop-statistics (talk) (Translate) | Returns site statistics. |
apihelp-query+siteinfo-paramvalue-prop-uploaddialog (talk) (Translate) | Returns the upload dialog configuration. |
apihelp-query+siteinfo-paramvalue-prop-usergroups (talk) (Translate) | Returns user groups and the associated permissions. |
apihelp-query+siteinfo-paramvalue-prop-variables (talk) (Translate) | Returns a list of variable IDs. |
apihelp-query+siteinfo-summary (talk) (Translate) | Return general information about the site. |
apihelp-query+stashimageinfo-example-params (talk) (Translate) | Returns thumbnails for two stashed files. |
apihelp-query+stashimageinfo-example-simple (talk) (Translate) | Returns information for a stashed file. |
apihelp-query+stashimageinfo-param-filekey (talk) (Translate) | Key that identifies a previous upload that was stashed temporarily. |
apihelp-query+stashimageinfo-param-sessionkey (talk) (Translate) | Alias for $1filekey, for backward compatibility. |
apihelp-query+stashimageinfo-summary (talk) (Translate) | Returns file information for stashed files. |
apihelp-query+tags-example-simple (talk) (Translate) | List available tags. |
apihelp-query+tags-param-limit (talk) (Translate) | The maximum number of tags to list. |
apihelp-query+tags-param-prop (talk) (Translate) | Which properties to get: |
apihelp-query+tags-paramvalue-prop-active (talk) (Translate) | Whether the tag is still being applied. |
apihelp-query+tags-paramvalue-prop-defined (talk) (Translate) | Indicate whether the tag is defined. |
apihelp-query+tags-paramvalue-prop-description (talk) (Translate) | Adds description of the tag. |
apihelp-query+tags-paramvalue-prop-displayname (talk) (Translate) | Adds system message for the tag. |
apihelp-query+tags-paramvalue-prop-hitcount (talk) (Translate) | Adds the number of revisions and log entries that have this tag. |
apihelp-query+tags-paramvalue-prop-name (talk) (Translate) | Adds name of tag. |
apihelp-query+tags-paramvalue-prop-source (talk) (Translate) | Gets the sources of the tag, which may include <samp>extension</samp> for extension-defined tags and <samp>manual</samp> for tags that may be applied manually by users. |
apihelp-query+tags-summary (talk) (Translate) | List change tags. |
apihelp-query+templates-example-generator (talk) (Translate) | Get information about the template pages used on the page [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+templates-example-namespaces (talk) (Translate) | Get pages in the {{ns:user}} and {{ns:template}} namespaces that are transcluded on the page [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+templates-example-simple (talk) (Translate) | Get the templates used on the page [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+templates-param-dir (talk) (Translate) | The direction in which to list. |
apihelp-query+templates-param-limit (talk) (Translate) | How many templates to return. |
apihelp-query+templates-param-namespace (talk) (Translate) | Show templates in these namespaces only. |
apihelp-query+templates-param-templates (talk) (Translate) | Only list these templates. Useful for checking whether a certain page uses a certain template. |
apihelp-query+templates-summary (talk) (Translate) | Returns all pages transcluded on the given pages. |
apihelp-query+tokens-example-simple (talk) (Translate) | Retrieve a csrf token (the default). |
apihelp-query+tokens-example-types (talk) (Translate) | Retrieve a watch token and a patrol token. |
apihelp-query+tokens-param-type (talk) (Translate) | Types of token to request. |
apihelp-query+tokens-summary (talk) (Translate) | Gets tokens for data-modifying actions. |
apihelp-query+transcludedin-example-generator (talk) (Translate) | Get information about pages transcluding [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+transcludedin-example-simple (talk) (Translate) | Get a list of pages transcluding [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+transcludedin-param-limit (talk) (Translate) | How many to return. |
apihelp-query+transcludedin-param-namespace (talk) (Translate) | Only include pages in these namespaces. |
apihelp-query+transcludedin-param-prop (talk) (Translate) | Which properties to get: |
apihelp-query+transcludedin-param-show (talk) (Translate) | Show only items that meet these criteria: |
apihelp-query+transcludedin-paramvalue-prop-pageid (talk) (Translate) | Page ID of each page. |
apihelp-query+transcludedin-paramvalue-prop-redirect (talk) (Translate) | Flag if the page is a redirect. |
apihelp-query+transcludedin-paramvalue-prop-title (talk) (Translate) | Title of each page. |
apihelp-query+transcludedin-paramvalue-show-!redirect (talk) (Translate) | Only show non-redirects. |
apihelp-query+transcludedin-paramvalue-show-redirect (talk) (Translate) | Only show redirects. |
apihelp-query+transcludedin-summary (talk) (Translate) | Find all pages that transclude the given pages. |
apihelp-query+usercontribs-example-ipprefix (talk) (Translate) | Show contributions from all IP addresses with prefix <kbd>192.0.2.</kbd>. |
apihelp-query+usercontribs-example-user (talk) (Translate) | Show contributions of user <kbd>Example</kbd>. |
apihelp-query+usercontribs-param-end (talk) (Translate) | The end timestamp to return to, i.e. revisions after this timestamp. |
apihelp-query+usercontribs-param-iprange (talk) (Translate) | The CIDR range to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1userids</var>. |
apihelp-query+usercontribs-param-limit (talk) (Translate) | The maximum number of contributions to return. |
apihelp-query+usercontribs-param-namespace (talk) (Translate) | Only list contributions in these namespaces. |
apihelp-query+usercontribs-param-prop (talk) (Translate) | Include additional pieces of information: |
apihelp-query+usercontribs-param-show (talk) (Translate) | Show only items that meet these criteria, e.g. non minor edits only: <kbd>$2show=!minor</kbd>. If <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd> is set, revisions older than <var>[[mw:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|second|seconds}}) won't be shown. |
apihelp-query+usercontribs-param-start (talk) (Translate) | The start timestamp to return from, i.e. revisions before this timestamp. |
apihelp-query+usercontribs-param-tag (talk) (Translate) | Only list revisions tagged with this tag. |
apihelp-query+usercontribs-param-toponly (talk) (Translate) | Only list changes which are the latest revision. |
apihelp-query+usercontribs-param-user (talk) (Translate) | The users to retrieve contributions for. Cannot be used with <var>$1userids</var>, <var>$1userprefix</var>, or <var>$1iprange</var>. |
apihelp-query+usercontribs-param-userids (talk) (Translate) | The user IDs to retrieve contributions for. Cannot be used with <var>$1user</var>, <var>$1userprefix</var>, or <var>$1iprange</var>. |
apihelp-query+usercontribs-param-userprefix (talk) (Translate) | Retrieve contributions for all users whose names begin with this value. Cannot be used with <var>$1user</var>, <var>$1userids</var>, or <var>$1iprange</var>. |
apihelp-query+usercontribs-paramvalue-prop-autopatrolled (talk) (Translate) | Tags autopatrolled edits. |
apihelp-query+usercontribs-paramvalue-prop-comment (talk) (Translate) | Adds the comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned. |
apihelp-query+usercontribs-paramvalue-prop-flags (talk) (Translate) | Adds flags of the edit. |
apihelp-query+usercontribs-paramvalue-prop-ids (talk) (Translate) | Adds the page ID and revision ID. |
apihelp-query+usercontribs-paramvalue-prop-parsedcomment (talk) (Translate) | Adds the parsed comment of the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned. |
apihelp-query+usercontribs-paramvalue-prop-patrolled (talk) (Translate) | Tags patrolled edits. |
apihelp-query+usercontribs-paramvalue-prop-size (talk) (Translate) | Adds the new size of the edit. |
apihelp-query+usercontribs-paramvalue-prop-sizediff (talk) (Translate) | Adds the size delta of the edit against its parent. |
apihelp-query+usercontribs-paramvalue-prop-tags (talk) (Translate) | Lists tags for the edit. |
apihelp-query+usercontribs-paramvalue-prop-timestamp (talk) (Translate) | Adds the timestamp of the edit. |
apihelp-query+usercontribs-paramvalue-prop-title (talk) (Translate) | Adds the title and namespace ID of the page. |
apihelp-query+usercontribs-summary (talk) (Translate) | Get all edits by a user. |
apihelp-query+userinfo-example-data (talk) (Translate) | Get additional information about the current user. |
apihelp-query+userinfo-example-simple (talk) (Translate) | Get information about the current user. |
apihelp-query+userinfo-param-attachedwiki (talk) (Translate) | With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID. |
apihelp-query+userinfo-param-prop (talk) (Translate) | Which pieces of information to include: |
apihelp-query+userinfo-paramvalue-prop-acceptlang (talk) (Translate) | Echoes the <code>Accept-Language</code> header sent by the client in a structured format. |
apihelp-query+userinfo-paramvalue-prop-blockinfo (talk) (Translate) | Tags if the current user is blocked, by whom, and for what reason. |
apihelp-query+userinfo-paramvalue-prop-cancreateaccount (talk) (Translate) | Indicates whether the user is allowed to create accounts. To check whether some specific account can be created, use [[Special:ApiHelp/query+users|<kbd>action=query&list=users&usprop=cancreate</kbd>]]. |
apihelp-query+userinfo-paramvalue-prop-centralids (talk) (Translate) | Adds the central IDs and attachment status for the user. |
apihelp-query+userinfo-paramvalue-prop-changeablegroups (talk) (Translate) | Lists the groups the current user can add to and remove from. |
apihelp-query+userinfo-paramvalue-prop-editcount (talk) (Translate) | Adds the current user's edit count. |
apihelp-query+userinfo-paramvalue-prop-email (talk) (Translate) | Adds the user's email address and email authentication date. |
apihelp-query+userinfo-paramvalue-prop-groupmemberships (talk) (Translate) | Lists groups that the current user has been explicitly assigned to, including the expiry date of each group membership. |
apihelp-query+userinfo-paramvalue-prop-groups (talk) (Translate) | Lists all the groups the current user belongs to. |
apihelp-query+userinfo-paramvalue-prop-hasmsg (talk) (Translate) | Adds a tag <samp>messages</samp> if the current user has pending messages. |
apihelp-query+userinfo-paramvalue-prop-implicitgroups (talk) (Translate) | Lists all the groups the current user is automatically a member of. |
apihelp-query+userinfo-paramvalue-prop-latestcontrib (talk) (Translate) | Adds the date of user's latest contribution. |
apihelp-query+userinfo-paramvalue-prop-options (talk) (Translate) | Lists all preferences the current user has set. |
apihelp-query+userinfo-paramvalue-prop-ratelimits (talk) (Translate) | Lists all rate limits applying to the current user. |
apihelp-query+userinfo-paramvalue-prop-realname (talk) (Translate) | Adds the user's real name. |
apihelp-query+userinfo-paramvalue-prop-registrationdate (talk) (Translate) | Adds the user's registration date. |
apihelp-query+userinfo-paramvalue-prop-rights (talk) (Translate) | Lists all the rights the current user has. |