Note: You are currently viewing documentation for Moodle 2.5. Up-to-date documentation for the latest stable version of Moodle may be available here: AllMessages.

System messages

From MoodleDocs
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.
System messages
First pagePrevious pageNext pageLast page
Name Default message text
Current message text
apihelp-imagerotate-example-simple (talk) (Translate) Rotate <kbd>File:Example.png</kbd> by <kbd>90</kbd> degrees.
apihelp-imagerotate-param-rotation (talk) (Translate) Degrees to rotate image clockwise.
apihelp-imagerotate-param-tags (talk) (Translate) Tags to apply to the entry in the upload log.
apihelp-imagerotate-summary (talk) (Translate) Rotate one or more images.
apihelp-import-example-import (talk) (Translate) Import [[meta:Help:ParserFunctions]] to namespace 100 with full history.
apihelp-import-extended-description (talk) (Translate) Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the <var>xml</var> parameter.
apihelp-import-param-assignknownusers (talk) (Translate) Assign edits to local users where the named user exists locally.
apihelp-import-param-fullhistory (talk) (Translate) For interwiki imports: import the full history, not just the current version.
apihelp-import-param-interwikipage (talk) (Translate) For interwiki imports: page to import.
apihelp-import-param-interwikiprefix (talk) (Translate) For uploaded imports: interwiki prefix to apply to unknown usernames (and known users if <var>$1assignknownusers</var> is set).
apihelp-import-param-interwikisource (talk) (Translate) For interwiki imports: wiki to import from.
apihelp-import-param-namespace (talk) (Translate) Import to this namespace. Cannot be used together with <var>$1rootpage</var>.
apihelp-import-param-rootpage (talk) (Translate) Import as subpage of this page. Cannot be used together with <var>$1namespace</var>.
apihelp-import-param-summary (talk) (Translate) Log entry import summary.
apihelp-import-param-tags (talk) (Translate) Change tags to apply to the entry in the import log and to the null revision on the imported pages.
apihelp-import-param-templates (talk) (Translate) For interwiki imports: import all included templates as well.
apihelp-import-param-xml (talk) (Translate) Uploaded XML file.
apihelp-import-summary (talk) (Translate) Import a page from another wiki, or from an XML file.
apihelp-json-param-ascii (talk) (Translate) If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.
apihelp-json-param-callback (talk) (Translate) If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.
apihelp-json-param-formatversion (talk) (Translate) Output formatting
apihelp-json-param-utf8 (talk) (Translate) If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when <var>formatversion</var> is not <kbd>1</kbd>.
apihelp-json-paramvalue-formatversion-1 (talk) (Translate) Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).
apihelp-json-paramvalue-formatversion-2 (talk) (Translate) Modern format.
apihelp-json-paramvalue-formatversion-latest (talk) (Translate) Use the latest format (currently <kbd>2</kbd>), may change without warning.
apihelp-json-summary (talk) (Translate) Output data in JSON format.
apihelp-jsonfm-summary (talk) (Translate) Output data in JSON format (pretty-print in HTML).
apihelp-link (talk) (Translate) [[Special:ApiHelp/$1|$2]]
apihelp-linkaccount-example-link (talk) (Translate) Start the process of linking to an account from <kbd>Example</kbd>.
apihelp-linkaccount-summary (talk) (Translate) Link an account from a third-party provider to the current user.
apihelp-login-example-login (talk) (Translate) Log in.
apihelp-login-extended-description (talk) (Translate) This action should only be used in combination with [[Special:BotPasswords]]; use for main-account login is deprecated and may fail without warning. To safely log in to the main account, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.
apihelp-login-extended-description-nobotpasswords (talk) (Translate) This action is deprecated and may fail without warning. To safely log in, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.
apihelp-login-param-domain (talk) (Translate) Domain (optional).
apihelp-login-param-name (talk) (Translate) Username.
apihelp-login-param-password (talk) (Translate) Password.
apihelp-login-param-token (talk) (Translate) Login token obtained in first request.
apihelp-login-summary (talk) (Translate) Log in and get authentication cookies.
apihelp-logout-example-logout (talk) (Translate) Log the current user out.
apihelp-logout-summary (talk) (Translate) Log out and clear session data.
apihelp-main-extended-description (talk) (Translate) <div class="hlist plainlinks api-main-links"> * [[mw:Special:MyLanguage/API:Main_page|Documentation]] * [[mw:Special:MyLanguage/API:Etiquette|Etiquette & usage guidelines]] * [[mw:Special:MyLanguage/API:FAQ|FAQ]] * [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ Mailing list] * [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ API Announcements] * [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bugs & requests] </div> <strong>Status:</strong> The MediaWiki API is a mature and stable interface that is actively supported and improved. While we try to avoid it, we may occasionally need to make breaking changes; subscribe to [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ the mediawiki-api-announce mailing list] for notice of updates. <strong>Erroneous requests:</strong> When erroneous requests are sent to the API, an HTTP header will be sent with the key "MediaWiki-API-Error" and then both the value of the header and the error code sent back will be set to the same value. For more information see [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]]. <p class="mw-apisandbox-link"><strong>Testing:</strong> For ease of testing API requests, see [[Special:ApiSandbox]].</p>
apihelp-main-param-action (talk) (Translate) Which action to perform.
apihelp-main-param-assert (talk) (Translate) Verify that the user is logged in if set to <kbd>user</kbd>, <em>not</em> logged in if set to <kbd>anon</kbd>, or has the bot user right if <kbd>bot</kbd>.
apihelp-main-param-assertuser (talk) (Translate) Verify the current user is the named user.
apihelp-main-param-curtimestamp (talk) (Translate) Include the current timestamp in the result.
apihelp-main-param-errorformat (talk) (Translate) Format to use for warning and error text output
apihelp-main-param-errorlang (talk) (Translate) Language to use for warnings and errors. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> with <kbd>siprop=languages</kbd> returns a list of language codes, or specify <kbd>content</kbd> to use this wiki's content language, or specify <kbd>uselang</kbd> to use the same value as the <var>uselang</var> parameter.
apihelp-main-param-errorsuselocal (talk) (Translate) If given, error texts will use locally-customized messages from the {{ns:MediaWiki}} namespace.
apihelp-main-param-format (talk) (Translate) The format of the output.
apihelp-main-param-maxage (talk) (Translate) Set the <code>max-age</code> HTTP cache control header to this many seconds. Errors are never cached.
apihelp-main-param-maxlag (talk) (Translate) Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.
apihelp-main-param-origin (talk) (Translate) When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body). For authenticated requests, this must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is allowed, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set. For non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted.
apihelp-main-param-requestid (talk) (Translate) Any value given here will be included in the response. May be used to distinguish requests.
apihelp-main-param-responselanginfo (talk) (Translate) Include the languages used for <var>uselang</var> and <var>errorlang</var> in the result.
apihelp-main-param-servedby (talk) (Translate) Include the hostname that served the request in the results.
apihelp-main-param-smaxage (talk) (Translate) Set the <code>s-maxage</code> HTTP cache control header to this many seconds. Errors are never cached.
apihelp-main-param-uselang (talk) (Translate) Language to use for message translations. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> with <kbd>siprop=languages</kbd> returns a list of language codes, or specify <kbd>user</kbd> to use the current user's language preference, or specify <kbd>content</kbd> to use this wiki's content language.
apihelp-main-param-variant (talk) (Translate) Variant of the language. Only works if the base language supports variant conversion.
apihelp-main-paramvalue-errorformat-bc (talk) (Translate) Format used prior to MediaWiki 1.29. <var>errorlang</var> and <var>errorsuselocal</var> are ignored.
apihelp-main-paramvalue-errorformat-html (talk) (Translate) HTML
apihelp-main-paramvalue-errorformat-none (talk) (Translate) No text output, only the error codes.
apihelp-main-paramvalue-errorformat-plaintext (talk) (Translate) Wikitext with HTML tags removed and entities replaced.
apihelp-main-paramvalue-errorformat-raw (talk) (Translate) Message key and parameters.
apihelp-main-paramvalue-errorformat-wikitext (talk) (Translate) Unparsed wikitext.
apihelp-main-summary (talk) (Translate)  
apihelp-managetags-example-activate (talk) (Translate) Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>
apihelp-managetags-example-create (talk) (Translate) Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>
apihelp-managetags-example-deactivate (talk) (Translate) Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd>
apihelp-managetags-example-delete (talk) (Translate) Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd>
apihelp-managetags-param-ignorewarnings (talk) (Translate) Whether to ignore any warnings that are issued during the operation.
apihelp-managetags-param-operation (talk) (Translate) Which operation to perform:
apihelp-managetags-param-reason (talk) (Translate) An optional reason for creating, deleting, activating or deactivating the tag.
apihelp-managetags-param-tag (talk) (Translate) Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined.
apihelp-managetags-param-tags (talk) (Translate) Change tags to apply to the entry in the tag management log.
apihelp-managetags-paramvalue-operation-activate (talk) (Translate) Activate a change tag, allowing users to apply it manually.
apihelp-managetags-paramvalue-operation-create (talk) (Translate) Create a new change tag for manual use.
apihelp-managetags-paramvalue-operation-deactivate (talk) (Translate) Deactivate a change tag, preventing users from applying it manually.
apihelp-managetags-paramvalue-operation-delete (talk) (Translate) Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.
apihelp-managetags-summary (talk) (Translate) Perform management tasks relating to change tags.
apihelp-mergehistory-example-merge (talk) (Translate) Merge the entire history of <kbd>Oldpage</kbd> into <kbd>Newpage</kbd>.
apihelp-mergehistory-example-merge-timestamp (talk) (Translate) Merge the page revisions of <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> into <kbd>Newpage</kbd>.
apihelp-mergehistory-param-from (talk) (Translate) Title of the page from which history will be merged. Cannot be used together with <var>$1fromid</var>.
apihelp-mergehistory-param-fromid (talk) (Translate) Page ID of the page from which history will be merged. Cannot be used together with <var>$1from</var>.
apihelp-mergehistory-param-reason (talk) (Translate) Reason for the history merge.
apihelp-mergehistory-param-timestamp (talk) (Translate) Timestamp up to which revisions will be moved from the source page's history to the destination page's history. If omitted, the entire page history of the source page will be merged into the destination page.
apihelp-mergehistory-param-to (talk) (Translate) Title of the page to which history will be merged. Cannot be used together with <var>$1toid</var>.
apihelp-mergehistory-param-toid (talk) (Translate) Page ID of the page to which history will be merged. Cannot be used together with <var>$1to</var>.
apihelp-mergehistory-summary (talk) (Translate) Merge page histories.
apihelp-moderation-approve-example (talk) (Translate) Approve pending change #123.
apihelp-moderation-param-modaction (talk) (Translate) Moderation-related action to perform.
apihelp-moderation-param-modid (talk) (Translate) ID of the pending change.
apihelp-moderation-summary (talk) (Translate) Performs moderation-related action like Approve or Reject.
apihelp-move-example-move (talk) (Translate) Move <kbd>Badtitle</kbd> to <kbd>Goodtitle</kbd> without leaving a redirect.
apihelp-move-param-from (talk) (Translate) Title of the page to rename. Cannot be used together with <var>$1fromid</var>.
apihelp-move-param-fromid (talk) (Translate) Page ID of the page to rename. Cannot be used together with <var>$1from</var>.
apihelp-move-param-ignorewarnings (talk) (Translate) Ignore any warnings.
apihelp-move-param-movesubpages (talk) (Translate) Rename subpages, if applicable.
apihelp-move-param-movetalk (talk) (Translate) Rename the talk page, if it exists.
apihelp-move-param-noredirect (talk) (Translate) Don't create a redirect.
apihelp-move-param-reason (talk) (Translate) Reason for the rename.
apihelp-move-param-tags (talk) (Translate) Change tags to apply to the entry in the move log and to the null revision on the destination page.
apihelp-move-param-to (talk) (Translate) Title to rename the page to.
apihelp-move-param-unwatch (talk) (Translate) Remove the page and the redirect from the current user's watchlist.
apihelp-move-param-watch (talk) (Translate) Add the page and the redirect to the current user's watchlist.
apihelp-move-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-move-param-watchlistexpiry (talk) (Translate) Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.
apihelp-move-summary (talk) (Translate) Move a page.
apihelp-no-such-module (talk) (Translate) Module "$1" not found.
apihelp-none-summary (talk) (Translate) Output nothing.
apihelp-opensearch-example-te (talk) (Translate) Find pages beginning with <kbd>Te</kbd>.
apihelp-opensearch-param-format (talk) (Translate) The format of the output.
apihelp-opensearch-param-limit (talk) (Translate) Maximum number of results to return.
apihelp-opensearch-param-namespace (talk) (Translate) Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.
apihelp-opensearch-param-redirects (talk) (Translate) How to handle redirects:
apihelp-opensearch-param-redirects-append (talk) (Translate) For historical reasons, the default is "return" for $1format=json and "resolve" for other formats.
apihelp-opensearch-param-search (talk) (Translate) Search string.
apihelp-opensearch-param-suggest (talk) (Translate) No longer used.
apihelp-opensearch-param-warningsaserror (talk) (Translate) If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.
apihelp-opensearch-paramvalue-redirects-resolve (talk) (Translate) Return the target page. May return fewer than $1limit results.
apihelp-opensearch-paramvalue-redirects-return (talk) (Translate) Return the redirect itself.
apihelp-opensearch-summary (talk) (Translate) Search the wiki using the OpenSearch protocol.
apihelp-options-example-change (talk) (Translate) Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.
apihelp-options-example-complex (talk) (Translate) Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.
apihelp-options-example-reset (talk) (Translate) Reset all preferences.
apihelp-options-extended-description (talk) (Translate) Only options which are registered in core or in one of installed extensions, or options with keys prefixed with <code>userjs-</code> (intended to be used by user scripts), can be set.
apihelp-options-param-change (talk) (Translate) List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation.
apihelp-options-param-optionname (talk) (Translate) The name of the option that should be set to the value given by <var>$1optionvalue</var>.
apihelp-options-param-optionvalue (talk) (Translate) The value for the option specified by <var>$1optionname</var>.
apihelp-options-param-reset (talk) (Translate) Resets preferences to the site defaults.
apihelp-options-param-resetkinds (talk) (Translate) List of types of options to reset when the <var>$1reset</var> option is set.
apihelp-options-summary (talk) (Translate) Change preferences of the current user.
apihelp-paraminfo-example-1 (talk) (Translate) Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.
apihelp-paraminfo-example-2 (talk) (Translate) Show info for all submodules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.
apihelp-paraminfo-param-formatmodules (talk) (Translate) List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead.
apihelp-paraminfo-param-helpformat (talk) (Translate) Format of help strings.
apihelp-paraminfo-param-mainmodule (talk) (Translate) Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead.
apihelp-paraminfo-param-modules (talk) (Translate) List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>, or all submodules with <kbd>+*</kbd>, or all submodules recursively with <kbd>+**</kbd>.
apihelp-paraminfo-param-pagesetmodule (talk) (Translate) Get information about the pageset module (providing titles= and friends) as well.
apihelp-paraminfo-param-querymodules (talk) (Translate) List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>.
apihelp-paraminfo-summary (talk) (Translate) Obtain information about API modules.
apihelp-parse-example-page (talk) (Translate) Parse a page.
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-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-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-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-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-from (talk) (Translate) The username to start enumerating from.
apihelp-query+allusers-param-group (talk) (Translate) Only include users in the given groups.
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 anonymous 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).
First pagePrevious pageNext pageLast page