System messages

From Hyrule Castle Library
Jump to: navigation, 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.

Filter
Filter by customization state:    
First pagePrevious pageNext pageLast page
Name Default message text
Current message text
apihelp-block-param-allowusertalk (talk) (Translate) Allow the user to edit their own talk page (depends on <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).
apihelp-block-param-anononly (talk) (Translate) Block anonymous users only (i.e. disable anonymous edits for this IP address).
apihelp-block-param-autoblock (talk) (Translate) Automatically block the last used IP address, and any subsequent IP addresses they try to login from.
apihelp-block-param-expiry (talk) (Translate) Expiry time. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If set to <kbd>infinite</kbd>, <kbd>indefinite</kbd>, or <kbd>never</kbd>, the block will never expire.
apihelp-block-param-hidename (talk) (Translate) Hide the username from the block log. (Requires the <code>hideuser</code> right).
apihelp-block-param-nocreate (talk) (Translate) Prevent account creation.
apihelp-block-param-noemail (talk) (Translate) Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right).
apihelp-block-param-reason (talk) (Translate) Reason for block.
apihelp-block-param-reblock (talk) (Translate) If the user is already blocked, overwrite the existing block.
apihelp-block-param-tags (talk) (Translate) Change tags to apply to the entry in the block log.
apihelp-block-param-user (talk) (Translate) Username, IP address, or IP address range to block. Cannot be used together with <var>$1userid</var>
apihelp-block-param-userid (talk) (Translate) User ID to block. Cannot be used together with <var>$1user</var>.
apihelp-block-param-watchuser (talk) (Translate) Watch the user's or IP address's user and talk pages.
apihelp-block-summary (talk) (Translate) Block a user.
apihelp-changeauthenticationdata-example-password (talk) (Translate) Attempt to change the current user's password to <kbd>ExamplePassword</kbd>.
apihelp-changeauthenticationdata-summary (talk) (Translate) Change authentication data for the current user.
apihelp-checktoken-example-simple (talk) (Translate) Test the validity of a <kbd>csrf</kbd> token.
apihelp-checktoken-param-maxtokenage (talk) (Translate) Maximum allowed age of the token, in seconds.
apihelp-checktoken-param-token (talk) (Translate) Token to test.
apihelp-checktoken-param-type (talk) (Translate) Type of token being tested.
apihelp-checktoken-summary (talk) (Translate) Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.
apihelp-clearhasmsg-example-1 (talk) (Translate) Clear the <code>hasmsg</code> flag for the current user.
apihelp-clearhasmsg-summary (talk) (Translate) Clears the <code>hasmsg</code> flag for the current user.
apihelp-clientlogin-example-login (talk) (Translate) Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.
apihelp-clientlogin-example-login2 (talk) (Translate) Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>.
apihelp-clientlogin-summary (talk) (Translate) Log in to the wiki using the interactive flow.
apihelp-compare-example-1 (talk) (Translate) Create a diff between revision 1 and 2.
apihelp-compare-extended-description (talk) (Translate) A revision number, a page title, a page ID, text, or a relative reference for both "from" and "to" must be passed.
apihelp-compare-param-fromcontentformat (talk) (Translate) Content serialization format of <var>fromtext</var>.
apihelp-compare-param-fromcontentmodel (talk) (Translate) Content model of <var>fromtext</var>. If not supplied, it will be guessed based on the other parameters.
apihelp-compare-param-fromid (talk) (Translate) First page ID to compare.
apihelp-compare-param-frompst (talk) (Translate) Do a pre-save transform on <var>fromtext</var>.
apihelp-compare-param-fromrev (talk) (Translate) First revision to compare.
apihelp-compare-param-fromsection (talk) (Translate) Only use the specified section of the specified 'from' content.
apihelp-compare-param-fromtext (talk) (Translate) Use this text instead of the content of the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>.
apihelp-compare-param-fromtitle (talk) (Translate) First title to compare.
apihelp-compare-param-prop (talk) (Translate) Which pieces of information to get.
apihelp-compare-param-tocontentformat (talk) (Translate) Content serialization format of <var>totext</var>.
apihelp-compare-param-tocontentmodel (talk) (Translate) Content model of <var>totext</var>. If not supplied, it will be guessed based on the other parameters.
apihelp-compare-param-toid (talk) (Translate) Second page ID to compare.
apihelp-compare-param-topst (talk) (Translate) Do a pre-save transform on <var>totext</var>.
apihelp-compare-param-torelative (talk) (Translate) Use a revision relative to the revision determined from <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. All of the other 'to' options will be ignored.
apihelp-compare-param-torev (talk) (Translate) Second revision to compare.
apihelp-compare-param-tosection (talk) (Translate) Only use the specified section of the specified 'to' content.
apihelp-compare-param-totext (talk) (Translate) Use this text instead of the content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>.
apihelp-compare-param-totitle (talk) (Translate) Second title to compare.
apihelp-compare-paramvalue-prop-comment (talk) (Translate) The comment on the 'from' and 'to' revisions.
apihelp-compare-paramvalue-prop-diff (talk) (Translate) The diff HTML.
apihelp-compare-paramvalue-prop-diffsize (talk) (Translate) The size of the diff HTML, in bytes.
apihelp-compare-paramvalue-prop-ids (talk) (Translate) The page and revision IDs of the 'from' and 'to' revisions.
apihelp-compare-paramvalue-prop-parsedcomment (talk) (Translate) The parsed comment on the 'from' and 'to' revisions.
apihelp-compare-paramvalue-prop-rel (talk) (Translate) The revision IDs of the revision previous to 'from' and after 'to', if any.
apihelp-compare-paramvalue-prop-size (talk) (Translate) The size of the 'from' and 'to' revisions.
apihelp-compare-paramvalue-prop-title (talk) (Translate) The page titles of the 'from' and 'to' revisions.
apihelp-compare-paramvalue-prop-user (talk) (Translate) The user name and ID of the 'from' and 'to' revisions.
apihelp-compare-summary (talk) (Translate) Get the difference between two pages.
apihelp-createaccount-example-create (talk) (Translate) Start the process of creating user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.
apihelp-createaccount-example-mail (talk) (Translate) Create user <kbd>testmailuser</kbd> and email a randomly-generated password.
apihelp-createaccount-example-pass (talk) (Translate) Create user <kbd>testuser</kbd> with password <kbd>test123</kbd>.
apihelp-createaccount-param-domain (talk) (Translate) Domain for external authentication (optional).
apihelp-createaccount-param-email (talk) (Translate) Email address of user (optional).
apihelp-createaccount-param-language (talk) (Translate) Language code to set as default for the user (optional, defaults to content language).
apihelp-createaccount-param-mailpassword (talk) (Translate) If set to any value, a random password will be emailed to the user.
apihelp-createaccount-param-name (talk) (Translate) Username.
apihelp-createaccount-param-password (talk) (Translate) Password (ignored if <var>$1mailpassword</var> is set).
apihelp-createaccount-param-preservestate (talk) (Translate) If <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> returned true for <samp>hasprimarypreservedstate</samp>, requests marked as <samp>primary-required</samp> should be omitted. If it returned a non-empty value for <samp>preservedusername</samp>, that username must be used for the <var>username</var> parameter.
apihelp-createaccount-param-realname (talk) (Translate) Real name of user (optional).
apihelp-createaccount-param-reason (talk) (Translate) Optional reason for creating the account to be put in the logs.
apihelp-createaccount-param-token (talk) (Translate) Account creation token obtained in first request.
apihelp-createaccount-summary (talk) (Translate) Create a new user account.
apihelp-cspreport-param-reportonly (talk) (Translate) Mark as being a report from a monitoring policy, not an enforced policy
apihelp-cspreport-param-source (talk) (Translate) What generated the CSP header that triggered this report
apihelp-cspreport-summary (talk) (Translate) Used by browsers to report violations of the Content Security Policy. This module should never be used, except when used automatically by a CSP compliant web browser.
apihelp-delete-example-reason (talk) (Translate) Delete <kbd>Main Page</kbd> with the reason <kbd>Preparing for move</kbd>.
apihelp-delete-example-simple (talk) (Translate) Delete <kbd>Main Page</kbd>.
apihelp-delete-param-oldimage (talk) (Translate) The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].
apihelp-delete-param-pageid (talk) (Translate) Page ID of the page to delete. Cannot be used together with <var>$1title</var>.
apihelp-delete-param-reason (talk) (Translate) Reason for the deletion. If not set, an automatically generated reason will be used.
apihelp-delete-param-tags (talk) (Translate) Change tags to apply to the entry in the deletion log.
apihelp-delete-param-title (talk) (Translate) Title of the page to delete. Cannot be used together with <var>$1pageid</var>.
apihelp-delete-param-unwatch (talk) (Translate) Remove the page from the current user's watchlist.
apihelp-delete-param-watch (talk) (Translate) Add the page to the current user's watchlist.
apihelp-delete-param-watchlist (talk) (Translate) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-delete-summary (talk) (Translate) Delete a page.
apihelp-disabled-summary (talk) (Translate) This module has been disabled.
apihelp-edit-example-edit (talk) (Translate) Edit a page.
apihelp-edit-example-prepend (talk) (Translate) Prepend <kbd>__NOTOC__</kbd> to a page.
apihelp-edit-example-undo (talk) (Translate) Undo revisions 13579 through 13585 with autosummary.
apihelp-edit-param-appendtext (talk) (Translate) Add this text to the end of the page. Overrides $1text. Use $1section=new to append a new section, rather than this parameter.
apihelp-edit-param-basetimestamp (talk) (Translate) Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]].
apihelp-edit-param-bot (talk) (Translate) Mark this edit as a bot edit.
apihelp-edit-param-contentformat (talk) (Translate) Content serialization format used for the input text.
apihelp-edit-param-contentmodel (talk) (Translate) Content model of the new content.
apihelp-edit-param-createonly (talk) (Translate) Don't edit the page if it exists already.
apihelp-edit-param-md5 (talk) (Translate) The MD5 hash of the $1text parameter, or the $1prependtext and $1appendtext parameters concatenated. If set, the edit won't be done unless the hash is correct.
apihelp-edit-param-minor (talk) (Translate) Minor edit.
apihelp-edit-param-nocreate (talk) (Translate) Throw an error if the page doesn't exist.
apihelp-edit-param-notminor (talk) (Translate) Non-minor edit.
apihelp-edit-param-pageid (talk) (Translate) Page ID of the page to edit. Cannot be used together with <var>$1title</var>.
apihelp-edit-param-prependtext (talk) (Translate) Add this text to the beginning of the page. Overrides $1text.
apihelp-edit-param-recreate (talk) (Translate) Override any errors about the page having been deleted in the meantime.
apihelp-edit-param-redirect (talk) (Translate) Automatically resolve redirects.
apihelp-edit-param-section (talk) (Translate) Section number. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.
apihelp-edit-param-sectiontitle (talk) (Translate) The title for a new section.
apihelp-edit-param-starttimestamp (talk) (Translate) Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit).
apihelp-edit-param-summary (talk) (Translate) Edit summary. Also section title when $1section=new and $1sectiontitle is not set.
apihelp-edit-param-tags (talk) (Translate) Change tags to apply to the revision.
apihelp-edit-param-text (talk) (Translate) Page content.
apihelp-edit-param-title (talk) (Translate) Title of the page to edit. Cannot be used together with <var>$1pageid</var>.
apihelp-edit-param-token (talk) (Translate) The token should always be sent as the last parameter, or at least after the $1text parameter.
apihelp-edit-param-undo (talk) (Translate) Undo this revision. Overrides $1text, $1prependtext and $1appendtext.
apihelp-edit-param-undoafter (talk) (Translate) Undo all revisions from $1undo to this one. If not set, just undo one revision.
apihelp-edit-param-unwatch (talk) (Translate) Remove the page from the current user's watchlist.
apihelp-edit-param-watch (talk) (Translate) Add the page to the current user's watchlist.
apihelp-edit-param-watchlist (talk) (Translate) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-edit-summary (talk) (Translate) Create and edit pages.
apihelp-emailuser-example-email (talk) (Translate) Send an email to user <kbd>WikiSysop</kbd> with the text <kbd>Content</kbd>.
apihelp-emailuser-param-ccme (talk) (Translate) Send a copy of this mail to me.
apihelp-emailuser-param-subject (talk) (Translate) Subject header.
apihelp-emailuser-param-target (talk) (Translate) User to send email to.
apihelp-emailuser-param-text (talk) (Translate) Mail body.
apihelp-emailuser-summary (talk) (Translate) Email a user.
apihelp-expandtemplates-example-simple (talk) (Translate) Expand the wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.
apihelp-expandtemplates-param-generatexml (talk) (Translate) Generate XML parse tree (replaced by $1prop=parsetree).
apihelp-expandtemplates-param-includecomments (talk) (Translate) Whether to include HTML comments in the output.
apihelp-expandtemplates-param-prop (talk) (Translate) Which pieces of information to get. Note that if no values are selected, the result will contain the wikitext, but the output will be in a deprecated format.
apihelp-expandtemplates-param-revid (talk) (Translate) Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.
apihelp-expandtemplates-param-text (talk) (Translate) Wikitext to convert.
apihelp-expandtemplates-param-title (talk) (Translate) Title of page.
apihelp-expandtemplates-paramvalue-prop-categories (talk) (Translate) Any categories present in the input that are not represented in the wikitext output.
apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars (talk) (Translate) Gives the JavaScript configuration variables specific to the page as a JSON string.
apihelp-expandtemplates-paramvalue-prop-jsconfigvars (talk) (Translate) Gives the JavaScript configuration variables specific to the page.
apihelp-expandtemplates-paramvalue-prop-modules (talk) (Translate) Any ResourceLoader modules that parser functions have requested be added to the output. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>.
apihelp-expandtemplates-paramvalue-prop-parsetree (talk) (Translate) The XML parse tree of the input.
apihelp-expandtemplates-paramvalue-prop-properties (talk) (Translate) Page properties defined by expanded magic words in the wikitext.
apihelp-expandtemplates-paramvalue-prop-ttl (talk) (Translate) The maximum time after which caches of the result should be invalidated.
apihelp-expandtemplates-paramvalue-prop-volatile (talk) (Translate) Whether the output is volatile and should not be reused elsewhere within the page.
apihelp-expandtemplates-paramvalue-prop-wikitext (talk) (Translate) The expanded wikitext.
apihelp-expandtemplates-summary (talk) (Translate) Expands all templates within wikitext.
apihelp-feedcontributions-example-simple (talk) (Translate) Return contributions for user <kbd>Example</kbd>.
apihelp-feedcontributions-param-deletedonly (talk) (Translate) Show only deleted contributions.
apihelp-feedcontributions-param-feedformat (talk) (Translate) The format of the feed.
apihelp-feedcontributions-param-hideminor (talk) (Translate) Hide minor edits.
apihelp-feedcontributions-param-month (talk) (Translate) From month (and earlier).
apihelp-feedcontributions-param-namespace (talk) (Translate) Which namespace to filter the contributions by.
apihelp-feedcontributions-param-newonly (talk) (Translate) Only show edits that are page creations.
apihelp-feedcontributions-param-showsizediff (talk) (Translate) Show the size difference between revisions.
apihelp-feedcontributions-param-tagfilter (talk) (Translate) Filter contributions that have these tags.
apihelp-feedcontributions-param-toponly (talk) (Translate) Only show edits that are the latest revisions.
apihelp-feedcontributions-param-user (talk) (Translate) What users to get the contributions for.
apihelp-feedcontributions-param-year (talk) (Translate) From year (and earlier).
apihelp-feedcontributions-summary (talk) (Translate) Returns a user contributions feed.
apihelp-feedrecentchanges-example-30days (talk) (Translate) Show recent changes for 30 days.
apihelp-feedrecentchanges-example-simple (talk) (Translate) Show recent changes.
apihelp-feedrecentchanges-param-associated (talk) (Translate) Include associated (talk or main) namespace.
apihelp-feedrecentchanges-param-days (talk) (Translate) Days to limit the results to.
apihelp-feedrecentchanges-param-feedformat (talk) (Translate) The format of the feed.
apihelp-feedrecentchanges-param-from (talk) (Translate) Show changes since then.
apihelp-feedrecentchanges-param-hideanons (talk) (Translate) Hide changes made by anonymous users.
apihelp-feedrecentchanges-param-hidebots (talk) (Translate) Hide changes made by bots.
apihelp-feedrecentchanges-param-hidecategorization (talk) (Translate) Hide category membership changes.
apihelp-feedrecentchanges-param-hideliu (talk) (Translate) Hide changes made by registered users.
apihelp-feedrecentchanges-param-hideminor (talk) (Translate) Hide minor changes.
apihelp-feedrecentchanges-param-hidemyself (talk) (Translate) Hide changes made by the current user.
apihelp-feedrecentchanges-param-hidepatrolled (talk) (Translate) Hide patrolled changes.
apihelp-feedrecentchanges-param-invert (talk) (Translate) All namespaces but the selected one.
apihelp-feedrecentchanges-param-limit (talk) (Translate) Maximum number of results to return.
apihelp-feedrecentchanges-param-namespace (talk) (Translate) Namespace to limit the results to.
apihelp-feedrecentchanges-param-showlinkedto (talk) (Translate) Show changes on pages linked to the selected page instead.
apihelp-feedrecentchanges-param-tagfilter (talk) (Translate) Filter by tag.
apihelp-feedrecentchanges-param-target (talk) (Translate) Show only changes on pages linked from this page.
apihelp-feedrecentchanges-summary (talk) (Translate) Returns a recent changes feed.
apihelp-feedwatchlist-example-all6hrs (talk) (Translate) Show all changes to watched pages in the past 6 hours.
apihelp-feedwatchlist-example-default (talk) (Translate) Show the watchlist feed.
apihelp-feedwatchlist-param-feedformat (talk) (Translate) The format of the feed.
apihelp-feedwatchlist-param-hours (talk) (Translate) List pages modified within this many hours from now.
apihelp-feedwatchlist-param-linktosections (talk) (Translate) Link directly to changed sections if possible.
apihelp-feedwatchlist-summary (talk) (Translate) Returns a watchlist feed.
apihelp-filerevert-example-revert (talk) (Translate) Revert <kbd>Wiki.png</kbd> to the version of <kbd>2011-03-05T15:27:40Z</kbd>.
apihelp-filerevert-param-archivename (talk) (Translate) Archive name of the revision to revert to.
apihelp-filerevert-param-comment (talk) (Translate) Upload comment.
apihelp-filerevert-param-filename (talk) (Translate) Target filename, without the File: prefix.
apihelp-filerevert-summary (talk) (Translate) Revert a file to an old version.
apihelp-format-example-generic (talk) (Translate) Return the query result in the $1 format.
apihelp-format-param-wrappedhtml (talk) (Translate) Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object.
apihelp-help-example-help (talk) (Translate) Help for the help module itself.
apihelp-help-example-main (talk) (Translate) Help for the main module.
apihelp-help-example-query (talk) (Translate) Help for two query submodules.
apihelp-help-example-recursive (talk) (Translate) All help in one page.
apihelp-help-example-submodules (talk) (Translate) Help for <kbd>action=query</kbd> and all its submodules.
apihelp-help-param-helpformat (talk) (Translate) Format of the help output.
apihelp-help-param-modules (talk) (Translate) Modules to display help for (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>.
apihelp-help-param-recursivesubmodules (talk) (Translate) Include help for submodules recursively.
apihelp-help-param-submodules (talk) (Translate) Include help for submodules of the named module.
apihelp-help-param-toc (talk) (Translate) Include a table of contents in the HTML output.
apihelp-help-param-wrap (talk) (Translate) Wrap the output in a standard API response structure.
apihelp-help-summary (talk) (Translate) Display help for the specified modules.
apihelp-imagerotate-example-generator (talk) (Translate) Rotate all images in <kbd>Category:Flip</kbd> by <kbd>180</kbd> degrees.
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 user names (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: ;1:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.). ;2:Experimental modern format. Details may change! ;latest:Use the latest format (currently <kbd>2</kbd>), may change without warning.
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-summary (talk) (Translate) Output data in JSON format.
apihelp-jsonfm-summary (talk) (Translate) Output data in JSON format (pretty-print in HTML).
apihelp-linkaccount-summary (talk) (Translate) Link an account from a third-party provider to the current user.
apihelp-login-example-gettoken (talk) (Translate) Retrieve a login token.
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) User name.
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:FAQ|FAQ]] * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api Mailing list] * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce 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/pipermail/mediawiki-api-announce/ 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 the user is logged in if set to <kbd>user</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. ; plaintext: Wikitext with HTML tags removed and entities replaced. ; wikitext: Unparsed wikitext. ; html: HTML. ; raw: Message key and parameters. ; none: No text output, only the error codes. ; bc: Format used prior to MediaWiki 1.29. <var>errorlang</var> and <var>errorsuselocal</var> are ignored.
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 whitelisted, 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-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: ;create:Create a new change tag for manual use. ;delete: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. ;activate:Activate a change tag, allowing users to apply it manually. ;deactivate:Deactivate a change tag, preventing users from applying it manually.
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-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-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 or do not change watch.
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: ;return:Return the redirect itself. ;resolve:Return the target page. May return fewer than $1limit results. For historical reasons, the default is "return" for $1format=json and "resolve" for other formats.
apihelp-opensearch-param-suggest (talk) (Translate) Do nothing if <var>[[mw:Special:MyLanguage/Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]</var> is false.
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-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-disabletidy (talk) (Translate) Do not run HTML cleanup (e.g. tidy) on the parser output.
apihelp-parse-param-disabletoc (talk) (Translate) Omit table of contents in output.
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 this section number. 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-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>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-headhtml (talk) (Translate) Gives parsed <code><head></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-jsconfigvars (talk) (Translate) Gives the JavaScript configuration variables specific to the page. To apply, use <code>mw.config.set()</code>.
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-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.
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-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: ;1:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.). ;2:Experimental modern format. Details may change! ;latest: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 or do not change watch.
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 the <kbd>Main Page</kbd> and the <kbd>API</kbd> page.
apihelp-purge-param-forcelinkupdate (talk) (Translate) Update the links tables.
apihelp-purge-param-forcerecursivelinkupdate (talk) (Translate) Update the links table, 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 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+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.
First pagePrevious pageNext pageLast page