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-parse-example-summary (talk) (Translate) | Parse a summary. |
apihelp-parse-example-text (talk) (Translate) | Parse wikitext. |
apihelp-parse-example-texttitle (talk) (Translate) | Parse wikitext, specifying the page title. |
apihelp-parse-extended-description (talk) (Translate) | See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page. There are several ways to specify the text to parse: # Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>. # Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, <var>$1revid</var>, and <var>$1contentmodel</var>. # Specify only a summary to parse. <var>$1prop</var> should be given an empty value. |
apihelp-parse-param-contentformat (talk) (Translate) | Content serialization format used for the input text. Only valid when used with $1text. |
apihelp-parse-param-contentmodel (talk) (Translate) | Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text. |
apihelp-parse-param-disableeditsection (talk) (Translate) | Omit edit section links from the parser output. |
apihelp-parse-param-disablelimitreport (talk) (Translate) | Omit the limit report ("NewPP limit report") from the parser output. |
apihelp-parse-param-disablepp (talk) (Translate) | Use <var>$1disablelimitreport</var> instead. |
apihelp-parse-param-disablestylededuplication (talk) (Translate) | Do not deduplicate inline stylesheets in the parser output. |
apihelp-parse-param-disabletoc (talk) (Translate) | Omit table of contents in output. |
apihelp-parse-param-effectivelanglinks (talk) (Translate) | Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>). |
apihelp-parse-param-generatexml (talk) (Translate) | Generate XML parse tree (requires content model <code>$1</code>; replaced by <kbd>$2prop=parsetree</kbd>). |
apihelp-parse-param-mainpage (talk) (Translate) | Apply mobile main page transformations. |
apihelp-parse-param-mobileformat (talk) (Translate) | Return parse output in a format suitable for mobile devices. |
apihelp-parse-param-noimages (talk) (Translate) | Disable images in mobile output. |
apihelp-parse-param-oldid (talk) (Translate) | Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>. |
apihelp-parse-param-onlypst (talk) (Translate) | Do a pre-save transform (PST) on the input, but don't parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with <var>$1text</var>. |
apihelp-parse-param-page (talk) (Translate) | Parse the content of this page. Cannot be used together with <var>$1text</var> and <var>$1title</var>. |
apihelp-parse-param-pageid (talk) (Translate) | Parse the content of this page. Overrides <var>$1page</var>. |
apihelp-parse-param-parsoid (talk) (Translate) | Generate HTML conforming to the [[mw:Specs/HTML|MediaWiki DOM spec]] using [[mw:Parsoid|Parsoid]]. |
apihelp-parse-param-preview (talk) (Translate) | Parse in preview mode. |
apihelp-parse-param-prop (talk) (Translate) | Which pieces of information to get: |
apihelp-parse-param-pst (talk) (Translate) | Do a pre-save transform on the input before parsing it. Only valid when used with text. |
apihelp-parse-param-redirects (talk) (Translate) | If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it. |
apihelp-parse-param-revid (talk) (Translate) | Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables. |
apihelp-parse-param-section (talk) (Translate) | Only parse the content of the section with this identifier. When <kbd>new</kbd>, parse <var>$1text</var> and <var>$1sectiontitle</var> as if adding a new section to the page. <kbd>new</kbd> is allowed only when specifying <var>text</var>. |
apihelp-parse-param-sectionpreview (talk) (Translate) | Parse in section preview mode (enables preview mode too). |
apihelp-parse-param-sectiontitle (talk) (Translate) | New section title when <var>section</var> is <kbd>new</kbd>. Unlike page editing, this does not fall back to <var>summary</var> when omitted or empty. |
apihelp-parse-param-showstrategykeys (talk) (Translate) | Whether to include internal merge strategy information in jsconfigvars. |
apihelp-parse-param-summary (talk) (Translate) | Summary to parse. |
apihelp-parse-param-text (talk) (Translate) | Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model. |
apihelp-parse-param-title (talk) (Translate) | Title of page the text belongs to. If omitted, <var>$1contentmodel</var> must be specified, and [[API]] will be used as the title. |
apihelp-parse-param-usearticle (talk) (Translate) | Use the ArticleParserOptions hook to ensure the options used match those used for article page views |
apihelp-parse-param-useskin (talk) (Translate) | Apply the selected skin to the parser output. May affect the following properties: <kbd>text</kbd>, <kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>modules</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicators</kbd>. |
apihelp-parse-param-wrapoutputclass (talk) (Translate) | CSS class to use to wrap the parser output. |
apihelp-parse-paramvalue-prop-categories (talk) (Translate) | Gives the categories in the parsed wikitext. |
apihelp-parse-paramvalue-prop-categorieshtml (talk) (Translate) | Gives the HTML version of the categories. |
apihelp-parse-paramvalue-prop-displaytitle (talk) (Translate) | Adds the title of the parsed wikitext. |
apihelp-parse-paramvalue-prop-encodedjsconfigvars (talk) (Translate) | Gives the JavaScript configuration variables specific to the page as a JSON string. |
apihelp-parse-paramvalue-prop-externallinks (talk) (Translate) | Gives the external links in the parsed wikitext. |
apihelp-parse-paramvalue-prop-headhtml (talk) (Translate) | Gives parsed doctype, opening <code><html></code>, <code><head></code> element and opening <code><body></code> of the page. |
apihelp-parse-paramvalue-prop-headitems (talk) (Translate) | Gives items to put in the <code><head></code> of the page. |
apihelp-parse-paramvalue-prop-images (talk) (Translate) | Gives the images in the parsed wikitext. |
apihelp-parse-paramvalue-prop-indicators (talk) (Translate) | Gives the HTML of page status indicators used on the page. |
apihelp-parse-paramvalue-prop-iwlinks (talk) (Translate) | Gives interwiki links in the parsed wikitext. |
apihelp-parse-paramvalue-prop-jsconfigvars (talk) (Translate) | Gives the JavaScript configuration variables specific to the page. To apply, use <code>mw.config.set()</code>. |
apihelp-parse-paramvalue-prop-langlinks (talk) (Translate) | Gives the language links in the parsed wikitext. |
apihelp-parse-paramvalue-prop-limitreportdata (talk) (Translate) | Gives the limit report in a structured way. Gives no data, when <var>$1disablelimitreport</var> is set. |
apihelp-parse-paramvalue-prop-limitreporthtml (talk) (Translate) | Gives the HTML version of the limit report. Gives no data, when <var>$1disablelimitreport</var> is set. |
apihelp-parse-paramvalue-prop-links (talk) (Translate) | Gives the internal links in the parsed wikitext. |
apihelp-parse-paramvalue-prop-modules (talk) (Translate) | Gives the ResourceLoader modules used on the page. To load, use <code>mw.loader.using()</code>. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>. |
apihelp-parse-paramvalue-prop-parsetree (talk) (Translate) | The XML parse tree of revision content (requires content model <code>$1</code>) |
apihelp-parse-paramvalue-prop-parsewarnings (talk) (Translate) | Gives the warnings that occurred while parsing content (as wikitext). |
apihelp-parse-paramvalue-prop-parsewarningshtml (talk) (Translate) | Gives the warnings that occurred while parsing content (as HTML). |
apihelp-parse-paramvalue-prop-properties (talk) (Translate) | Gives various properties defined in the parsed wikitext. |
apihelp-parse-paramvalue-prop-revid (talk) (Translate) | Adds the revision ID of the parsed page. |
apihelp-parse-paramvalue-prop-sections (talk) (Translate) | Gives the sections in the parsed wikitext. |
apihelp-parse-paramvalue-prop-subtitle (talk) (Translate) | Adds the page subtitle for the parsed page. |
apihelp-parse-paramvalue-prop-templates (talk) (Translate) | Gives the templates in the parsed wikitext. |
apihelp-parse-paramvalue-prop-text (talk) (Translate) | Gives the parsed text of the wikitext. |
apihelp-parse-paramvalue-prop-wikitext (talk) (Translate) | Gives the original wikitext that was parsed. |
apihelp-parse-summary (talk) (Translate) | Parses content and returns parser output. |
apihelp-patrol-example-rcid (talk) (Translate) | Patrol a recent change. |
apihelp-patrol-example-revid (talk) (Translate) | Patrol a revision. |
apihelp-patrol-param-rcid (talk) (Translate) | Recentchanges ID to patrol. |
apihelp-patrol-param-revid (talk) (Translate) | Revision ID to patrol. |
apihelp-patrol-param-tags (talk) (Translate) | Change tags to apply to the entry in the patrol log. |
apihelp-patrol-summary (talk) (Translate) | Patrol a page or revision. |
apihelp-pfautocomplete-param-base_cargo_field (talk) (Translate) | The Cargo field for a previous field in the form to check against |
apihelp-pfautocomplete-param-base_cargo_table (talk) (Translate) | The Cargo table for a previous field in the form to check against |
apihelp-pfautocomplete-param-baseprop (talk) (Translate) | A previous Semantic MediaWiki property in the form to check against |
apihelp-pfautocomplete-param-basevalue (talk) (Translate) | The value to check for the previous property or field |
apihelp-pfautocomplete-param-cargo_field (talk) (Translate) | The field of the Cargo table whose values will be autocompleted on |
apihelp-pfautocomplete-param-cargo_table (talk) (Translate) | A database table, defined by the Cargo extension, whose values will be autocompleted on |
apihelp-pfautocomplete-param-cargo_where (talk) (Translate) | A filter to apply, if the cargo_table and cargo_field parameters are set |
apihelp-pfautocomplete-param-category (talk) (Translate) | A category whose pages will be autocompleted on |
apihelp-pfautocomplete-param-concept (talk) (Translate) | A Semantic MediaWiki "concept" whose pages will be autocompleted on |
apihelp-pfautocomplete-param-external_url (talk) (Translate) | An alias for an external URL from which to get values |
apihelp-pfautocomplete-param-limit (talk) (Translate) | A limit on the number of results returned |
apihelp-pfautocomplete-param-namespace (talk) (Translate) | A namespace whose pages will be autocompleted on |
apihelp-pfautocomplete-param-property (talk) (Translate) | A Semantic MediaWiki property whose values will be autocompleted on |
apihelp-pfautocomplete-param-semantic_query (talk) (Translate) | A Semantic MediaWiki query whose results will be autocompleted on |
apihelp-pfautocomplete-param-substr (talk) (Translate) | The substring to autocomplete on |
apihelp-pfautocomplete-param-wikidata (talk) (Translate) | Search string for getting values from Wikidata |
apihelp-pfautocomplete-summary (talk) (Translate) | Autocompletion used by the Page Forms extension. |
apihelp-pfautoedit-param-form (talk) (Translate) | The Page Forms form to use |
apihelp-pfautoedit-param-preload (talk) (Translate) | The name of a page to preload in the form |
apihelp-pfautoedit-param-query (talk) (Translate) | The query string |
apihelp-pfautoedit-param-target (talk) (Translate) | The name of the page to be created or edited |
apihelp-pfautoedit-summary (talk) (Translate) | Create or edit a page using a form defined by the Page Forms extension. |
apihelp-php-param-formatversion (talk) (Translate) | Output formatting |
apihelp-php-paramvalue-formatversion-1 (talk) (Translate) | Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.). |
apihelp-php-paramvalue-formatversion-2 (talk) (Translate) | Modern format. |
apihelp-php-paramvalue-formatversion-latest (talk) (Translate) | Use the latest format (currently <kbd>2</kbd>), may change without warning. |
apihelp-php-summary (talk) (Translate) | Output data in serialized PHP format. |
apihelp-phpfm-summary (talk) (Translate) | Output data in serialized PHP format (pretty-print in HTML). |
apihelp-protect-example-protect (talk) (Translate) | Protect a page. |
apihelp-protect-example-unprotect (talk) (Translate) | Unprotect a page by setting restrictions to <kbd>all</kbd> (i.e. everyone is allowed to take the action). |
apihelp-protect-example-unprotect2 (talk) (Translate) | Unprotect a page by setting no restrictions. |
apihelp-protect-param-cascade (talk) (Translate) | Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading. |
apihelp-protect-param-expiry (talk) (Translate) | Expiry timestamps. If only one timestamp is set, it'll be used for all protections. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd>, for a never-expiring protection. |
apihelp-protect-param-pageid (talk) (Translate) | ID of the page to (un)protect. Cannot be used together with $1title. |
apihelp-protect-param-protections (talk) (Translate) | List of protection levels, formatted <kbd>action=level</kbd> (e.g. <kbd>edit=sysop</kbd>). A level of <kbd>all</kbd> means everyone is allowed to take the action, i.e. no restriction. <strong>Note:</strong> Any actions not listed will have restrictions removed. |
apihelp-protect-param-reason (talk) (Translate) | Reason for (un)protecting. |
apihelp-protect-param-tags (talk) (Translate) | Change tags to apply to the entry in the protection log. |
apihelp-protect-param-title (talk) (Translate) | Title of the page to (un)protect. Cannot be used together with $1pageid. |
apihelp-protect-param-watch (talk) (Translate) | If set, add the page being (un)protected to the current user's watchlist. |
apihelp-protect-param-watchlist (talk) (Translate) | Unconditionally add or remove the page from the current user's watchlist, use preferences (ignored for bot users) or do not change watch. |
apihelp-protect-param-watchlistexpiry (talk) (Translate) | Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged. |
apihelp-protect-summary (talk) (Translate) | Change the protection level of a page. |
apihelp-purge-example-generator (talk) (Translate) | Purge the first 10 pages in the main namespace. |
apihelp-purge-example-simple (talk) (Translate) | Purge <kbd>[[{{MediaWiki:Mainpage}}]]</kbd> and the <kbd>API</kbd> page. |
apihelp-purge-param-forcelinkupdate (talk) (Translate) | Update the links tables and do other secondary data updates. |
apihelp-purge-param-forcerecursivelinkupdate (talk) (Translate) | Same as <kbd>forcelinkupdate</kbd>, and update the links tables for any page that uses this page as a template. |
apihelp-purge-summary (talk) (Translate) | Purge the cache for the given titles. |
apihelp-query+allcategories-example-generator (talk) (Translate) | Retrieve info about the category page itself for categories beginning <kbd>List</kbd>. |
apihelp-query+allcategories-example-size (talk) (Translate) | List categories with information on the number of pages in each. |
apihelp-query+allcategories-param-dir (talk) (Translate) | Direction to sort in. |
apihelp-query+allcategories-param-from (talk) (Translate) | The category to start enumerating from. |
apihelp-query+allcategories-param-limit (talk) (Translate) | How many categories to return. |
apihelp-query+allcategories-param-max (talk) (Translate) | Only return categories with at most this many members. |
apihelp-query+allcategories-param-min (talk) (Translate) | Only return categories with at least this many members. |
apihelp-query+allcategories-param-prefix (talk) (Translate) | Search for all category titles that begin with this value. |
apihelp-query+allcategories-param-prop (talk) (Translate) | Which properties to get: |
apihelp-query+allcategories-param-to (talk) (Translate) | The category to stop enumerating at. |
apihelp-query+allcategories-paramvalue-prop-hidden (talk) (Translate) | Tags categories that are hidden with <code>__HIDDENCAT__</code>. |
apihelp-query+allcategories-paramvalue-prop-size (talk) (Translate) | Adds number of pages in the category. |
apihelp-query+allcategories-summary (talk) (Translate) | Enumerate all categories. |
apihelp-query+alldeletedrevisions-example-ns-main (talk) (Translate) | List the first 50 deleted revisions in the main namespace. |
apihelp-query+alldeletedrevisions-example-user (talk) (Translate) | List the last 50 deleted contributions by user <kbd>Example</kbd>. |
apihelp-query+alldeletedrevisions-param-end (talk) (Translate) | The timestamp to stop enumerating at. |
apihelp-query+alldeletedrevisions-param-excludeuser (talk) (Translate) | Don't list revisions by this user. |
apihelp-query+alldeletedrevisions-param-from (talk) (Translate) | Start listing at this title. |
apihelp-query+alldeletedrevisions-param-generatetitles (talk) (Translate) | When being used as a generator, generate titles rather than revision IDs. |
apihelp-query+alldeletedrevisions-param-miser-user-namespace (talk) (Translate) | <strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using <var>$1user</var> and <var>$1namespace</var> together may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned. |
apihelp-query+alldeletedrevisions-param-namespace (talk) (Translate) | Only list pages in this namespace. |
apihelp-query+alldeletedrevisions-param-prefix (talk) (Translate) | Search for all page titles that begin with this value. |
apihelp-query+alldeletedrevisions-param-start (talk) (Translate) | The timestamp to start enumerating from. |
apihelp-query+alldeletedrevisions-param-tag (talk) (Translate) | Only list revisions tagged with this tag. |
apihelp-query+alldeletedrevisions-param-to (talk) (Translate) | Stop listing at this title. |
apihelp-query+alldeletedrevisions-param-user (talk) (Translate) | Only list revisions by this user. |
apihelp-query+alldeletedrevisions-paraminfo-nonuseronly (talk) (Translate) | Cannot be used with <var>$3user</var>. |
apihelp-query+alldeletedrevisions-paraminfo-useronly (talk) (Translate) | May only be used with <var>$3user</var>. |
apihelp-query+alldeletedrevisions-summary (talk) (Translate) | List all deleted revisions by a user or in a namespace. |
apihelp-query+allfileusages-example-b (talk) (Translate) | List file titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>. |
apihelp-query+allfileusages-example-generator (talk) (Translate) | Gets pages containing the files. |
apihelp-query+allfileusages-example-unique (talk) (Translate) | List unique file titles. |
apihelp-query+allfileusages-example-unique-generator (talk) (Translate) | Gets all file titles, marking the missing ones. |
apihelp-query+allfileusages-param-dir (talk) (Translate) | The direction in which to list. |
apihelp-query+allfileusages-param-from (talk) (Translate) | The title of the file to start enumerating from. |
apihelp-query+allfileusages-param-limit (talk) (Translate) | How many total items to return. |
apihelp-query+allfileusages-param-prefix (talk) (Translate) | Search for all file titles that begin with this value. |
apihelp-query+allfileusages-param-prop (talk) (Translate) | Which pieces of information to include: |
apihelp-query+allfileusages-param-to (talk) (Translate) | The title of the file to stop enumerating at. |
apihelp-query+allfileusages-param-unique (talk) (Translate) | Only show distinct file titles. Cannot be used with $1prop=ids. When used as a generator, yields target pages instead of source pages. |
apihelp-query+allfileusages-paramvalue-prop-ids (talk) (Translate) | Adds the page IDs of the using pages (cannot be used with $1unique). |
apihelp-query+allfileusages-paramvalue-prop-title (talk) (Translate) | Adds the title of the file. |
apihelp-query+allfileusages-summary (talk) (Translate) | List all file usages, including non-existing. |
apihelp-query+allimages-example-b (talk) (Translate) | Show a list of files starting at the letter <kbd>B</kbd>. |
apihelp-query+allimages-example-generator (talk) (Translate) | Show info about 4 files starting at the letter <kbd>T</kbd>. |
apihelp-query+allimages-example-mimetypes (talk) (Translate) | Show a list of files with MIME type <kbd>image/png</kbd> or <kbd>image/gif</kbd> |
apihelp-query+allimages-example-recent (talk) (Translate) | Show a list of recently uploaded files, similar to [[Special:NewFiles]]. |
apihelp-query+allimages-param-dir (talk) (Translate) | The direction in which to list. |
apihelp-query+allimages-param-end (talk) (Translate) | The timestamp to end enumerating. Can only be used with $1sort=timestamp. |
apihelp-query+allimages-param-filterbots (talk) (Translate) | How to filter files uploaded by bots. Can only be used with $1sort=timestamp. Cannot be used together with $1user. |
apihelp-query+allimages-param-from (talk) (Translate) | The image title to start enumerating from. Can only be used with $1sort=name. |
apihelp-query+allimages-param-limit (talk) (Translate) | How many images in total to return. |
apihelp-query+allimages-param-maxsize (talk) (Translate) | Limit to images with at most this many bytes. |
apihelp-query+allimages-param-mime (talk) (Translate) | What MIME types to search for, e.g. <kbd>image/jpeg</kbd>. |
apihelp-query+allimages-param-minsize (talk) (Translate) | Limit to images with at least this many bytes. |
apihelp-query+allimages-param-prefix (talk) (Translate) | Search for all image titles that begin with this value. Can only be used with $1sort=name. |
apihelp-query+allimages-param-sha1 (talk) (Translate) | SHA1 hash of image. Overrides $1sha1base36. |
apihelp-query+allimages-param-sha1base36 (talk) (Translate) | SHA1 hash of image in base 36 (used in MediaWiki). |
apihelp-query+allimages-param-sort (talk) (Translate) | Property to sort by. |
apihelp-query+allimages-param-start (talk) (Translate) | The timestamp to start enumerating from. Can only be used with $1sort=timestamp. |
apihelp-query+allimages-param-to (talk) (Translate) | The image title to stop enumerating at. Can only be used with $1sort=name. |
apihelp-query+allimages-param-user (talk) (Translate) | Only return files where the last version was uploaded by this user. Can only be used with $1sort=timestamp. Cannot be used together with $1filterbots. |
apihelp-query+allimages-summary (talk) (Translate) | Enumerate all images sequentially. |
apihelp-query+alllinks-example-b (talk) (Translate) | List linked titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>. |
apihelp-query+alllinks-example-generator (talk) (Translate) | Gets pages containing the links. |
apihelp-query+alllinks-example-unique (talk) (Translate) | List unique linked titles. |
apihelp-query+alllinks-example-unique-generator (talk) (Translate) | Gets all linked titles, marking the missing ones. |
apihelp-query+alllinks-param-dir (talk) (Translate) | The direction in which to list. |
apihelp-query+alllinks-param-from (talk) (Translate) | The title of the link to start enumerating from. |
apihelp-query+alllinks-param-limit (talk) (Translate) | How many total items to return. |
apihelp-query+alllinks-param-namespace (talk) (Translate) | The namespace to enumerate. |
apihelp-query+alllinks-param-prefix (talk) (Translate) | Search for all linked titles that begin with this value. |
apihelp-query+alllinks-param-prop (talk) (Translate) | Which pieces of information to include: |
apihelp-query+alllinks-param-to (talk) (Translate) | The title of the link to stop enumerating at. |
apihelp-query+alllinks-param-unique (talk) (Translate) | Only show distinct linked titles. Cannot be used with <kbd>$1prop=ids</kbd>. When used as a generator, yields target pages instead of source pages. |
apihelp-query+alllinks-paramvalue-prop-ids (talk) (Translate) | Adds the page ID of the linking page (cannot be used with <var>$1unique</var>). |
apihelp-query+alllinks-paramvalue-prop-title (talk) (Translate) | Adds the title of the link. |
apihelp-query+alllinks-summary (talk) (Translate) | Enumerate all links that point to a given namespace. |
apihelp-query+allmessages-example-de (talk) (Translate) | Show messages <kbd>august</kbd> and <kbd>mainpage</kbd> in German. |
apihelp-query+allmessages-example-ipb (talk) (Translate) | Show messages starting with <kbd>ipb-</kbd>. |
apihelp-query+allmessages-param-args (talk) (Translate) | Arguments to be substituted into message. |
apihelp-query+allmessages-param-customised (talk) (Translate) | Return only messages in this customisation state. |
apihelp-query+allmessages-param-enableparser (talk) (Translate) | Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.). |
apihelp-query+allmessages-param-filter (talk) (Translate) | Return only messages with names that contain this string. |
apihelp-query+allmessages-param-from (talk) (Translate) | Return messages starting at this message. |
apihelp-query+allmessages-param-includelocal (talk) (Translate) | Also include local messages, i.e. messages that don't exist in the software but do exist as in the {{ns:MediaWiki}} namespace. This lists all {{ns:MediaWiki}}-namespace pages, so it will also list those that aren't really messages such as [[MediaWiki:Common.js|Common.js]]. |
apihelp-query+allmessages-param-lang (talk) (Translate) | Return messages in this language. |
apihelp-query+allmessages-param-messages (talk) (Translate) | Which messages to output. <kbd>*</kbd> (default) means all messages. |
apihelp-query+allmessages-param-nocontent (talk) (Translate) | If set, do not include the content of the messages in the output. |
apihelp-query+allmessages-param-prefix (talk) (Translate) | Return messages with this prefix. |
apihelp-query+allmessages-param-prop (talk) (Translate) | Which properties to get. |
apihelp-query+allmessages-param-title (talk) (Translate) | Page name to use as context when parsing message (for $1enableparser option). |
apihelp-query+allmessages-param-to (talk) (Translate) | Return messages ending at this message. |
apihelp-query+allmessages-summary (talk) (Translate) | Return messages from this site. |
apihelp-query+allpages-example-b (talk) (Translate) | Show a list of pages starting at the letter <kbd>B</kbd>. |
apihelp-query+allpages-example-generator (talk) (Translate) | Show info about 4 pages starting at the letter <kbd>T</kbd>. |
apihelp-query+allpages-example-generator-revisions (talk) (Translate) | Show content of first 2 non-redirect pages beginning at <kbd>Re</kbd>. |
apihelp-query+allpages-param-dir (talk) (Translate) | The direction in which to list. |
apihelp-query+allpages-param-filterlanglinks (talk) (Translate) | Filter based on whether a page has langlinks. Note that this may not consider langlinks added by extensions. |
apihelp-query+allpages-param-filterredir (talk) (Translate) | Which pages to list. |
apihelp-query+allpages-param-from (talk) (Translate) | The page title to start enumerating from. |
apihelp-query+allpages-param-limit (talk) (Translate) | How many total pages to return. |
apihelp-query+allpages-param-maxsize (talk) (Translate) | Limit to pages with at most this many bytes. |
apihelp-query+allpages-param-minsize (talk) (Translate) | Limit to pages with at least this many bytes. |
apihelp-query+allpages-param-namespace (talk) (Translate) | The namespace to enumerate. |
apihelp-query+allpages-param-prefix (talk) (Translate) | Search for all page titles that begin with this value. |
apihelp-query+allpages-param-prexpiry (talk) (Translate) | Which protection expiry to filter the page on: |
apihelp-query+allpages-param-prfiltercascade (talk) (Translate) | Filter protections based on cascadingness (ignored when $1prtype isn't set). |
apihelp-query+allpages-param-prlevel (talk) (Translate) | Filter protections based on protection level (must be used with $1prtype= parameter). |
apihelp-query+allpages-param-prtype (talk) (Translate) | Limit to protected pages only. |
apihelp-query+allpages-param-to (talk) (Translate) | The page title to stop enumerating at. |
apihelp-query+allpages-paramvalue-prexpiry-all (talk) (Translate) | Get pages with any protections expiry. |
apihelp-query+allpages-paramvalue-prexpiry-definite (talk) (Translate) | Get only pages with a definite (specific) protection expiry. |
apihelp-query+allpages-paramvalue-prexpiry-indefinite (talk) (Translate) | Get only pages with indefinite protection expiry. |
apihelp-query+allpages-summary (talk) (Translate) | Enumerate all pages sequentially in a given namespace. |
apihelp-query+allredirects-example-b (talk) (Translate) | List target pages, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>. |
apihelp-query+allredirects-example-generator (talk) (Translate) | Gets pages containing the redirects. |
apihelp-query+allredirects-example-unique (talk) (Translate) | List unique target pages. |
apihelp-query+allredirects-example-unique-generator (talk) (Translate) | Gets all target pages, marking the missing ones. |
apihelp-query+allredirects-param-dir (talk) (Translate) | The direction in which to list. |
apihelp-query+allredirects-param-from (talk) (Translate) | The title of the redirect to start enumerating from. |
apihelp-query+allredirects-param-limit (talk) (Translate) | How many total items to return. |
apihelp-query+allredirects-param-namespace (talk) (Translate) | The namespace to enumerate. |
apihelp-query+allredirects-param-prefix (talk) (Translate) | Search for all target pages that begin with this value. |
apihelp-query+allredirects-param-prop (talk) (Translate) | Which pieces of information to include: |
apihelp-query+allredirects-param-to (talk) (Translate) | The title of the redirect to stop enumerating at. |
apihelp-query+allredirects-param-unique (talk) (Translate) | Only show distinct target pages. Cannot be used with $1prop=ids|fragment|interwiki. When used as a generator, yields target pages instead of source pages. |
apihelp-query+allredirects-paramvalue-prop-fragment (talk) (Translate) | Adds the fragment from the redirect, if any (cannot be used with <var>$1unique</var>). |
apihelp-query+allredirects-paramvalue-prop-ids (talk) (Translate) | Adds the page ID of the redirecting page (cannot be used with <var>$1unique</var>). |
apihelp-query+allredirects-paramvalue-prop-interwiki (talk) (Translate) | Adds the interwiki prefix from the redirect, if any (cannot be used with <var>$1unique</var>). |
apihelp-query+allredirects-paramvalue-prop-title (talk) (Translate) | Adds the title of the redirect. |
apihelp-query+allredirects-summary (talk) (Translate) | List all redirects to a namespace. |
apihelp-query+allrevisions-example-ns-any (talk) (Translate) | List the first 50 revisions in any namespace. |
apihelp-query+allrevisions-example-user (talk) (Translate) | List the last 50 contributions by user <kbd>Example</kbd>. |
apihelp-query+allrevisions-param-end (talk) (Translate) | The timestamp to stop enumerating at. |
apihelp-query+allrevisions-param-excludeuser (talk) (Translate) | Don't list revisions by this user. |
apihelp-query+allrevisions-param-generatetitles (talk) (Translate) | When being used as a generator, generate titles rather than revision IDs. |
apihelp-query+allrevisions-param-namespace (talk) (Translate) | Only list pages in this namespace. |
apihelp-query+allrevisions-param-start (talk) (Translate) | The timestamp to start enumerating from. |
apihelp-query+allrevisions-param-user (talk) (Translate) | Only list revisions by this user. |
apihelp-query+allrevisions-summary (talk) (Translate) | List all revisions. |
apihelp-query+alltransclusions-example-b (talk) (Translate) | List transcluded titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>. |
apihelp-query+alltransclusions-example-generator (talk) (Translate) | Gets pages containing the transclusions. |
apihelp-query+alltransclusions-example-unique (talk) (Translate) | List unique transcluded titles. |
apihelp-query+alltransclusions-example-unique-generator (talk) (Translate) | Gets all transcluded titles, marking the missing ones. |
apihelp-query+alltransclusions-param-dir (talk) (Translate) | The direction in which to list. |
apihelp-query+alltransclusions-param-from (talk) (Translate) | The title of the transclusion to start enumerating from. |
apihelp-query+alltransclusions-param-limit (talk) (Translate) | How many total items to return. |
apihelp-query+alltransclusions-param-namespace (talk) (Translate) | The namespace to enumerate. |
apihelp-query+alltransclusions-param-prefix (talk) (Translate) | Search for all transcluded titles that begin with this value. |
apihelp-query+alltransclusions-param-prop (talk) (Translate) | Which pieces of information to include: |
apihelp-query+alltransclusions-param-to (talk) (Translate) | The title of the transclusion to stop enumerating at. |
apihelp-query+alltransclusions-param-unique (talk) (Translate) | Only show distinct transcluded titles. Cannot be used with $1prop=ids. When used as a generator, yields target pages instead of source pages. |
apihelp-query+alltransclusions-paramvalue-prop-ids (talk) (Translate) | Adds the page ID of the transcluding page (cannot be used with $1unique). |
apihelp-query+alltransclusions-paramvalue-prop-title (talk) (Translate) | Adds the title of the transclusion. |
apihelp-query+alltransclusions-summary (talk) (Translate) | List all transclusions (pages embedded using {{x}}), including non-existing. |
apihelp-query+allusers-example-y (talk) (Translate) | List users starting at <kbd>Y</kbd>. |
apihelp-query+allusers-param-activeusers (talk) (Translate) | Only list users active in the last $1 {{PLURAL:$1|day|days}}. |
apihelp-query+allusers-param-attachedwiki (talk) (Translate) | With <kbd>$1prop=centralids</kbd>, also indicate whether the user is attached with the wiki identified by this ID. |
apihelp-query+allusers-param-dir (talk) (Translate) | Direction to sort in. |
apihelp-query+allusers-param-excludegroup (talk) (Translate) | Exclude users in the given groups. |
apihelp-query+allusers-param-excludenamed (talk) (Translate) | Exclude users of named accounts. |
apihelp-query+allusers-param-excludetemp (talk) (Translate) | Exclude users of temporary accounts. |
apihelp-query+allusers-param-from (talk) (Translate) | The username to start enumerating from. |
apihelp-query+allusers-param-group (talk) (Translate) | Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed. |
apihelp-query+allusers-param-limit (talk) (Translate) | How many total usernames to return. |
apihelp-query+allusers-param-prefix (talk) (Translate) | Search for all users that begin with this value. |
apihelp-query+allusers-param-prop (talk) (Translate) | Which pieces of information to include: |
apihelp-query+allusers-param-rights (talk) (Translate) | Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed. |
apihelp-query+allusers-param-to (talk) (Translate) | The username to stop enumerating at. |
apihelp-query+allusers-param-witheditsonly (talk) (Translate) | Only list users who have made edits. |
apihelp-query+allusers-paramvalue-prop-blockinfo (talk) (Translate) | Adds the information about a current block on the user. |
apihelp-query+allusers-paramvalue-prop-centralids (talk) (Translate) | Adds the central IDs and attachment status for the user. |
apihelp-query+allusers-paramvalue-prop-editcount (talk) (Translate) | Adds the edit count of the user. |
apihelp-query+allusers-paramvalue-prop-groups (talk) (Translate) | Lists groups that the user is in. This uses more server resources and may return fewer results than the limit. |
apihelp-query+allusers-paramvalue-prop-implicitgroups (talk) (Translate) | Lists all the groups the user is automatically in. |
apihelp-query+allusers-paramvalue-prop-registration (talk) (Translate) | Adds the timestamp of when the user registered if available (may be blank). |
apihelp-query+allusers-paramvalue-prop-rights (talk) (Translate) | Lists rights that the user has. |
apihelp-query+allusers-summary (talk) (Translate) | Enumerate all registered users. |
apihelp-query+authmanagerinfo-example-login (talk) (Translate) | Fetch the requests that may be used when beginning a login. |
apihelp-query+authmanagerinfo-example-login-merged (talk) (Translate) | Fetch the requests that may be used when beginning a login, with form fields merged. |
apihelp-query+authmanagerinfo-example-securitysensitiveoperation (talk) (Translate) | Test whether authentication is sufficient for action <kbd>foo</kbd>. |
apihelp-query+authmanagerinfo-param-requestsfor (talk) (Translate) | Fetch information about the authentication requests needed for the specified authentication action. |
apihelp-query+authmanagerinfo-param-securitysensitiveoperation (talk) (Translate) | Test whether the user's current authentication status is sufficient for the specified security-sensitive operation. |
apihelp-query+authmanagerinfo-summary (talk) (Translate) | Retrieve information about the current authentication status. |
apihelp-query+backlinks-example-generator (talk) (Translate) | Get information about pages linking to [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+backlinks-example-simple (talk) (Translate) | Show links to [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+backlinks-param-dir (talk) (Translate) | The direction in which to list. |
apihelp-query+backlinks-param-filterredir (talk) (Translate) | How to filter for redirects. If set to <kbd>nonredirects</kbd> when <var>$1redirect</var> is enabled, this is only applied to the second level. |
apihelp-query+backlinks-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+backlinks-param-namespace (talk) (Translate) | The namespace to enumerate. |
apihelp-query+backlinks-param-pageid (talk) (Translate) | Page ID to search. Cannot be used together with <var>$1title</var>. |
apihelp-query+backlinks-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+backlinks-param-title (talk) (Translate) | Title to search. Cannot be used together with <var>$1pageid</var>. |
apihelp-query+backlinks-summary (talk) (Translate) | Find all pages that link to the given page. |
apihelp-query+blocks-example-simple (talk) (Translate) | List blocks. |
apihelp-query+blocks-example-users (talk) (Translate) | List blocks of users <kbd>Alice</kbd> and <kbd>Bob</kbd>. |
apihelp-query+blocks-param-end (talk) (Translate) | The timestamp to stop enumerating at. |
apihelp-query+blocks-param-ids (talk) (Translate) | List of block IDs to list (optional). |
apihelp-query+blocks-param-ip (talk) (Translate) | Get all blocks applying to this IP address or CIDR range, including range blocks. Cannot be used together with <var>$3users</var>. CIDR ranges broader than IPv4/$1 or IPv6/$2 are not accepted. |
apihelp-query+blocks-param-limit (talk) (Translate) | The maximum number of blocks to list. |
apihelp-query+blocks-param-prop (talk) (Translate) | Which properties to get: |
apihelp-query+blocks-param-show (talk) (Translate) | Show only items that meet these criteria. For example, to see only indefinite blocks on IP addresses, set <kbd>$1show=ip|!temp</kbd>. |
apihelp-query+blocks-param-start (talk) (Translate) | The timestamp to start enumerating from. |
apihelp-query+blocks-param-users (talk) (Translate) | List of users to search for (optional). |
apihelp-query+blocks-paramvalue-prop-by (talk) (Translate) | Adds the username of the blocking user. |
apihelp-query+blocks-paramvalue-prop-byid (talk) (Translate) | Adds the user ID of the blocking user. |
apihelp-query+blocks-paramvalue-prop-expiry (talk) (Translate) | Adds the timestamp of when the block expires. |
apihelp-query+blocks-paramvalue-prop-flags (talk) (Translate) | Tags the ban with (autoblock, anononly, etc.). |
apihelp-query+blocks-paramvalue-prop-id (talk) (Translate) | Adds the ID of the block. |
apihelp-query+blocks-paramvalue-prop-range (talk) (Translate) | Adds the range of IP addresses affected by the block. |
apihelp-query+blocks-paramvalue-prop-reason (talk) (Translate) | Adds the reason given for the block. |
apihelp-query+blocks-paramvalue-prop-restrictions (talk) (Translate) | Adds the partial block restrictions if the block is not sitewide. |
apihelp-query+blocks-paramvalue-prop-timestamp (talk) (Translate) | Adds the timestamp of when the block was given. |
apihelp-query+blocks-paramvalue-prop-user (talk) (Translate) | Adds the username of the blocked user. |
apihelp-query+blocks-paramvalue-prop-userid (talk) (Translate) | Adds the user ID of the blocked user. |
apihelp-query+blocks-summary (talk) (Translate) | List all blocked users and IP addresses. |
apihelp-query+categories-example-generator (talk) (Translate) | Get information about all categories used in the page <kbd>Albert Einstein</kbd>. |
apihelp-query+categories-example-simple (talk) (Translate) | Get a list of categories the page <kbd>Albert Einstein</kbd> belongs to. |
apihelp-query+categories-param-categories (talk) (Translate) | Only list these categories. Useful for checking whether a certain page is in a certain category. |
apihelp-query+categories-param-dir (talk) (Translate) | The direction in which to list. |
apihelp-query+categories-param-limit (talk) (Translate) | How many categories to return. |
apihelp-query+categories-param-prop (talk) (Translate) | Which additional properties to get for each category: |
apihelp-query+categories-param-show (talk) (Translate) | Which kind of categories to show. |
apihelp-query+categories-paramvalue-prop-hidden (talk) (Translate) | Tags categories that are hidden with <code>__HIDDENCAT__</code>. |
apihelp-query+categories-paramvalue-prop-sortkey (talk) (Translate) | Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category. |
apihelp-query+categories-paramvalue-prop-timestamp (talk) (Translate) | Adds timestamp of when the category was added. |
apihelp-query+categories-summary (talk) (Translate) | List all categories the pages belong to. |
apihelp-query+categoryinfo-example-simple (talk) (Translate) | Get information about <kbd>Category:Foo</kbd> and <kbd>Category:Bar</kbd>. |
apihelp-query+categoryinfo-summary (talk) (Translate) | Returns information about the given categories. |
apihelp-query+categorymembers-example-generator (talk) (Translate) | Get page info about first 10 pages in <kbd>Category:Physics</kbd>. |
apihelp-query+categorymembers-example-simple (talk) (Translate) | Get first 10 pages in <kbd>Category:Physics</kbd>. |
apihelp-query+categorymembers-param-dir (talk) (Translate) | In which direction to sort. |
apihelp-query+categorymembers-param-end (talk) (Translate) | Timestamp to end listing at. Can only be used with <kbd>$1sort=timestamp</kbd>. |
apihelp-query+categorymembers-param-endhexsortkey (talk) (Translate) | Sortkey to end listing at, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>. |
apihelp-query+categorymembers-param-endsortkey (talk) (Translate) | Use $1endhexsortkey instead. |
apihelp-query+categorymembers-param-endsortkeyprefix (talk) (Translate) | Sortkey prefix to end listing <strong>before</strong> (not <strong>at</strong>; if this value occurs it will not be included!). Can only be used with $1sort=sortkey. Overrides $1endhexsortkey. |
apihelp-query+categorymembers-param-limit (talk) (Translate) | The maximum number of pages to return. |
apihelp-query+categorymembers-param-namespace (talk) (Translate) | Only include pages in these namespaces. Note that <kbd>$1type=subcat</kbd> or <kbd>$1type=file</kbd> may be used instead of <kbd>$1namespace=14</kbd> or <kbd>6</kbd>. |
apihelp-query+categorymembers-param-pageid (talk) (Translate) | Page ID of the category to enumerate. Cannot be used together with <var>$1title</var>. |
apihelp-query+categorymembers-param-prop (talk) (Translate) | Which pieces of information to include: |
apihelp-query+categorymembers-param-sort (talk) (Translate) | Property to sort by. |
apihelp-query+categorymembers-param-start (talk) (Translate) | Timestamp to start listing from. Can only be used with <kbd>$1sort=timestamp</kbd>. |
apihelp-query+categorymembers-param-starthexsortkey (talk) (Translate) | Sortkey to start listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>. |
apihelp-query+categorymembers-param-startsortkey (talk) (Translate) | Use $1starthexsortkey instead. |
apihelp-query+categorymembers-param-startsortkeyprefix (talk) (Translate) | Sortkey prefix to start listing from. Can only be used with <kbd>$1sort=sortkey</kbd>. Overrides <var>$1starthexsortkey</var>. |
apihelp-query+categorymembers-param-title (talk) (Translate) | Which category to enumerate (required). Must include the <kbd>{{ns:category}}:</kbd> prefix. Cannot be used together with <var>$1pageid</var>. |
apihelp-query+categorymembers-param-type (talk) (Translate) | Which type of category members to include. Ignored when <kbd>$1sort=timestamp</kbd> is set. |
apihelp-query+categorymembers-paramvalue-prop-ids (talk) (Translate) | Adds the page ID. |
apihelp-query+categorymembers-paramvalue-prop-sortkey (talk) (Translate) | Adds the sortkey used for sorting in the category (hexadecimal string). |
apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix (talk) (Translate) | Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey). |
apihelp-query+categorymembers-paramvalue-prop-timestamp (talk) (Translate) | Adds the timestamp of when the page was included. |
apihelp-query+categorymembers-paramvalue-prop-title (talk) (Translate) | Adds the title and namespace ID of the page. |
apihelp-query+categorymembers-paramvalue-prop-type (talk) (Translate) | Adds the type that the page has been categorised as (<samp>page</samp>, <samp>subcat</samp> or <samp>file</samp>). |
apihelp-query+categorymembers-summary (talk) (Translate) | List all pages in a given category. |
apihelp-query+contributors-example-simple (talk) (Translate) | Show contributors to the page [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+contributors-param-excludegroup (talk) (Translate) | Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed. |
apihelp-query+contributors-param-excluderights (talk) (Translate) | Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed. |
apihelp-query+contributors-param-group (talk) (Translate) | Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed. |
apihelp-query+contributors-param-limit (talk) (Translate) | How many contributors to return. |
apihelp-query+contributors-param-rights (talk) (Translate) | Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed. |
apihelp-query+contributors-summary (talk) (Translate) | Get the list of logged-in contributors and the count of logged-out contributors to a page. |
apihelp-query+contributors-summary-tempusers-enabled (talk) (Translate) | Get the list of logged-in contributors (including temporary users) and the count of logged-out contributors to a page. |
apihelp-query+deletedrevisions-example-revids (talk) (Translate) | List the information for deleted revision <kbd>123456</kbd>. |
apihelp-query+deletedrevisions-example-titles (talk) (Translate) | List the deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and its talk page with content. |
apihelp-query+deletedrevisions-extended-description (talk) (Translate) | May be used in several ways: # Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp. # Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID. |
apihelp-query+deletedrevisions-param-end (talk) (Translate) | The timestamp to stop enumerating at. Ignored when processing a list of revision IDs. |
apihelp-query+deletedrevisions-param-excludeuser (talk) (Translate) | Don't list revisions by this user. |
apihelp-query+deletedrevisions-param-start (talk) (Translate) | The timestamp to start enumerating from. Ignored when processing a list of revision IDs. |
apihelp-query+deletedrevisions-param-tag (talk) (Translate) | Only list revisions tagged with this tag. |
apihelp-query+deletedrevisions-param-user (talk) (Translate) | Only list revisions by this user. |
apihelp-query+deletedrevisions-summary (talk) (Translate) | Get deleted revision information. |
apihelp-query+deletedrevs-example-mode1 (talk) (Translate) | List the last deleted revisions of the pages [[{{MediaWiki:Mainpage}}]] and <kbd>Talk:Main Page</kbd>, with content (mode 1). |
apihelp-query+deletedrevs-example-mode2 (talk) (Translate) | List the last 50 deleted contributions by <kbd>Bob</kbd> (mode 2). |
apihelp-query+deletedrevs-example-mode3-main (talk) (Translate) | List the first 50 deleted revisions in the main namespace (mode 3). |
apihelp-query+deletedrevs-example-mode3-talk (talk) (Translate) | List the first 50 deleted pages in the {{ns:talk}} namespace (mode 3). |
apihelp-query+deletedrevs-extended-description (talk) (Translate) | Operates in three modes: # List deleted revisions for the given titles, sorted by timestamp. # List deleted contributions for the given user, sorted by timestamp (no titles specified). # List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, $1user not set). Certain parameters only apply to some modes and are ignored in others. |
apihelp-query+deletedrevs-param-end (talk) (Translate) | The timestamp to stop enumerating at. |
apihelp-query+deletedrevs-param-excludeuser (talk) (Translate) | Don't list revisions by this user. |
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+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+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. |
apihelp-query+filearchive-param-prop (talk) (Translate) | Which image information to get: |
apihelp-query+filearchive-param-sha1 (talk) (Translate) | SHA1 hash of image. Overrides $1sha1base36. |
apihelp-query+filearchive-param-sha1base36 (talk) (Translate) | SHA1 hash of image in base 36 (used in MediaWiki). |
apihelp-query+filearchive-param-to (talk) (Translate) | The image title to stop enumerating at. |
apihelp-query+filearchive-paramvalue-prop-archivename (talk) (Translate) | Adds the filename of the archive version for non-latest versions. |
apihelp-query+filearchive-paramvalue-prop-bitdepth (talk) (Translate) | Adds the bit depth of the version. |
apihelp-query+filearchive-paramvalue-prop-description (talk) (Translate) | Adds description of the image version. |
apihelp-query+filearchive-paramvalue-prop-dimensions (talk) (Translate) | Alias for size. |
apihelp-query+filearchive-paramvalue-prop-mediatype (talk) (Translate) | Adds the media type of the image. |
apihelp-query+filearchive-paramvalue-prop-metadata (talk) (Translate) | Lists Exif metadata for the version of the image. |
apihelp-query+filearchive-paramvalue-prop-mime (talk) (Translate) | Adds MIME of the image. |
apihelp-query+filearchive-paramvalue-prop-parseddescription (talk) (Translate) | Parse the description of the version. |
apihelp-query+filearchive-paramvalue-prop-sha1 (talk) (Translate) | Adds SHA-1 hash for the image. |
apihelp-query+filearchive-paramvalue-prop-size (talk) (Translate) | Adds the size of the image in bytes and the height, width and page count (if applicable). |
apihelp-query+filearchive-paramvalue-prop-timestamp (talk) (Translate) | Adds timestamp for the uploaded version. |
apihelp-query+filearchive-paramvalue-prop-user (talk) (Translate) | Adds user who uploaded the image version. |
apihelp-query+filearchive-summary (talk) (Translate) | Enumerate all deleted files sequentially. |
apihelp-query+filerepoinfo-example-simple (talk) (Translate) | Get information about file repositories. |
apihelp-query+filerepoinfo-param-prop (talk) (Translate) | Which repository properties to get (properties available may vary on other wikis). |
apihelp-query+filerepoinfo-paramvalue-prop-apiurl (talk) (Translate) | URL to the repository API - helpful for getting image info from the host. |
apihelp-query+filerepoinfo-paramvalue-prop-articlepath (talk) (Translate) | Repository wiki's <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent. |
apihelp-query+filerepoinfo-paramvalue-prop-canUpload (talk) (Translate) | Whether files can be uploaded to this repository, e.g. via CORS and shared authentication. |
apihelp-query+filerepoinfo-paramvalue-prop-displayname (talk) (Translate) | The human-readable name of the repository wiki. |
apihelp-query+filerepoinfo-paramvalue-prop-favicon (talk) (Translate) | Repository wiki's favicon URL, from <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>. |
apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription (talk) (Translate) | Whether file description pages are fetched from this repository when viewing local file description pages. |
apihelp-query+filerepoinfo-paramvalue-prop-initialCapital (talk) (Translate) | Whether file names implicitly start with a capital letter. |
apihelp-query+filerepoinfo-paramvalue-prop-local (talk) (Translate) | Whether that repository is the local one or not. |
apihelp-query+filerepoinfo-paramvalue-prop-name (talk) (Translate) | The key of the repository - used in e.g. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values. |
apihelp-query+filerepoinfo-paramvalue-prop-rootUrl (talk) (Translate) | Root URL path for image paths. |
apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl (talk) (Translate) | Root URL path for the repository wiki's MediaWiki installation. |
apihelp-query+filerepoinfo-paramvalue-prop-server (talk) (Translate) | Repository wiki's <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> or equivalent. |
apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl (talk) (Translate) | Root URL path for thumbnail paths. |
apihelp-query+filerepoinfo-paramvalue-prop-url (talk) (Translate) | Public zone URL path. |
apihelp-query+filerepoinfo-summary (talk) (Translate) | Return meta information about image repositories configured on the wiki. |
apihelp-query+fileusage-example-generator (talk) (Translate) | Get information about pages using [[:File:Example.jpg]]. |
apihelp-query+fileusage-example-simple (talk) (Translate) | Get a list of pages using [[:File:Example.jpg]]. |
apihelp-query+fileusage-param-limit (talk) (Translate) | How many to return. |
apihelp-query+fileusage-param-namespace (talk) (Translate) | Only include pages in these namespaces. |
apihelp-query+fileusage-param-prop (talk) (Translate) | Which properties to get: |
apihelp-query+fileusage-param-show (talk) (Translate) | Show only items that meet these criteria: |
apihelp-query+fileusage-paramvalue-prop-pageid (talk) (Translate) | Page ID of each page. |
apihelp-query+fileusage-paramvalue-prop-redirect (talk) (Translate) | Flag if the page is a redirect. |
apihelp-query+fileusage-paramvalue-prop-title (talk) (Translate) | Title of each page. |
apihelp-query+fileusage-paramvalue-show-!redirect (talk) (Translate) | Only show non-redirects. |
apihelp-query+fileusage-paramvalue-show-redirect (talk) (Translate) | Only show redirects. |
apihelp-query+fileusage-summary (talk) (Translate) | Find all pages that use the given files. |
apihelp-query+imageinfo-example-dated (talk) (Translate) | Fetch information about versions of [[:File:Test.jpg]] from 2008 and later. |
apihelp-query+imageinfo-example-simple (talk) (Translate) | Fetch information about the current version of [[:File:Albert Einstein Head.jpg]]. |
apihelp-query+imageinfo-param-badfilecontexttitle (talk) (Translate) | If <kbd>$2prop=badfile</kbd> is set, this is the page title used when evaluating the [[MediaWiki:Bad image list]] |
apihelp-query+imageinfo-param-end (talk) (Translate) | Timestamp to stop listing at. |
apihelp-query+imageinfo-param-extmetadatafilter (talk) (Translate) | If specified and non-empty, only these keys will be returned for $1prop=extmetadata. |
apihelp-query+imageinfo-param-extmetadatalanguage (talk) (Translate) | What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted. |
apihelp-query+imageinfo-param-extmetadatamultilang (talk) (Translate) | If translations for extmetadata property are available, fetch all of them. |
apihelp-query+imageinfo-param-limit (talk) (Translate) | How many file revisions to return per file. |
apihelp-query+imageinfo-param-localonly (talk) (Translate) | Look only for files in the local repository. |
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+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-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-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-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 this revision's timestamp. 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 this revision's timestamp. 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. |
apihelp-query+userinfo-paramvalue-prop-theoreticalratelimits (talk) (Translate) | Lists all rate limits that would apply to the current user if they were not exempt from all ratelimits based on user rights or ip |
apihelp-query+userinfo-paramvalue-prop-unreadcount (talk) (Translate) | Adds the count of unread pages on the user's watchlist (maximum $1; returns <samp>$2</samp> if more). |
apihelp-query+userinfo-summary (talk) (Translate) | Get information about the current user. |
apihelp-query+users-example-simple (talk) (Translate) | Return information for user <kbd>Example</kbd>. |
apihelp-query+users-param-attachedwiki (talk) (Translate) | With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID. |
apihelp-query+users-param-prop (talk) (Translate) | Which pieces of information to include: |
apihelp-query+users-param-userids (talk) (Translate) | A list of user IDs to obtain information for. |
apihelp-query+users-param-users (talk) (Translate) | A list of users to obtain information for. |
apihelp-query+users-paramvalue-prop-blockinfo (talk) (Translate) | Tags if the user is blocked, by whom, and for what reason. |