Merge "Move up devunt's name to Developers"
[lhc/web/wiklou.git] / includes / api / i18n / en.json
1 {
2 "@metadata": {
3 "authors": [
4 "Anomie",
5 "Siebrand"
6 ]
7 },
8
9 "apihelp-main-description": "<div class=\"hlist plainlinks api-main-links\">\n* [[mw:API:Main_page|Documentation]]\n* [[mw:API:FAQ|FAQ]]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api Mailing list]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce API Announcements]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bugs & requests]\n</div>\n<strong>Status:</strong> All features shown on this page should be working, but the API is still in active development, and may change at any time. Subscribe to [https://lists.wikimedia.org/pipermail/mediawiki-api-announce/ the mediawiki-api-announce mailing list] for notice of updates.\n\n<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:API:Errors_and_warnings|API: Errors and warnings]].\n\n<strong>Testing:</strong> For ease of testing API requests, see [[Special:ApiSandbox]].",
10 "apihelp-main-param-action": "Which action to perform.",
11 "apihelp-main-param-format": "The format of the output.",
12 "apihelp-main-param-maxlag": "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:Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.",
13 "apihelp-main-param-smaxage": "Set the <code>s-maxage</code> HTTP cache control header to this many seconds. Errors are never cached.",
14 "apihelp-main-param-maxage": "Set the <code>max-age</code> HTTP cache control header to this many seconds. Errors are never cached.",
15 "apihelp-main-param-assert": "Verify the user is logged in if set to <kbd>user</kbd>, or has the bot user right if <kbd>bot</kbd>.",
16 "apihelp-main-param-assertuser": "Verify the current user is the named user.",
17 "apihelp-main-param-requestid": "Any value given here will be included in the response. May be used to distinguish requests.",
18 "apihelp-main-param-servedby": "Include the hostname that served the request in the results.",
19 "apihelp-main-param-curtimestamp": "Include the current timestamp in the result.",
20 "apihelp-main-param-origin": "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).\n\nFor 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.\n\nFor 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.",
21 "apihelp-main-param-uselang": "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.",
22
23 "apihelp-block-description": "Block a user.",
24 "apihelp-block-param-user": "Username, IP address, or IP address range to block.",
25 "apihelp-block-param-expiry": "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.",
26 "apihelp-block-param-reason": "Reason for block.",
27 "apihelp-block-param-anononly": "Block anonymous users only (i.e. disable anonymous edits for this IP address).",
28 "apihelp-block-param-nocreate": "Prevent account creation.",
29 "apihelp-block-param-autoblock": "Automatically block the last used IP address, and any subsequent IP addresses they try to login from.",
30 "apihelp-block-param-noemail": "Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right).",
31 "apihelp-block-param-hidename": "Hide the username from the block log. (Requires the <code>hideuser</code> right).",
32 "apihelp-block-param-allowusertalk": "Allow the user to edit their own talk page (depends on <var>[[mw:Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).",
33 "apihelp-block-param-reblock": "If the user is already blocked, overwrite the existing block.",
34 "apihelp-block-param-watchuser": "Watch the user's or IP address's user and talk pages.",
35 "apihelp-block-example-ip-simple": "Block IP address <kbd>192.0.2.5</kbd> for three days with reason <kbd>First strike</kbd>.",
36 "apihelp-block-example-user-complex": "Block user <kbd>Vandal</kbd> indefinitely with reason <kbd>Vandalism</kbd>, and prevent new account creation and email sending.",
37
38 "apihelp-changeauthenticationdata-description": "Change authentication data for the current user.",
39 "apihelp-changeauthenticationdata-example-password": "Attempt to change the current user's password to <kbd>ExamplePassword</kbd>.",
40
41 "apihelp-checktoken-description": "Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.",
42 "apihelp-checktoken-param-type": "Type of token being tested.",
43 "apihelp-checktoken-param-token": "Token to test.",
44 "apihelp-checktoken-param-maxtokenage": "Maximum allowed age of the token, in seconds.",
45 "apihelp-checktoken-example-simple": "Test the validity of a <kbd>csrf</kbd> token.",
46
47 "apihelp-clearhasmsg-description": "Clears the <code>hasmsg</code> flag for the current user.",
48 "apihelp-clearhasmsg-example-1": "Clear the <code>hasmsg</code> flag for the current user.",
49
50 "apihelp-clientlogin-description": "Log in to the wiki using the interactive flow.",
51 "apihelp-clientlogin-example-login": "Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.",
52 "apihelp-clientlogin-example-login2": "Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>.",
53
54 "apihelp-compare-description": "Get the difference between 2 pages.\n\nA revision number, a page title, or a page ID for both \"from\" and \"to\" must be passed.",
55 "apihelp-compare-param-fromtitle": "First title to compare.",
56 "apihelp-compare-param-fromid": "First page ID to compare.",
57 "apihelp-compare-param-fromrev": "First revision to compare.",
58 "apihelp-compare-param-totitle": "Second title to compare.",
59 "apihelp-compare-param-toid": "Second page ID to compare.",
60 "apihelp-compare-param-torev": "Second revision to compare.",
61 "apihelp-compare-example-1": "Create a diff between revision 1 and 2.",
62
63 "apihelp-createaccount-description": "Create a new user account.",
64 "apihelp-createaccount-param-preservestate": "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.",
65 "apihelp-createaccount-example-create": "Start the process of creating user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.",
66 "apihelp-createaccount-param-name": "Username.",
67 "apihelp-createaccount-param-password": "Password (ignored if <var>$1mailpassword</var> is set).",
68 "apihelp-createaccount-param-domain": "Domain for external authentication (optional).",
69 "apihelp-createaccount-param-token": "Account creation token obtained in first request.",
70 "apihelp-createaccount-param-email": "Email address of user (optional).",
71 "apihelp-createaccount-param-realname": "Real name of user (optional).",
72 "apihelp-createaccount-param-mailpassword": "If set to any value, a random password will be emailed to the user.",
73 "apihelp-createaccount-param-reason": "Optional reason for creating the account to be put in the logs.",
74 "apihelp-createaccount-param-language": "Language code to set as default for the user (optional, defaults to content language).",
75 "apihelp-createaccount-example-pass": "Create user <kbd>testuser</kbd> with password <kbd>test123</kbd>.",
76 "apihelp-createaccount-example-mail": "Create user <kbd>testmailuser</kbd> and email a randomly-generated password.",
77 "apihelp-cspreport-description": "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.",
78 "apihelp-cspreport-param-reportonly": "Mark as being a report from a monitoring policy, not an enforced policy",
79 "apihelp-cspreport-param-source": "What generated the CSP header that triggered this report",
80 "apihelp-delete-description": "Delete a page.",
81 "apihelp-delete-param-title": "Title of the page to delete. Cannot be used together with <var>$1pageid</var>.",
82 "apihelp-delete-param-pageid": "Page ID of the page to delete. Cannot be used together with <var>$1title</var>.",
83 "apihelp-delete-param-reason": "Reason for the deletion. If not set, an automatically generated reason will be used.",
84 "apihelp-delete-param-tags": "Change tags to apply to the entry in the deletion log.",
85 "apihelp-delete-param-watch": "Add the page to the current user's watchlist.",
86 "apihelp-delete-param-watchlist": "Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.",
87 "apihelp-delete-param-unwatch": "Remove the page from the current user's watchlist.",
88 "apihelp-delete-param-oldimage": "The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].",
89 "apihelp-delete-example-simple": "Delete <kbd>Main Page</kbd>.",
90 "apihelp-delete-example-reason": "Delete <kbd>Main Page</kbd> with the reason <kbd>Preparing for move</kbd>.",
91
92 "apihelp-disabled-description": "This module has been disabled.",
93
94 "apihelp-edit-description": "Create and edit pages.",
95 "apihelp-edit-param-title": "Title of the page to edit. Cannot be used together with <var>$1pageid</var>.",
96 "apihelp-edit-param-pageid": "Page ID of the page to edit. Cannot be used together with <var>$1title</var>.",
97 "apihelp-edit-param-section": "Section number. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.",
98 "apihelp-edit-param-sectiontitle": "The title for a new section.",
99 "apihelp-edit-param-text": "Page content.",
100 "apihelp-edit-param-summary": "Edit summary. Also section title when $1section=new and $1sectiontitle is not set.",
101 "apihelp-edit-param-tags": "Change tags to apply to the revision.",
102 "apihelp-edit-param-minor": "Minor edit.",
103 "apihelp-edit-param-notminor": "Non-minor edit.",
104 "apihelp-edit-param-bot": "Mark this edit as a bot edit.",
105 "apihelp-edit-param-basetimestamp": "Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]].",
106 "apihelp-edit-param-starttimestamp": "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).",
107 "apihelp-edit-param-recreate": "Override any errors about the page having been deleted in the meantime.",
108 "apihelp-edit-param-createonly": "Don't edit the page if it exists already.",
109 "apihelp-edit-param-nocreate": "Throw an error if the page doesn't exist.",
110 "apihelp-edit-param-watch": "Add the page to the current user's watchlist.",
111 "apihelp-edit-param-unwatch": "Remove the page from the current user's watchlist.",
112 "apihelp-edit-param-watchlist": "Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.",
113 "apihelp-edit-param-md5": "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.",
114 "apihelp-edit-param-prependtext": "Add this text to the beginning of the page. Overrides $1text.",
115 "apihelp-edit-param-appendtext": "Add this text to the end of the page. Overrides $1text.\n\nUse $1section=new to append a new section, rather than this parameter.",
116 "apihelp-edit-param-undo": "Undo this revision. Overrides $1text, $1prependtext and $1appendtext.",
117 "apihelp-edit-param-undoafter": "Undo all revisions from $1undo to this one. If not set, just undo one revision.",
118 "apihelp-edit-param-redirect": "Automatically resolve redirects.",
119 "apihelp-edit-param-contentformat": "Content serialization format used for the input text.",
120 "apihelp-edit-param-contentmodel": "Content model of the new content.",
121 "apihelp-edit-param-token": "The token should always be sent as the last parameter, or at least after the $1text parameter.",
122 "apihelp-edit-example-edit": "Edit a page.",
123 "apihelp-edit-example-prepend": "Prepend <kbd>_&#95;NOTOC_&#95;</kbd> to a page.",
124 "apihelp-edit-example-undo": "Undo revisions 13579 through 13585 with autosummary.",
125
126 "apihelp-emailuser-description": "Email a user.",
127 "apihelp-emailuser-param-target": "User to send email to.",
128 "apihelp-emailuser-param-subject": "Subject header.",
129 "apihelp-emailuser-param-text": "Mail body.",
130 "apihelp-emailuser-param-ccme": "Send a copy of this mail to me.",
131 "apihelp-emailuser-example-email": "Send an email to user <kbd>WikiSysop</kbd> with the text <kbd>Content</kbd>.",
132
133 "apihelp-expandtemplates-description": "Expands all templates within wikitext.",
134 "apihelp-expandtemplates-param-title": "Title of page.",
135 "apihelp-expandtemplates-param-text": "Wikitext to convert.",
136 "apihelp-expandtemplates-param-revid": "Revision ID, for <nowiki>{{REVISIONID}}</nowiki> and similar variables.",
137 "apihelp-expandtemplates-param-prop": "Which pieces of information to get.\n\nNote that if no values are selected, the result will contain the wikitext, but the output will be in a deprecated format.",
138 "apihelp-expandtemplates-paramvalue-prop-wikitext": "The expanded wikitext.",
139 "apihelp-expandtemplates-paramvalue-prop-categories": "Any categories present in the input that are not represented in the wikitext output.",
140 "apihelp-expandtemplates-paramvalue-prop-properties": "Page properties defined by expanded magic words in the wikitext.",
141 "apihelp-expandtemplates-paramvalue-prop-volatile": "Whether the output is volatile and should not be reused elsewhere within the page.",
142 "apihelp-expandtemplates-paramvalue-prop-ttl": "The maximum time after which caches of the result should be invalidated.",
143 "apihelp-expandtemplates-paramvalue-prop-modules": "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>.",
144 "apihelp-expandtemplates-paramvalue-prop-jsconfigvars": "Gives the JavaScript configuration variables specific to the page.",
145 "apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars": "Gives the JavaScript configuration variables specific to the page as a JSON string.",
146 "apihelp-expandtemplates-paramvalue-prop-parsetree": "The XML parse tree of the input.",
147 "apihelp-expandtemplates-param-includecomments": "Whether to include HTML comments in the output.",
148 "apihelp-expandtemplates-param-generatexml": "Generate XML parse tree (replaced by $1prop=parsetree).",
149 "apihelp-expandtemplates-example-simple": "Expand the wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.",
150
151 "apihelp-feedcontributions-description": "Returns a user contributions feed.",
152 "apihelp-feedcontributions-param-feedformat": "The format of the feed.",
153 "apihelp-feedcontributions-param-user": "What users to get the contributions for.",
154 "apihelp-feedcontributions-param-namespace": "Which namespace to filter the contributions by.",
155 "apihelp-feedcontributions-param-year": "From year (and earlier).",
156 "apihelp-feedcontributions-param-month": "From month (and earlier).",
157 "apihelp-feedcontributions-param-tagfilter": "Filter contributions that have these tags.",
158 "apihelp-feedcontributions-param-deletedonly": "Show only deleted contributions.",
159 "apihelp-feedcontributions-param-toponly": "Only show edits that are the latest revisions.",
160 "apihelp-feedcontributions-param-newonly": "Only show edits that are page creations.",
161 "apihelp-feedcontributions-param-hideminor": "Hide minor edits.",
162 "apihelp-feedcontributions-param-showsizediff": "Show the size difference between revisions.",
163 "apihelp-feedcontributions-example-simple": "Return contributions for user <kbd>Example</kbd>.",
164
165 "apihelp-feedrecentchanges-description": "Returns a recent changes feed.",
166 "apihelp-feedrecentchanges-param-feedformat": "The format of the feed.",
167 "apihelp-feedrecentchanges-param-namespace": "Namespace to limit the results to.",
168 "apihelp-feedrecentchanges-param-invert": "All namespaces but the selected one.",
169 "apihelp-feedrecentchanges-param-associated": "Include associated (talk or main) namespace.",
170 "apihelp-feedrecentchanges-param-days": "Days to limit the results to.",
171 "apihelp-feedrecentchanges-param-limit": "Maximum number of results to return.",
172 "apihelp-feedrecentchanges-param-from": "Show changes since then.",
173 "apihelp-feedrecentchanges-param-hideminor": "Hide minor changes.",
174 "apihelp-feedrecentchanges-param-hidebots": "Hide changes made by bots.",
175 "apihelp-feedrecentchanges-param-hideanons": "Hide changes made by anonymous users.",
176 "apihelp-feedrecentchanges-param-hideliu": "Hide changes made by registered users.",
177 "apihelp-feedrecentchanges-param-hidepatrolled": "Hide patrolled changes.",
178 "apihelp-feedrecentchanges-param-hidemyself": "Hide changes made by the current user.",
179 "apihelp-feedrecentchanges-param-hidecategorization": "Hide category membership changes.",
180 "apihelp-feedrecentchanges-param-tagfilter": "Filter by tag.",
181 "apihelp-feedrecentchanges-param-target": "Show only changes on pages linked from this page.",
182 "apihelp-feedrecentchanges-param-showlinkedto": "Show changes on pages linked to the selected page instead.",
183 "apihelp-feedrecentchanges-param-categories": "Show only changes on pages in all of these categories.",
184 "apihelp-feedrecentchanges-param-categories_any": "Show only changes on pages in any of the categories instead.",
185 "apihelp-feedrecentchanges-example-simple": "Show recent changes.",
186 "apihelp-feedrecentchanges-example-30days": "Show recent changes for 30 days.",
187
188 "apihelp-feedwatchlist-description": "Returns a watchlist feed.",
189 "apihelp-feedwatchlist-param-feedformat": "The format of the feed.",
190 "apihelp-feedwatchlist-param-hours": "List pages modified within this many hours from now.",
191 "apihelp-feedwatchlist-param-linktosections": "Link directly to changed sections if possible.",
192 "apihelp-feedwatchlist-example-default": "Show the watchlist feed.",
193 "apihelp-feedwatchlist-example-all6hrs": "Show all changes to watched pages in the past 6 hours.",
194
195 "apihelp-filerevert-description": "Revert a file to an old version.",
196 "apihelp-filerevert-param-filename": "Target filename, without the File: prefix.",
197 "apihelp-filerevert-param-comment": "Upload comment.",
198 "apihelp-filerevert-param-archivename": "Archive name of the revision to revert to.",
199 "apihelp-filerevert-example-revert": "Revert <kbd>Wiki.png</kbd> to the version of <kbd>2011-03-05T15:27:40Z</kbd>.",
200
201 "apihelp-help-description": "Display help for the specified modules.",
202 "apihelp-help-param-modules": "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>.",
203 "apihelp-help-param-submodules": "Include help for submodules of the named module.",
204 "apihelp-help-param-recursivesubmodules": "Include help for submodules recursively.",
205 "apihelp-help-param-helpformat": "Format of the help output.",
206 "apihelp-help-param-wrap": "Wrap the output in a standard API response structure.",
207 "apihelp-help-param-toc": "Include a table of contents in the HTML output.",
208 "apihelp-help-example-main": "Help for the main module.",
209 "apihelp-help-example-submodules": "Help for <kbd>action=query</kbd> and all its submodules.",
210 "apihelp-help-example-recursive": "All help in one page.",
211 "apihelp-help-example-help": "Help for the help module itself.",
212 "apihelp-help-example-query": "Help for two query submodules.",
213
214 "apihelp-imagerotate-description": "Rotate one or more images.",
215 "apihelp-imagerotate-param-rotation": "Degrees to rotate image clockwise.",
216 "apihelp-imagerotate-example-simple": "Rotate <kbd>File:Example.png</kbd> by <kbd>90</kbd> degrees.",
217 "apihelp-imagerotate-example-generator": "Rotate all images in <kbd>Category:Flip</kbd> by <kbd>180</kbd> degrees.",
218
219 "apihelp-import-description": "Import a page from another wiki, or from an XML file.\n\nNote 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.",
220 "apihelp-import-param-summary": "Log entry import summary.",
221 "apihelp-import-param-xml": "Uploaded XML file.",
222 "apihelp-import-param-interwikisource": "For interwiki imports: wiki to import from.",
223 "apihelp-import-param-interwikipage": "For interwiki imports: page to import.",
224 "apihelp-import-param-fullhistory": "For interwiki imports: import the full history, not just the current version.",
225 "apihelp-import-param-templates": "For interwiki imports: import all included templates as well.",
226 "apihelp-import-param-namespace": "Import to this namespace. Cannot be used together with <var>$1rootpage</var>.",
227 "apihelp-import-param-rootpage": "Import as subpage of this page. Cannot be used together with <var>$1namespace</var>.",
228 "apihelp-import-example-import": "Import [[meta:Help:ParserFunctions]] to namespace 100 with full history.",
229
230 "apihelp-linkaccount-description": "Link an account from a third-party provider to the current user.",
231 "apihelp-linkaccount-example-link": "Start the process of linking to an account from <kbd>Example</kbd>.",
232
233 "apihelp-login-description": "Log in and get authentication cookies.\n\nThis 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>.",
234 "apihelp-login-description-nobotpasswords": "Log in and get authentication cookies.\n\nThis action is deprecated and may fail without warning. To safely log in, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.",
235 "apihelp-login-param-name": "User name.",
236 "apihelp-login-param-password": "Password.",
237 "apihelp-login-param-domain": "Domain (optional).",
238 "apihelp-login-param-token": "Login token obtained in first request.",
239 "apihelp-login-example-gettoken": "Retrieve a login token.",
240 "apihelp-login-example-login": "Log in.",
241
242 "apihelp-logout-description": "Log out and clear session data.",
243 "apihelp-logout-example-logout": "Log the current user out.",
244
245 "apihelp-managetags-description": "Perform management tasks relating to change tags.",
246 "apihelp-managetags-param-operation": "Which operation to perform:\n;create:Create a new change tag for manual use.\n;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.\n;activate:Activate a change tag, allowing users to apply it manually.\n;deactivate:Deactivate a change tag, preventing users from applying it manually.",
247 "apihelp-managetags-param-tag": "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.",
248 "apihelp-managetags-param-reason": "An optional reason for creating, deleting, activating or deactivating the tag.",
249 "apihelp-managetags-param-ignorewarnings": "Whether to ignore any warnings that are issued during the operation.",
250 "apihelp-managetags-example-create": "Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>",
251 "apihelp-managetags-example-delete": "Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd>",
252 "apihelp-managetags-example-activate": "Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>",
253 "apihelp-managetags-example-deactivate": "Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd>",
254
255 "apihelp-mergehistory-description": "Merge page histories.",
256 "apihelp-mergehistory-param-from": "Title of the page from which history will be merged. Cannot be used together with <var>$1fromid</var>.",
257 "apihelp-mergehistory-param-fromid": "Page ID of the page from which history will be merged. Cannot be used together with <var>$1from</var>.",
258 "apihelp-mergehistory-param-to": "Title of the page to which history will be merged. Cannot be used together with <var>$1toid</var>.",
259 "apihelp-mergehistory-param-toid": "Page ID of the page to which history will be merged. Cannot be used together with <var>$1to</var>.",
260 "apihelp-mergehistory-param-timestamp": "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.",
261 "apihelp-mergehistory-param-reason": "Reason for the history merge.",
262 "apihelp-mergehistory-example-merge": "Merge the entire history of <kbd>Oldpage</kbd> into <kbd>Newpage</kbd>.",
263 "apihelp-mergehistory-example-merge-timestamp": "Merge the page revisions of <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> into <kbd>Newpage</kbd>.",
264
265 "apihelp-move-description": "Move a page.",
266 "apihelp-move-param-from": "Title of the page to rename. Cannot be used together with <var>$1fromid</var>.",
267 "apihelp-move-param-fromid": "Page ID of the page to rename. Cannot be used together with <var>$1from</var>.",
268 "apihelp-move-param-to": "Title to rename the page to.",
269 "apihelp-move-param-reason": "Reason for the rename.",
270 "apihelp-move-param-movetalk": "Rename the talk page, if it exists.",
271 "apihelp-move-param-movesubpages": "Rename subpages, if applicable.",
272 "apihelp-move-param-noredirect": "Don't create a redirect.",
273 "apihelp-move-param-watch": "Add the page and the redirect to the current user's watchlist.",
274 "apihelp-move-param-unwatch": "Remove the page and the redirect from the current user's watchlist.",
275 "apihelp-move-param-watchlist": "Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.",
276 "apihelp-move-param-ignorewarnings": "Ignore any warnings.",
277 "apihelp-move-example-move": "Move <kbd>Badtitle</kbd> to <kbd>Goodtitle</kbd> without leaving a redirect.",
278
279 "apihelp-opensearch-description": "Search the wiki using the OpenSearch protocol.",
280 "apihelp-opensearch-param-search": "Search string.",
281 "apihelp-opensearch-param-limit": "Maximum number of results to return.",
282 "apihelp-opensearch-param-namespace": "Namespaces to search.",
283 "apihelp-opensearch-param-suggest": "Do nothing if <var>[[mw:Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]</var> is false.",
284 "apihelp-opensearch-param-redirects": "How to handle redirects:\n;return:Return the redirect itself.\n;resolve:Return the target page. May return fewer than $1limit results.\nFor historical reasons, the default is \"return\" for $1format=json and \"resolve\" for other formats.",
285 "apihelp-opensearch-param-format": "The format of the output.",
286 "apihelp-opensearch-param-warningsaserror": "If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.",
287 "apihelp-opensearch-example-te": "Find pages beginning with <kbd>Te</kbd>.",
288
289 "apihelp-options-description": "Change preferences of the current user.\n\nOnly 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.",
290 "apihelp-options-param-reset": "Resets preferences to the site defaults.",
291 "apihelp-options-param-resetkinds": "List of types of options to reset when the <var>$1reset</var> option is set.",
292 "apihelp-options-param-change": "List of changes, formatted name=value (e.g. skin=vector). Value cannot contain pipe characters. If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value.",
293 "apihelp-options-param-optionname": "The name of the option that should be set to the value given by <var>$1optionvalue</var>.",
294 "apihelp-options-param-optionvalue": "The value for the option specified by <var>$1optionname</var>, can contain pipe characters.",
295 "apihelp-options-example-reset": "Reset all preferences.",
296 "apihelp-options-example-change": "Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.",
297 "apihelp-options-example-complex": "Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.",
298
299 "apihelp-paraminfo-description": "Obtain information about API modules.",
300 "apihelp-paraminfo-param-modules": "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>.",
301 "apihelp-paraminfo-param-helpformat": "Format of help strings.",
302 "apihelp-paraminfo-param-querymodules": "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>.",
303 "apihelp-paraminfo-param-mainmodule": "Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead.",
304 "apihelp-paraminfo-param-pagesetmodule": "Get information about the pageset module (providing titles= and friends) as well.",
305 "apihelp-paraminfo-param-formatmodules": "List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead.",
306 "apihelp-paraminfo-example-1": "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>.",
307 "apihelp-paraminfo-example-2": "Show info for all submodules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.",
308
309 "apihelp-parse-description": "Parses content and returns parser output.\n\nSee the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page.\n\nThere are several ways to specify the text to parse:\n# Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>.\n# Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, and <var>$1contentmodel</var>.\n# Specify only a summary to parse. <var>$1prop</var> should be given an empty value.",
310 "apihelp-parse-param-title": "Title of page the text belongs to. If omitted, <var>$1contentmodel</var> must be specified, and [[API]] will be used as the title.",
311 "apihelp-parse-param-text": "Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model.",
312 "apihelp-parse-param-summary": "Summary to parse.",
313 "apihelp-parse-param-page": "Parse the content of this page. Cannot be used together with <var>$1text</var> and <var>$1title</var>.",
314 "apihelp-parse-param-pageid": "Parse the content of this page. Overrides <var>$1page</var>.",
315 "apihelp-parse-param-redirects": "If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it.",
316 "apihelp-parse-param-oldid": "Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>.",
317 "apihelp-parse-param-prop": "Which pieces of information to get:",
318 "apihelp-parse-paramvalue-prop-text": "Gives the parsed text of the wikitext.",
319 "apihelp-parse-paramvalue-prop-langlinks": "Gives the language links in the parsed wikitext.",
320 "apihelp-parse-paramvalue-prop-categories": "Gives the categories in the parsed wikitext.",
321 "apihelp-parse-paramvalue-prop-categorieshtml": "Gives the HTML version of the categories.",
322 "apihelp-parse-paramvalue-prop-links": "Gives the internal links in the parsed wikitext.",
323 "apihelp-parse-paramvalue-prop-templates": "Gives the templates in the parsed wikitext.",
324 "apihelp-parse-paramvalue-prop-images": "Gives the images in the parsed wikitext.",
325 "apihelp-parse-paramvalue-prop-externallinks": "Gives the external links in the parsed wikitext.",
326 "apihelp-parse-paramvalue-prop-sections": "Gives the sections in the parsed wikitext.",
327 "apihelp-parse-paramvalue-prop-revid": "Adds the revision ID of the parsed page.",
328 "apihelp-parse-paramvalue-prop-displaytitle": "Adds the title of the parsed wikitext.",
329 "apihelp-parse-paramvalue-prop-headitems": "<span class=\"apihelp-deprecated\">Deprecated.</span> Gives items to put in the <code>&lt;head&gt;</code> of the page.",
330 "apihelp-parse-paramvalue-prop-headhtml": "Gives parsed <code>&lt;head&gt;</code> of the page.",
331 "apihelp-parse-paramvalue-prop-modules": "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>.",
332 "apihelp-parse-paramvalue-prop-jsconfigvars": "Gives the JavaScript configuration variables specific to the page. To apply, use <code>mw.config.set()</code>.",
333 "apihelp-parse-paramvalue-prop-encodedjsconfigvars": "Gives the JavaScript configuration variables specific to the page as a JSON string.",
334 "apihelp-parse-paramvalue-prop-indicators": "Gives the HTML of page status indicators used on the page.",
335 "apihelp-parse-paramvalue-prop-iwlinks": "Gives interwiki links in the parsed wikitext.",
336 "apihelp-parse-paramvalue-prop-wikitext": "Gives the original wikitext that was parsed.",
337 "apihelp-parse-paramvalue-prop-properties": "Gives various properties defined in the parsed wikitext.",
338 "apihelp-parse-paramvalue-prop-limitreportdata": "Gives the limit report in a structured way. Gives no data, when <var>$1disablelimitreport</var> is set.",
339 "apihelp-parse-paramvalue-prop-limitreporthtml": "Gives the HTML version of the limit report. Gives no data, when <var>$1disablelimitreport</var> is set.",
340 "apihelp-parse-paramvalue-prop-parsetree": "The XML parse tree of revision content (requires content model <code>$1</code>)",
341 "apihelp-parse-param-pst": "Do a pre-save transform on the input before parsing it. Only valid when used with text.",
342 "apihelp-parse-param-onlypst": "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>.",
343 "apihelp-parse-param-effectivelanglinks": "Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>).",
344 "apihelp-parse-param-section": "Only parse the content of this section number.\n\nWhen <kbd>new</kbd>, parse <var>$1text</var> and <var>$1sectiontitle</var> as if adding a new section to the page.\n\n<kbd>new</kbd> is allowed only when specifying <var>text</var>.",
345 "apihelp-parse-param-sectiontitle": "New section title when <var>section</var> is <kbd>new</kbd>.\n\nUnlike page editing, this does not fall back to <var>summary</var> when omitted or empty.",
346 "apihelp-parse-param-disablelimitreport": "Omit the limit report (\"NewPP limit report\") from the parser output.",
347 "apihelp-parse-param-disablepp": "Use <var>$1disablelimitreport</var> instead.",
348 "apihelp-parse-param-disableeditsection": "Omit edit section links from the parser output.",
349 "apihelp-parse-param-disabletidy": "Do not run HTML cleanup (e.g. tidy) on the parser output.",
350 "apihelp-parse-param-generatexml": "Generate XML parse tree (requires content model <code>$1</code>; replaced by <kbd>$2prop=parsetree</kbd>).",
351 "apihelp-parse-param-preview": "Parse in preview mode.",
352 "apihelp-parse-param-sectionpreview": "Parse in section preview mode (enables preview mode too).",
353 "apihelp-parse-param-disabletoc": "Omit table of contents in output.",
354 "apihelp-parse-param-contentformat": "Content serialization format used for the input text. Only valid when used with $1text.",
355 "apihelp-parse-param-contentmodel": "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.",
356 "apihelp-parse-example-page": "Parse a page.",
357 "apihelp-parse-example-text": "Parse wikitext.",
358 "apihelp-parse-example-texttitle": "Parse wikitext, specifying the page title.",
359 "apihelp-parse-example-summary": "Parse a summary.",
360
361 "apihelp-patrol-description": "Patrol a page or revision.",
362 "apihelp-patrol-param-rcid": "Recentchanges ID to patrol.",
363 "apihelp-patrol-param-revid": "Revision ID to patrol.",
364 "apihelp-patrol-param-tags": "Change tags to apply to the entry in the patrol log.",
365 "apihelp-patrol-example-rcid": "Patrol a recent change.",
366 "apihelp-patrol-example-revid": "Patrol a revision.",
367
368 "apihelp-protect-description": "Change the protection level of a page.",
369 "apihelp-protect-param-title": "Title of the page to (un)protect. Cannot be used together with $1pageid.",
370 "apihelp-protect-param-pageid": "ID of the page to (un)protect. Cannot be used together with $1title.",
371 "apihelp-protect-param-protections": "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.\n\n<strong>Note:</strong> Any actions not listed will have restrictions removed.",
372 "apihelp-protect-param-expiry": "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.",
373 "apihelp-protect-param-reason": "Reason for (un)protecting.",
374 "apihelp-protect-param-tags": "Change tags to apply to the entry in the protection log.",
375 "apihelp-protect-param-cascade": "Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading.",
376 "apihelp-protect-param-watch": "If set, add the page being (un)protected to the current user's watchlist.",
377 "apihelp-protect-param-watchlist": "Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.",
378 "apihelp-protect-example-protect": "Protect a page.",
379 "apihelp-protect-example-unprotect": "Unprotect a page by setting restrictions to <kbd>all</kbd> (i.e. everyone is allowed to take the action).",
380 "apihelp-protect-example-unprotect2": "Unprotect a page by setting no restrictions.",
381
382 "apihelp-purge-description": "Purge the cache for the given titles.\n\nRequires a POST request if the user is not logged in.",
383 "apihelp-purge-param-forcelinkupdate": "Update the links tables.",
384 "apihelp-purge-param-forcerecursivelinkupdate": "Update the links table, and update the links tables for any page that uses this page as a template.",
385 "apihelp-purge-example-simple": "Purge the <kbd>Main Page</kbd> and the <kbd>API</kbd> page.",
386 "apihelp-purge-example-generator": "Purge the first 10 pages in the main namespace.",
387
388 "apihelp-query-description": "Fetch data from and about MediaWiki.\n\nAll data modifications will first have to use query to acquire a token to prevent abuse from malicious sites.",
389 "apihelp-query-param-prop": "Which properties to get for the queried pages.",
390 "apihelp-query-param-list": "Which lists to get.",
391 "apihelp-query-param-meta": "Which metadata to get.",
392 "apihelp-query-param-indexpageids": "Include an additional pageids section listing all returned page IDs.",
393 "apihelp-query-param-export": "Export the current revisions of all given or generated pages.",
394 "apihelp-query-param-exportnowrap": "Return the export XML without wrapping it in an XML result (same format as [[Special:Export]]). Can only be used with $1export.",
395 "apihelp-query-param-iwurl": "Whether to get the full URL if the title is an interwiki link.",
396 "apihelp-query-param-rawcontinue": "Return raw <samp>query-continue</samp> data for continuation.",
397 "apihelp-query-example-revisions": "Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of <kbd>Main Page</kbd>.",
398 "apihelp-query-example-allpages": "Fetch revisions of pages beginning with <kbd>API/</kbd>.",
399
400 "apihelp-query+allcategories-description": "Enumerate all categories.",
401 "apihelp-query+allcategories-param-from": "The category to start enumerating from.",
402 "apihelp-query+allcategories-param-to": "The category to stop enumerating at.",
403 "apihelp-query+allcategories-param-prefix": "Search for all category titles that begin with this value.",
404 "apihelp-query+allcategories-param-dir": "Direction to sort in.",
405 "apihelp-query+allcategories-param-min": "Only return categories with at least this many members.",
406 "apihelp-query+allcategories-param-max": "Only return categories with at most this many members.",
407 "apihelp-query+allcategories-param-limit": "How many categories to return.",
408 "apihelp-query+allcategories-param-prop": "Which properties to get:",
409 "apihelp-query+allcategories-paramvalue-prop-size": "Adds number of pages in the category.",
410 "apihelp-query+allcategories-paramvalue-prop-hidden": "Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.",
411 "apihelp-query+allcategories-example-size": "List categories with information on the number of pages in each.",
412 "apihelp-query+allcategories-example-generator": "Retrieve info about the category page itself for categories beginning <kbd>List</kbd>.",
413
414 "apihelp-query+alldeletedrevisions-description": "List all deleted revisions by a user or in a namespace.",
415 "apihelp-query+alldeletedrevisions-paraminfo-useronly": "May only be used with <var>$3user</var>.",
416 "apihelp-query+alldeletedrevisions-paraminfo-nonuseronly": "Cannot be used with <var>$3user</var>.",
417 "apihelp-query+alldeletedrevisions-param-start": "The timestamp to start enumerating from.",
418 "apihelp-query+alldeletedrevisions-param-end": "The timestamp to stop enumerating at.",
419 "apihelp-query+alldeletedrevisions-param-from": "Start listing at this title.",
420 "apihelp-query+alldeletedrevisions-param-to": "Stop listing at this title.",
421 "apihelp-query+alldeletedrevisions-param-prefix": "Search for all page titles that begin with this value.",
422 "apihelp-query+alldeletedrevisions-param-tag": "Only list revisions tagged with this tag.",
423 "apihelp-query+alldeletedrevisions-param-user": "Only list revisions by this user.",
424 "apihelp-query+alldeletedrevisions-param-excludeuser": "Don't list revisions by this user.",
425 "apihelp-query+alldeletedrevisions-param-namespace": "Only list pages in this namespace.",
426 "apihelp-query+alldeletedrevisions-param-miser-user-namespace": "<strong>Note:</strong> Due to [[mw: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.",
427 "apihelp-query+alldeletedrevisions-param-generatetitles": "When being used as a generator, generate titles rather than revision IDs.",
428 "apihelp-query+alldeletedrevisions-example-user": "List the last 50 deleted contributions by user <kbd>Example</kbd>.",
429 "apihelp-query+alldeletedrevisions-example-ns-main": "List the first 50 deleted revisions in the main namespace.",
430
431 "apihelp-query+allfileusages-description": "List all file usages, including non-existing.",
432 "apihelp-query+allfileusages-param-from": "The title of the file to start enumerating from.",
433 "apihelp-query+allfileusages-param-to": "The title of the file to stop enumerating at.",
434 "apihelp-query+allfileusages-param-prefix": "Search for all file titles that begin with this value.",
435 "apihelp-query+allfileusages-param-unique": "Only show distinct file titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.",
436 "apihelp-query+allfileusages-param-prop": "Which pieces of information to include:",
437 "apihelp-query+allfileusages-paramvalue-prop-ids": "Adds the page IDs of the using pages (cannot be used with $1unique).",
438 "apihelp-query+allfileusages-paramvalue-prop-title": "Adds the title of the file.",
439 "apihelp-query+allfileusages-param-limit": "How many total items to return.",
440 "apihelp-query+allfileusages-param-dir": "The direction in which to list.",
441 "apihelp-query+allfileusages-example-B": "List file titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.",
442 "apihelp-query+allfileusages-example-unique": "List unique file titles.",
443 "apihelp-query+allfileusages-example-unique-generator": "Gets all file titles, marking the missing ones.",
444 "apihelp-query+allfileusages-example-generator": "Gets pages containing the files.",
445
446 "apihelp-query+allimages-description": "Enumerate all images sequentially.",
447 "apihelp-query+allimages-param-sort": "Property to sort by.",
448 "apihelp-query+allimages-param-dir": "The direction in which to list.",
449 "apihelp-query+allimages-param-from": "The image title to start enumerating from. Can only be used with $1sort=name.",
450 "apihelp-query+allimages-param-to": "The image title to stop enumerating at. Can only be used with $1sort=name.",
451 "apihelp-query+allimages-param-start": "The timestamp to start enumerating from. Can only be used with $1sort=timestamp.",
452 "apihelp-query+allimages-param-end": "The timestamp to end enumerating. Can only be used with $1sort=timestamp.",
453 "apihelp-query+allimages-param-prefix": "Search for all image titles that begin with this value. Can only be used with $1sort=name.",
454 "apihelp-query+allimages-param-minsize": "Limit to images with at least this many bytes.",
455 "apihelp-query+allimages-param-maxsize": "Limit to images with at most this many bytes.",
456 "apihelp-query+allimages-param-sha1": "SHA1 hash of image. Overrides $1sha1base36.",
457 "apihelp-query+allimages-param-sha1base36": "SHA1 hash of image in base 36 (used in MediaWiki).",
458 "apihelp-query+allimages-param-user": "Only return files uploaded by this user. Can only be used with $1sort=timestamp. Cannot be used together with $1filterbots.",
459 "apihelp-query+allimages-param-filterbots": "How to filter files uploaded by bots. Can only be used with $1sort=timestamp. Cannot be used together with $1user.",
460 "apihelp-query+allimages-param-mime": "What MIME types to search for, e.g. <kbd>image/jpeg</kbd>.",
461 "apihelp-query+allimages-param-limit": "How many images in total to return.",
462 "apihelp-query+allimages-example-B": "Show a list of files starting at the letter <kbd>B</kbd>.",
463 "apihelp-query+allimages-example-recent": "Show a list of recently uploaded files, similar to [[Special:NewFiles]].",
464 "apihelp-query+allimages-example-mimetypes": "Show a list of files with MIME type <kbd>image/png</kbd> or <kbd>image/gif</kbd>",
465 "apihelp-query+allimages-example-generator": "Show info about 4 files starting at the letter <kbd>T</kbd>.",
466
467 "apihelp-query+alllinks-description": "Enumerate all links that point to a given namespace.",
468 "apihelp-query+alllinks-param-from": "The title of the link to start enumerating from.",
469 "apihelp-query+alllinks-param-to": "The title of the link to stop enumerating at.",
470 "apihelp-query+alllinks-param-prefix": "Search for all linked titles that begin with this value.",
471 "apihelp-query+alllinks-param-unique": "Only show distinct linked titles. Cannot be used with <kbd>$1prop=ids</kbd>.\nWhen used as a generator, yields target pages instead of source pages.",
472 "apihelp-query+alllinks-param-prop": "Which pieces of information to include:",
473 "apihelp-query+alllinks-paramvalue-prop-ids": "Adds the page ID of the linking page (cannot be used with <var>$1unique</var>).",
474 "apihelp-query+alllinks-paramvalue-prop-title": "Adds the title of the link.",
475 "apihelp-query+alllinks-param-namespace": "The namespace to enumerate.",
476 "apihelp-query+alllinks-param-limit": "How many total items to return.",
477 "apihelp-query+alllinks-param-dir": "The direction in which to list.",
478 "apihelp-query+alllinks-example-B": "List linked titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.",
479 "apihelp-query+alllinks-example-unique": "List unique linked titles.",
480 "apihelp-query+alllinks-example-unique-generator": "Gets all linked titles, marking the missing ones.",
481 "apihelp-query+alllinks-example-generator": "Gets pages containing the links.",
482
483 "apihelp-query+allmessages-description": "Return messages from this site.",
484 "apihelp-query+allmessages-param-messages": "Which messages to output. <kbd>*</kbd> (default) means all messages.",
485 "apihelp-query+allmessages-param-prop": "Which properties to get.",
486 "apihelp-query+allmessages-param-enableparser": "Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).",
487 "apihelp-query+allmessages-param-nocontent": "If set, do not include the content of the messages in the output.",
488 "apihelp-query+allmessages-param-includelocal": "Also include local messages, i.e. messages that don't exist in the software but do exist as a MediaWiki: page.\nThis lists all MediaWiki: pages, so it will also list those that aren't really messages such as [[MediaWiki:Common.js|Common.js]].",
489 "apihelp-query+allmessages-param-args": "Arguments to be substituted into message.",
490 "apihelp-query+allmessages-param-filter": "Return only messages with names that contain this string.",
491 "apihelp-query+allmessages-param-customised": "Return only messages in this customisation state.",
492 "apihelp-query+allmessages-param-lang": "Return messages in this language.",
493 "apihelp-query+allmessages-param-from": "Return messages starting at this message.",
494 "apihelp-query+allmessages-param-to": "Return messages ending at this message.",
495 "apihelp-query+allmessages-param-title": "Page name to use as context when parsing message (for $1enableparser option).",
496 "apihelp-query+allmessages-param-prefix": "Return messages with this prefix.",
497 "apihelp-query+allmessages-example-ipb": "Show messages starting with <kbd>ipb-</kbd>.",
498 "apihelp-query+allmessages-example-de": "Show messages <kbd>august</kbd> and <kbd>mainpage</kbd> in German.",
499
500 "apihelp-query+allpages-description": "Enumerate all pages sequentially in a given namespace.",
501 "apihelp-query+allpages-param-from": "The page title to start enumerating from.",
502 "apihelp-query+allpages-param-to": "The page title to stop enumerating at.",
503 "apihelp-query+allpages-param-prefix": "Search for all page titles that begin with this value.",
504 "apihelp-query+allpages-param-namespace": "The namespace to enumerate.",
505 "apihelp-query+allpages-param-filterredir": "Which pages to list.",
506 "apihelp-query+allpages-param-minsize": "Limit to pages with at least this many bytes.",
507 "apihelp-query+allpages-param-maxsize": "Limit to pages with at most this many bytes.",
508 "apihelp-query+allpages-param-prtype": "Limit to protected pages only.",
509 "apihelp-query+allpages-param-prlevel": "Filter protections based on protection level (must be used with $1prtype= parameter).",
510 "apihelp-query+allpages-param-prfiltercascade": "Filter protections based on cascadingness (ignored when $1prtype isn't set).",
511 "apihelp-query+allpages-param-limit": "How many total pages to return.",
512 "apihelp-query+allpages-param-dir": "The direction in which to list.",
513 "apihelp-query+allpages-param-filterlanglinks": "Filter based on whether a page has langlinks. Note that this may not consider langlinks added by extensions.",
514 "apihelp-query+allpages-param-prexpiry": "Which protection expiry to filter the page on:\n;indefinite:Get only pages with indefinite protection expiry.\n;definite:Get only pages with a definite (specific) protection expiry.\n;all:Get pages with any protections expiry.",
515 "apihelp-query+allpages-example-B": "Show a list of pages starting at the letter <kbd>B</kbd>.",
516 "apihelp-query+allpages-example-generator": "Show info about 4 pages starting at the letter <kbd>T</kbd>.",
517 "apihelp-query+allpages-example-generator-revisions": "Show content of first 2 non-redirect pages beginning at <kbd>Re</kbd>.",
518
519 "apihelp-query+allredirects-description": "List all redirects to a namespace.",
520 "apihelp-query+allredirects-param-from": "The title of the redirect to start enumerating from.",
521 "apihelp-query+allredirects-param-to": "The title of the redirect to stop enumerating at.",
522 "apihelp-query+allredirects-param-prefix": "Search for all target pages that begin with this value.",
523 "apihelp-query+allredirects-param-unique": "Only show distinct target pages. Cannot be used with $1prop=ids|fragment|interwiki.\nWhen used as a generator, yields target pages instead of source pages.",
524 "apihelp-query+allredirects-param-prop": "Which pieces of information to include:",
525 "apihelp-query+allredirects-paramvalue-prop-ids": "Adds the page ID of the redirecting page (cannot be used with <var>$1unique</var>).",
526 "apihelp-query+allredirects-paramvalue-prop-title": "Adds the title of the redirect.",
527 "apihelp-query+allredirects-paramvalue-prop-fragment": "Adds the fragment from the redirect, if any (cannot be used with <var>$1unique</var>).",
528 "apihelp-query+allredirects-paramvalue-prop-interwiki": "Adds the interwiki prefix from the redirect, if any (cannot be used with <var>$1unique</var>).",
529 "apihelp-query+allredirects-param-namespace": "The namespace to enumerate.",
530 "apihelp-query+allredirects-param-limit": "How many total items to return.",
531 "apihelp-query+allredirects-param-dir": "The direction in which to list.",
532 "apihelp-query+allredirects-example-B": "List target pages, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.",
533 "apihelp-query+allredirects-example-unique": "List unique target pages.",
534 "apihelp-query+allredirects-example-unique-generator": "Gets all target pages, marking the missing ones.",
535 "apihelp-query+allredirects-example-generator": "Gets pages containing the redirects.",
536
537 "apihelp-query+allrevisions-description": "List all revisions.",
538 "apihelp-query+allrevisions-param-start": "The timestamp to start enumerating from.",
539 "apihelp-query+allrevisions-param-end": "The timestamp to stop enumerating at.",
540 "apihelp-query+allrevisions-param-user": "Only list revisions by this user.",
541 "apihelp-query+allrevisions-param-excludeuser": "Don't list revisions by this user.",
542 "apihelp-query+allrevisions-param-namespace": "Only list pages in this namespace.",
543 "apihelp-query+allrevisions-param-generatetitles": "When being used as a generator, generate titles rather than revision IDs.",
544 "apihelp-query+allrevisions-example-user": "List the last 50 contributions by user <kbd>Example</kbd>.",
545 "apihelp-query+allrevisions-example-ns-main": "List the first 50 revisions in the main namespace.",
546
547 "apihelp-query+mystashedfiles-description": "Get a list of files in the current user's upload stash.",
548 "apihelp-query+mystashedfiles-param-prop": "Which properties to fetch for the files.",
549 "apihelp-query+mystashedfiles-paramvalue-prop-size": "Fetch the file size and image dimensions.",
550 "apihelp-query+mystashedfiles-paramvalue-prop-type": "Fetch the file's MIME type and media type.",
551 "apihelp-query+mystashedfiles-param-limit": "How many files to get.",
552 "apihelp-query+mystashedfiles-example-simple": "Get the filekey, file size, and pixel size of files in the current user's upload stash.",
553
554 "apihelp-query+alltransclusions-description": "List all transclusions (pages embedded using &#123;&#123;x&#125;&#125;), including non-existing.",
555 "apihelp-query+alltransclusions-param-from": "The title of the transclusion to start enumerating from.",
556 "apihelp-query+alltransclusions-param-to": "The title of the transclusion to stop enumerating at.",
557 "apihelp-query+alltransclusions-param-prefix": "Search for all transcluded titles that begin with this value.",
558 "apihelp-query+alltransclusions-param-unique": "Only show distinct transcluded titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.",
559 "apihelp-query+alltransclusions-param-prop": "Which pieces of information to include:",
560 "apihelp-query+alltransclusions-paramvalue-prop-ids": "Adds the page ID of the transcluding page (cannot be used with $1unique).",
561 "apihelp-query+alltransclusions-paramvalue-prop-title": "Adds the title of the transclusion.",
562 "apihelp-query+alltransclusions-param-namespace": "The namespace to enumerate.",
563 "apihelp-query+alltransclusions-param-limit": "How many total items to return.",
564 "apihelp-query+alltransclusions-param-dir": "The direction in which to list.",
565 "apihelp-query+alltransclusions-example-B": "List transcluded titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.",
566 "apihelp-query+alltransclusions-example-unique": "List unique transcluded titles.",
567 "apihelp-query+alltransclusions-example-unique-generator": "Gets all transcluded titles, marking the missing ones.",
568 "apihelp-query+alltransclusions-example-generator": "Gets pages containing the transclusions.",
569
570 "apihelp-query+allusers-description": "Enumerate all registered users.",
571 "apihelp-query+allusers-param-from": "The user name to start enumerating from.",
572 "apihelp-query+allusers-param-to": "The user name to stop enumerating at.",
573 "apihelp-query+allusers-param-prefix": "Search for all users that begin with this value.",
574 "apihelp-query+allusers-param-dir": "Direction to sort in.",
575 "apihelp-query+allusers-param-group": "Only include users in the given groups.",
576 "apihelp-query+allusers-param-excludegroup": "Exclude users in the given groups.",
577 "apihelp-query+allusers-param-rights": "Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.",
578 "apihelp-query+allusers-param-prop": "Which pieces of information to include:",
579 "apihelp-query+allusers-paramvalue-prop-blockinfo": "Adds the information about a current block on the user.",
580 "apihelp-query+allusers-paramvalue-prop-groups": "Lists groups that the user is in. This uses more server resources and may return fewer results than the limit.",
581 "apihelp-query+allusers-paramvalue-prop-implicitgroups": "Lists all the groups the user is automatically in.",
582 "apihelp-query+allusers-paramvalue-prop-rights": "Lists rights that the user has.",
583 "apihelp-query+allusers-paramvalue-prop-editcount": "Adds the edit count of the user.",
584 "apihelp-query+allusers-paramvalue-prop-registration": "Adds the timestamp of when the user registered if available (may be blank).",
585 "apihelp-query+allusers-paramvalue-prop-centralids": "Adds the central IDs and attachment status for the user.",
586 "apihelp-query+allusers-param-limit": "How many total user names to return.",
587 "apihelp-query+allusers-param-witheditsonly": "Only list users who have made edits.",
588 "apihelp-query+allusers-param-activeusers": "Only list users active in the last $1 {{PLURAL:$1|day|days}}.",
589 "apihelp-query+allusers-param-attachedwiki": "With <kbd>$1prop=centralids</kbd>, also indicate whether the user is attached with the wiki identified by this ID.",
590 "apihelp-query+allusers-example-Y": "List users starting at <kbd>Y</kbd>.",
591
592 "apihelp-query+authmanagerinfo-description": "Retrieve information about the current authentication status.",
593 "apihelp-query+authmanagerinfo-param-securitysensitiveoperation": "Test whether the user's current authentication status is sufficient for the specified security-sensitive operation.",
594 "apihelp-query+authmanagerinfo-param-requestsfor": "Fetch information about the authentication requests needed for the specified authentication action.",
595 "apihelp-query+authmanagerinfo-example-login": "Fetch the requests that may be used when beginning a login.",
596 "apihelp-query+authmanagerinfo-example-login-merged": "Fetch the requests that may be used when beginning a login, with form fields merged.",
597 "apihelp-query+authmanagerinfo-example-securitysensitiveoperation": "Test whether authentication is sufficient for action <kbd>foo</kbd>.",
598
599 "apihelp-query+backlinks-description": "Find all pages that link to the given page.",
600 "apihelp-query+backlinks-param-title": "Title to search. Cannot be used together with <var>$1pageid</var>.",
601 "apihelp-query+backlinks-param-pageid": "Page ID to search. Cannot be used together with <var>$1title</var>.",
602 "apihelp-query+backlinks-param-namespace": "The namespace to enumerate.",
603 "apihelp-query+backlinks-param-dir": "The direction in which to list.",
604 "apihelp-query+backlinks-param-filterredir": "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.",
605 "apihelp-query+backlinks-param-limit": "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).",
606 "apihelp-query+backlinks-param-redirect": "If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.",
607 "apihelp-query+backlinks-example-simple": "Show links to <kbd>Main page</kbd>.",
608 "apihelp-query+backlinks-example-generator": "Get information about pages linking to <kbd>Main page</kbd>.",
609
610 "apihelp-query+blocks-description": "List all blocked users and IP addresses.",
611 "apihelp-query+blocks-param-start": "The timestamp to start enumerating from.",
612 "apihelp-query+blocks-param-end": "The timestamp to stop enumerating at.",
613 "apihelp-query+blocks-param-ids": "List of block IDs to list (optional).",
614 "apihelp-query+blocks-param-users": "List of users to search for (optional).",
615 "apihelp-query+blocks-param-ip": "Get all blocks applying to this IP address or CIDR range, including range blocks.\nCannot be used together with <var>$3users</var>. CIDR ranges broader than IPv4/$1 or IPv6/$2 are not accepted.",
616 "apihelp-query+blocks-param-limit": "The maximum number of blocks to list.",
617 "apihelp-query+blocks-param-prop": "Which properties to get:",
618 "apihelp-query+blocks-paramvalue-prop-id": "Adds the ID of the block.",
619 "apihelp-query+blocks-paramvalue-prop-user": "Adds the username of the blocked user.",
620 "apihelp-query+blocks-paramvalue-prop-userid": "Adds the user ID of the blocked user.",
621 "apihelp-query+blocks-paramvalue-prop-by": "Adds the username of the blocking user.",
622 "apihelp-query+blocks-paramvalue-prop-byid": "Adds the user ID of the blocking user.",
623 "apihelp-query+blocks-paramvalue-prop-timestamp": "Adds the timestamp of when the block was given.",
624 "apihelp-query+blocks-paramvalue-prop-expiry": "Adds the timestamp of when the block expires.",
625 "apihelp-query+blocks-paramvalue-prop-reason": "Adds the reason given for the block.",
626 "apihelp-query+blocks-paramvalue-prop-range": "Adds the range of IP addresses affected by the block.",
627 "apihelp-query+blocks-paramvalue-prop-flags": "Tags the ban with (autoblock, anononly, etc.).",
628 "apihelp-query+blocks-param-show": "Show only items that meet these criteria.\nFor example, to see only indefinite blocks on IP addresses, set <kbd>$1show=ip|!temp</kbd>.",
629 "apihelp-query+blocks-example-simple": "List blocks.",
630 "apihelp-query+blocks-example-users": "List blocks of users <kbd>Alice</kbd> and <kbd>Bob</kbd>.",
631
632 "apihelp-query+categories-description": "List all categories the pages belong to.",
633 "apihelp-query+categories-param-prop": "Which additional properties to get for each category:",
634 "apihelp-query+categories-paramvalue-prop-sortkey": "Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category.",
635 "apihelp-query+categories-paramvalue-prop-timestamp": "Adds timestamp of when the category was added.",
636 "apihelp-query+categories-paramvalue-prop-hidden": "Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.",
637 "apihelp-query+categories-param-show": "Which kind of categories to show.",
638 "apihelp-query+categories-param-limit": "How many categories to return.",
639 "apihelp-query+categories-param-categories": "Only list these categories. Useful for checking whether a certain page is in a certain category.",
640 "apihelp-query+categories-param-dir": "The direction in which to list.",
641 "apihelp-query+categories-example-simple": "Get a list of categories the page <kbd>Albert Einstein</kbd> belongs to.",
642 "apihelp-query+categories-example-generator": "Get information about all categories used in the page <kbd>Albert Einstein</kbd>.",
643
644 "apihelp-query+categoryinfo-description": "Returns information about the given categories.",
645 "apihelp-query+categoryinfo-example-simple": "Get information about <kbd>Category:Foo</kbd> and <kbd>Category:Bar</kbd>.",
646
647 "apihelp-query+categorymembers-description": "List all pages in a given category.",
648 "apihelp-query+categorymembers-param-title": "Which category to enumerate (required). Must include the <kbd>{{ns:category}}:</kbd> prefix. Cannot be used together with <var>$1pageid</var>.",
649 "apihelp-query+categorymembers-param-pageid": "Page ID of the category to enumerate. Cannot be used together with <var>$1title</var>.",
650 "apihelp-query+categorymembers-param-prop": "Which pieces of information to include:",
651 "apihelp-query+categorymembers-paramvalue-prop-ids": "Adds the page ID.",
652 "apihelp-query+categorymembers-paramvalue-prop-title": "Adds the title and namespace ID of the page.",
653 "apihelp-query+categorymembers-paramvalue-prop-sortkey": "Adds the sortkey used for sorting in the category (hexadecimal string).",
654 "apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix": "Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey).",
655 "apihelp-query+categorymembers-paramvalue-prop-type": "Adds the type that the page has been categorised as (<samp>page</samp>, <samp>subcat</samp> or <samp>file</samp>).",
656 "apihelp-query+categorymembers-paramvalue-prop-timestamp": "Adds the timestamp of when the page was included.",
657 "apihelp-query+categorymembers-param-namespace": "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>.",
658 "apihelp-query+categorymembers-param-type": "Which type of category members to include. Ignored when <kbd>$1sort=timestamp</kbd> is set.",
659 "apihelp-query+categorymembers-param-limit": "The maximum number of pages to return.",
660 "apihelp-query+categorymembers-param-sort": "Property to sort by.",
661 "apihelp-query+categorymembers-param-dir": "In which direction to sort.",
662 "apihelp-query+categorymembers-param-start": "Timestamp to start listing from. Can only be used with <kbd>$1sort=timestamp</kbd>.",
663 "apihelp-query+categorymembers-param-end": "Timestamp to end listing at. Can only be used with <kbd>$1sort=timestamp</kbd>.",
664 "apihelp-query+categorymembers-param-starthexsortkey": "Sortkey to start listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.",
665 "apihelp-query+categorymembers-param-endhexsortkey": "Sortkey to end listing at, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with <kbd>$1sort=sortkey</kbd>.",
666 "apihelp-query+categorymembers-param-startsortkeyprefix": "Sortkey prefix to start listing from. Can only be used with <kbd>$1sort=sortkey</kbd>. Overrides <var>$1starthexsortkey</var>.",
667 "apihelp-query+categorymembers-param-endsortkeyprefix": "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.",
668 "apihelp-query+categorymembers-param-startsortkey": "Use $1starthexsortkey instead.",
669 "apihelp-query+categorymembers-param-endsortkey": "Use $1endhexsortkey instead.",
670 "apihelp-query+categorymembers-example-simple": "Get first 10 pages in <kbd>Category:Physics</kbd>.",
671 "apihelp-query+categorymembers-example-generator": "Get page info about first 10 pages in <kbd>Category:Physics</kbd>.",
672
673 "apihelp-query+contributors-description": "Get the list of logged-in contributors and the count of anonymous contributors to a page.",
674 "apihelp-query+contributors-param-group": "Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.",
675 "apihelp-query+contributors-param-excludegroup": "Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.",
676 "apihelp-query+contributors-param-rights": "Only include users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.",
677 "apihelp-query+contributors-param-excluderights": "Exclude users having the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.",
678 "apihelp-query+contributors-param-limit": "How many contributors to return.",
679 "apihelp-query+contributors-example-simple": "Show contributors to the page <kbd>Main Page</kbd>.",
680
681 "apihelp-query+deletedrevisions-description": "Get deleted revision information.\n\nMay be used in several ways:\n# Get deleted revisions for a set of pages, by setting titles or pageids. Ordered by title and timestamp.\n# Get data about a set of deleted revisions by setting their IDs with revids. Ordered by revision ID.",
682 "apihelp-query+deletedrevisions-param-start": "The timestamp to start enumerating from. Ignored when processing a list of revision IDs.",
683 "apihelp-query+deletedrevisions-param-end": "The timestamp to stop enumerating at. Ignored when processing a list of revision IDs.",
684 "apihelp-query+deletedrevisions-param-tag": "Only list revisions tagged with this tag.",
685 "apihelp-query+deletedrevisions-param-user": "Only list revisions by this user.",
686 "apihelp-query+deletedrevisions-param-excludeuser": "Don't list revisions by this user.",
687 "apihelp-query+deletedrevisions-example-titles": "List the deleted revisions of the pages <kbd>Main Page</kbd> and <kbd>Talk:Main Page</kbd>, with content.",
688 "apihelp-query+deletedrevisions-example-revids": "List the information for deleted revision <kbd>123456</kbd>.",
689
690 "apihelp-query+deletedrevs-description": "List deleted revisions.\n\nOperates in three modes:\n# List deleted revisions for the given titles, sorted by timestamp.\n# List deleted contributions for the given user, sorted by timestamp (no titles specified).\n# List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, $1user not set).\n\nCertain parameters only apply to some modes and are ignored in others.",
691 "apihelp-query+deletedrevs-paraminfo-modes": "{{PLURAL:$1|Mode|Modes}}: $2",
692 "apihelp-query+deletedrevs-param-start": "The timestamp to start enumerating from.",
693 "apihelp-query+deletedrevs-param-end": "The timestamp to stop enumerating at.",
694 "apihelp-query+deletedrevs-param-from": "Start listing at this title.",
695 "apihelp-query+deletedrevs-param-to": "Stop listing at this title.",
696 "apihelp-query+deletedrevs-param-prefix": "Search for all page titles that begin with this value.",
697 "apihelp-query+deletedrevs-param-unique": "List only one revision for each page.",
698 "apihelp-query+deletedrevs-param-tag": "Only list revisions tagged with this tag.",
699 "apihelp-query+deletedrevs-param-user": "Only list revisions by this user.",
700 "apihelp-query+deletedrevs-param-excludeuser": "Don't list revisions by this user.",
701 "apihelp-query+deletedrevs-param-namespace": "Only list pages in this namespace.",
702 "apihelp-query+deletedrevs-param-limit": "The maximum amount of revisions to list.",
703 "apihelp-query+deletedrevs-param-prop": "Which properties to get:\n;revid:Adds the revision ID of the deleted revision.\n;parentid:Adds the revision ID of the previous revision to the page.\n;user:Adds the user who made the revision.\n;userid:Adds the ID of the user who made the revision.\n;comment:Adds the comment of the revision.\n;parsedcomment:Adds the parsed comment of the revision.\n;minor:Tags if the revision is minor.\n;len:Adds the length (bytes) of the revision.\n;sha1:Adds the SHA-1 (base 16) of the revision.\n;content:Adds the content of the revision.\n;token:<span class=\"apihelp-deprecated\">Deprecated.</span> Gives the edit token.\n;tags:Tags for the revision.",
704 "apihelp-query+deletedrevs-example-mode1": "List the last deleted revisions of the pages <kbd>Main Page</kbd> and <kbd>Talk:Main Page</kbd>, with content (mode 1).",
705 "apihelp-query+deletedrevs-example-mode2": "List the last 50 deleted contributions by <kbd>Bob</kbd> (mode 2).",
706 "apihelp-query+deletedrevs-example-mode3-main": "List the first 50 deleted revisions in the main namespace (mode 3).",
707 "apihelp-query+deletedrevs-example-mode3-talk": "List the first 50 deleted pages in the {{ns:talk}} namespace (mode 3).",
708
709 "apihelp-query+disabled-description": "This query module has been disabled.",
710
711 "apihelp-query+duplicatefiles-description": "List all files that are duplicates of the given files based on hash values.",
712 "apihelp-query+duplicatefiles-param-limit": "How many duplicate files to return.",
713 "apihelp-query+duplicatefiles-param-dir": "The direction in which to list.",
714 "apihelp-query+duplicatefiles-param-localonly": "Look only for files in the local repository.",
715 "apihelp-query+duplicatefiles-example-simple": "Look for duplicates of [[:File:Albert Einstein Head.jpg]].",
716 "apihelp-query+duplicatefiles-example-generated": "Look for duplicates of all files.",
717
718 "apihelp-query+embeddedin-description": "Find all pages that embed (transclude) the given title.",
719 "apihelp-query+embeddedin-param-title": "Title to search. Cannot be used together with $1pageid.",
720 "apihelp-query+embeddedin-param-pageid": "Page ID to search. Cannot be used together with $1title.",
721 "apihelp-query+embeddedin-param-namespace": "The namespace to enumerate.",
722 "apihelp-query+embeddedin-param-dir": "The direction in which to list.",
723 "apihelp-query+embeddedin-param-filterredir": "How to filter for redirects.",
724 "apihelp-query+embeddedin-param-limit": "How many total pages to return.",
725 "apihelp-query+embeddedin-example-simple": "Show pages transcluding <kbd>Template:Stub</kbd>.",
726 "apihelp-query+embeddedin-example-generator": "Get information about pages transcluding <kbd>Template:Stub</kbd>.",
727
728 "apihelp-query+extlinks-description": "Returns all external URLs (not interwikis) from the given pages.",
729 "apihelp-query+extlinks-param-limit": "How many links to return.",
730 "apihelp-query+extlinks-param-protocol": "Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.",
731 "apihelp-query+extlinks-param-query": "Search string without protocol. Useful for checking whether a certain page contains a certain external url.",
732 "apihelp-query+extlinks-param-expandurl": "Expand protocol-relative URLs with the canonical protocol.",
733 "apihelp-query+extlinks-example-simple": "Get a list of external links on <kbd>Main Page</kbd>.",
734
735 "apihelp-query+exturlusage-description": "Enumerate pages that contain a given URL.",
736 "apihelp-query+exturlusage-param-prop": "Which pieces of information to include:",
737 "apihelp-query+exturlusage-paramvalue-prop-ids": "Adds the ID of page.",
738 "apihelp-query+exturlusage-paramvalue-prop-title": "Adds the title and namespace ID of the page.",
739 "apihelp-query+exturlusage-paramvalue-prop-url": "Adds the URL used in the page.",
740 "apihelp-query+exturlusage-param-protocol": "Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.",
741 "apihelp-query+exturlusage-param-query": "Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links.",
742 "apihelp-query+exturlusage-param-namespace": "The page namespaces to enumerate.",
743 "apihelp-query+exturlusage-param-limit": "How many pages to return.",
744 "apihelp-query+exturlusage-param-expandurl": "Expand protocol-relative URLs with the canonical protocol.",
745 "apihelp-query+exturlusage-example-simple": "Show pages linking to <kbd>http://www.mediawiki.org</kbd>.",
746
747 "apihelp-query+filearchive-description": "Enumerate all deleted files sequentially.",
748 "apihelp-query+filearchive-param-from": "The image title to start enumerating from.",
749 "apihelp-query+filearchive-param-to": "The image title to stop enumerating at.",
750 "apihelp-query+filearchive-param-prefix": "Search for all image titles that begin with this value.",
751 "apihelp-query+filearchive-param-limit": "How many images to return in total.",
752 "apihelp-query+filearchive-param-dir": "The direction in which to list.",
753 "apihelp-query+filearchive-param-sha1": "SHA1 hash of image. Overrides $1sha1base36.",
754 "apihelp-query+filearchive-param-sha1base36": "SHA1 hash of image in base 36 (used in MediaWiki).",
755 "apihelp-query+filearchive-param-prop": "Which image information to get:",
756 "apihelp-query+filearchive-paramvalue-prop-sha1": "Adds SHA-1 hash for the image.",
757 "apihelp-query+filearchive-paramvalue-prop-timestamp": "Adds timestamp for the uploaded version.",
758 "apihelp-query+filearchive-paramvalue-prop-user": "Adds user who uploaded the image version.",
759 "apihelp-query+filearchive-paramvalue-prop-size": "Adds the size of the image in bytes and the height, width and page count (if applicable).",
760 "apihelp-query+filearchive-paramvalue-prop-dimensions": "Alias for size.",
761 "apihelp-query+filearchive-paramvalue-prop-description": "Adds description of the image version.",
762 "apihelp-query+filearchive-paramvalue-prop-parseddescription": "Parse the description of the version.",
763 "apihelp-query+filearchive-paramvalue-prop-mime": "Adds MIME of the image.",
764 "apihelp-query+filearchive-paramvalue-prop-mediatype": "Adds the media type of the image.",
765 "apihelp-query+filearchive-paramvalue-prop-metadata": "Lists Exif metadata for the version of the image.",
766 "apihelp-query+filearchive-paramvalue-prop-bitdepth": "Adds the bit depth of the version.",
767 "apihelp-query+filearchive-paramvalue-prop-archivename": "Adds the filename of the archive version for non-latest versions.",
768 "apihelp-query+filearchive-example-simple": "Show a list of all deleted files.",
769
770 "apihelp-query+filerepoinfo-description": "Return meta information about image repositories configured on the wiki.",
771 "apihelp-query+filerepoinfo-param-prop": "Which repository properties to get (there may be more available on some wikis):\n;apiurl:URL to the repository API - helpful for getting image info from the host.\n;name:The key of the repository - used in e.g. <var>[[mw:Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values.\n;displayname:The human-readable name of the repository wiki.\n;rooturl:Root URL for image paths.\n;local:Whether that repository is the local one or not.",
772 "apihelp-query+filerepoinfo-example-simple": "Get information about file repositories.",
773
774 "apihelp-query+fileusage-description": "Find all pages that use the given files.",
775 "apihelp-query+fileusage-param-prop": "Which properties to get:",
776 "apihelp-query+fileusage-paramvalue-prop-pageid": "Page ID of each page.",
777 "apihelp-query+fileusage-paramvalue-prop-title": "Title of each page.",
778 "apihelp-query+fileusage-paramvalue-prop-redirect": "Flag if the page is a redirect.",
779 "apihelp-query+fileusage-param-namespace": "Only include pages in these namespaces.",
780 "apihelp-query+fileusage-param-limit": "How many to return.",
781 "apihelp-query+fileusage-param-show": "Show only items that meet these criteria:\n;redirect:Only show redirects.\n;!redirect:Only show non-redirects.",
782 "apihelp-query+fileusage-example-simple": "Get a list of pages using [[:File:Example.jpg]].",
783 "apihelp-query+fileusage-example-generator": "Get information about pages using [[:File:Example.jpg]].",
784
785 "apihelp-query+imageinfo-description": "Returns file information and upload history.",
786 "apihelp-query+imageinfo-param-prop": "Which file information to get:",
787 "apihelp-query+imageinfo-paramvalue-prop-timestamp": "Adds timestamp for the uploaded version.",
788 "apihelp-query+imageinfo-paramvalue-prop-user": "Adds the user who uploaded each file version.",
789 "apihelp-query+imageinfo-paramvalue-prop-userid": "Add the ID of the user that uploaded each file version.",
790 "apihelp-query+imageinfo-paramvalue-prop-comment": "Comment on the version.",
791 "apihelp-query+imageinfo-paramvalue-prop-parsedcomment": "Parse the comment on the version.",
792 "apihelp-query+imageinfo-paramvalue-prop-canonicaltitle": "Adds the canonical title of the file.",
793 "apihelp-query+imageinfo-paramvalue-prop-url": "Gives URL to the file and the description page.",
794 "apihelp-query+imageinfo-paramvalue-prop-size": "Adds the size of the file in bytes and the height, width and page count (if applicable).",
795 "apihelp-query+imageinfo-paramvalue-prop-dimensions": "Alias for size.",
796 "apihelp-query+imageinfo-paramvalue-prop-sha1": "Adds SHA-1 hash for the file.",
797 "apihelp-query+imageinfo-paramvalue-prop-mime": "Adds MIME type of the file.",
798 "apihelp-query+imageinfo-paramvalue-prop-thumbmime": "Adds MIME type of the image thumbnail (requires url and param $1urlwidth).",
799 "apihelp-query+imageinfo-paramvalue-prop-mediatype": "Adds the media type of the file.",
800 "apihelp-query+imageinfo-paramvalue-prop-metadata": "Lists Exif metadata for the version of the file.",
801 "apihelp-query+imageinfo-paramvalue-prop-commonmetadata": "Lists file format generic metadata for the version of the file.",
802 "apihelp-query+imageinfo-paramvalue-prop-extmetadata": "Lists formatted metadata combined from multiple sources. Results are HTML formatted.",
803 "apihelp-query+imageinfo-paramvalue-prop-archivename": "Adds the filename of the archive version for non-latest versions.",
804 "apihelp-query+imageinfo-paramvalue-prop-bitdepth": "Adds the bit depth of the version.",
805 "apihelp-query+imageinfo-paramvalue-prop-uploadwarning": "Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.",
806 "apihelp-query+imageinfo-param-limit": "How many file revisions to return per file.",
807 "apihelp-query+imageinfo-param-start": "Timestamp to start listing from.",
808 "apihelp-query+imageinfo-param-end": "Timestamp to stop listing at.",
809 "apihelp-query+imageinfo-param-urlwidth": "If $2prop=url is set, a URL to an image scaled to this width will be returned.\nFor performance reasons if this option is used, no more than $1 scaled images will be returned.",
810 "apihelp-query+imageinfo-param-urlheight": "Similar to $1urlwidth.",
811 "apihelp-query+imageinfo-param-metadataversion": "Version of metadata to use. If <kbd>latest</kbd> is specified, use latest version. Defaults to <kbd>1</kbd> for backwards compatibility.",
812 "apihelp-query+imageinfo-param-extmetadatalanguage": "What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted.",
813 "apihelp-query+imageinfo-param-extmetadatamultilang": "If translations for extmetadata property are available, fetch all of them.",
814 "apihelp-query+imageinfo-param-extmetadatafilter": "If specified and non-empty, only these keys will be returned for $1prop=extmetadata.",
815 "apihelp-query+imageinfo-param-urlparam": "A handler specific parameter string. For example, PDFs might use <kbd>page15-100px</kbd>. <var>$1urlwidth</var> must be used and be consistent with <var>$1urlparam</var>.",
816 "apihelp-query+imageinfo-param-localonly": "Look only for files in the local repository.",
817 "apihelp-query+imageinfo-example-simple": "Fetch information about the current version of [[:File:Albert Einstein Head.jpg]].",
818 "apihelp-query+imageinfo-example-dated": "Fetch information about versions of [[:File:Test.jpg]] from 2008 and later.",
819
820 "apihelp-query+images-description": "Returns all files contained on the given pages.",
821 "apihelp-query+images-param-limit": "How many files to return.",
822 "apihelp-query+images-param-images": "Only list these files. Useful for checking whether a certain page has a certain file.",
823 "apihelp-query+images-param-dir": "The direction in which to list.",
824 "apihelp-query+images-example-simple": "Get a list of files used in the [[Main Page]].",
825 "apihelp-query+images-example-generator": "Get information about all files used in the [[Main Page]].",
826
827 "apihelp-query+imageusage-description": "Find all pages that use the given image title.",
828 "apihelp-query+imageusage-param-title": "Title to search. Cannot be used together with $1pageid.",
829 "apihelp-query+imageusage-param-pageid": "Page ID to search. Cannot be used together with $1title.",
830 "apihelp-query+imageusage-param-namespace": "The namespace to enumerate.",
831 "apihelp-query+imageusage-param-dir": "The direction in which to list.",
832 "apihelp-query+imageusage-param-filterredir": "How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level.",
833 "apihelp-query+imageusage-param-limit": "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).",
834 "apihelp-query+imageusage-param-redirect": "If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.",
835 "apihelp-query+imageusage-example-simple": "Show pages using [[:File:Albert Einstein Head.jpg]].",
836 "apihelp-query+imageusage-example-generator": "Get information about pages using [[:File:Albert Einstein Head.jpg]].",
837
838 "apihelp-query+info-description": "Get basic page information.",
839 "apihelp-query+info-param-prop": "Which additional properties to get:",
840 "apihelp-query+info-paramvalue-prop-protection": "List the protection level of each page.",
841 "apihelp-query+info-paramvalue-prop-talkid": "The page ID of the talk page for each non-talk page.",
842 "apihelp-query+info-paramvalue-prop-watched": "List the watched status of each page.",
843 "apihelp-query+info-paramvalue-prop-watchers": "The number of watchers, if allowed.",
844 "apihelp-query+info-paramvalue-prop-visitingwatchers": "The number of watchers of each page who have visited recent edits to that page, if allowed.",
845 "apihelp-query+info-paramvalue-prop-notificationtimestamp": "The watchlist notification timestamp of each page.",
846 "apihelp-query+info-paramvalue-prop-subjectid": "The page ID of the parent page for each talk page.",
847 "apihelp-query+info-paramvalue-prop-url": "Gives a full URL, an edit URL, and the canonical URL for each page.",
848 "apihelp-query+info-paramvalue-prop-readable": "Whether the user can read this page.",
849 "apihelp-query+info-paramvalue-prop-preload": "Gives the text returned by EditFormPreloadText.",
850 "apihelp-query+info-paramvalue-prop-displaytitle": "Gives the manner in which the page title is actually displayed.",
851 "apihelp-query+info-param-testactions": "Test whether the current user can perform certain actions on the page.",
852 "apihelp-query+info-param-token": "Use [[Special:ApiHelp/query+tokens|action=query&meta=tokens]] instead.",
853 "apihelp-query+info-example-simple": "Get information about the page <kbd>Main Page</kbd>.",
854 "apihelp-query+info-example-protection": "Get general and protection information about the page <kbd>Main Page</kbd>.",
855
856 "apihelp-query+iwbacklinks-description": "Find all pages that link to the given interwiki link.\n\nCan be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively \"all interwiki links\".",
857 "apihelp-query+iwbacklinks-param-prefix": "Prefix for the interwiki.",
858 "apihelp-query+iwbacklinks-param-title": "Interwiki link to search for. Must be used with <var>$1blprefix</var>.",
859 "apihelp-query+iwbacklinks-param-limit": "How many total pages to return.",
860 "apihelp-query+iwbacklinks-param-prop": "Which properties to get:",
861 "apihelp-query+iwbacklinks-paramvalue-prop-iwprefix": "Adds the prefix of the interwiki.",
862 "apihelp-query+iwbacklinks-paramvalue-prop-iwtitle": "Adds the title of the interwiki.",
863 "apihelp-query+iwbacklinks-param-dir": "The direction in which to list.",
864 "apihelp-query+iwbacklinks-example-simple": "Get pages linking to [[wikibooks:Test]].",
865 "apihelp-query+iwbacklinks-example-generator": "Get information about pages linking to [[wikibooks:Test]].",
866
867 "apihelp-query+iwlinks-description": "Returns all interwiki links from the given pages.",
868 "apihelp-query+iwlinks-param-url": "Whether to get the full URL (cannot be used with $1prop).",
869 "apihelp-query+iwlinks-param-prop": "Which additional properties to get for each interlanguage link:",
870 "apihelp-query+iwlinks-paramvalue-prop-url": "Adds the full URL.",
871 "apihelp-query+iwlinks-param-limit": "How many interwiki links to return.",
872 "apihelp-query+iwlinks-param-prefix": "Only return interwiki links with this prefix.",
873 "apihelp-query+iwlinks-param-title": "Interwiki link to search for. Must be used with <var>$1prefix</var>.",
874 "apihelp-query+iwlinks-param-dir": "The direction in which to list.",
875 "apihelp-query+iwlinks-example-simple": "Get interwiki links from the page <kbd>Main Page</kbd>.",
876
877 "apihelp-query+langbacklinks-description": "Find all pages that link to the given language link.\n\nCan be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively \"all language links\".\n\nNote that this may not consider language links added by extensions.",
878 "apihelp-query+langbacklinks-param-lang": "Language for the language link.",
879 "apihelp-query+langbacklinks-param-title": "Language link to search for. Must be used with $1lang.",
880 "apihelp-query+langbacklinks-param-limit": "How many total pages to return.",
881 "apihelp-query+langbacklinks-param-prop": "Which properties to get:",
882 "apihelp-query+langbacklinks-paramvalue-prop-lllang": "Adds the language code of the language link.",
883 "apihelp-query+langbacklinks-paramvalue-prop-lltitle": "Adds the title of the language link.",
884 "apihelp-query+langbacklinks-param-dir": "The direction in which to list.",
885 "apihelp-query+langbacklinks-example-simple": "Get pages linking to [[:fr:Test]].",
886 "apihelp-query+langbacklinks-example-generator": "Get information about pages linking to [[:fr:Test]].",
887
888 "apihelp-query+langlinks-description": "Returns all interlanguage links from the given pages.",
889 "apihelp-query+langlinks-param-limit": "How many langlinks to return.",
890 "apihelp-query+langlinks-param-url": "Whether to get the full URL (cannot be used with <var>$1prop</var>).",
891 "apihelp-query+langlinks-param-prop": "Which additional properties to get for each interlanguage link:",
892 "apihelp-query+langlinks-paramvalue-prop-url": "Adds the full URL.",
893 "apihelp-query+langlinks-paramvalue-prop-langname": "Adds the localised language name (best effort). Use <var>$1inlanguagecode</var> to control the language.",
894 "apihelp-query+langlinks-paramvalue-prop-autonym": "Adds the native language name.",
895 "apihelp-query+langlinks-param-lang": "Only return language links with this language code.",
896 "apihelp-query+langlinks-param-title": "Link to search for. Must be used with <var>$1lang</var>.",
897 "apihelp-query+langlinks-param-dir": "The direction in which to list.",
898 "apihelp-query+langlinks-param-inlanguagecode": "Language code for localised language names.",
899 "apihelp-query+langlinks-example-simple": "Get interlanguage links from the page <kbd>Main Page</kbd>.",
900
901 "apihelp-query+links-description": "Returns all links from the given pages.",
902 "apihelp-query+links-param-namespace": "Show links in these namespaces only.",
903 "apihelp-query+links-param-limit": "How many links to return.",
904 "apihelp-query+links-param-titles": "Only list links to these titles. Useful for checking whether a certain page links to a certain title.",
905 "apihelp-query+links-param-dir": "The direction in which to list.",
906 "apihelp-query+links-example-simple": "Get links from the page <kbd>Main Page</kbd>",
907 "apihelp-query+links-example-generator": "Get information about the link pages in the page <kbd>Main Page</kbd>.",
908 "apihelp-query+links-example-namespaces": "Get links from the page <kbd>Main Page</kbd> in the {{ns:user}} and {{ns:template}} namespaces.",
909
910 "apihelp-query+linkshere-description": "Find all pages that link to the given pages.",
911 "apihelp-query+linkshere-param-prop": "Which properties to get:",
912 "apihelp-query+linkshere-paramvalue-prop-pageid": "Page ID of each page.",
913 "apihelp-query+linkshere-paramvalue-prop-title": "Title of each page.",
914 "apihelp-query+linkshere-paramvalue-prop-redirect": "Flag if the page is a redirect.",
915 "apihelp-query+linkshere-param-namespace": "Only include pages in these namespaces.",
916 "apihelp-query+linkshere-param-limit": "How many to return.",
917 "apihelp-query+linkshere-param-show": "Show only items that meet these criteria:\n;redirect:Only show redirects.\n;!redirect:Only show non-redirects.",
918 "apihelp-query+linkshere-example-simple": "Get a list of pages linking to the [[Main Page]].",
919 "apihelp-query+linkshere-example-generator": "Get information about pages linking to the [[Main Page]].",
920
921 "apihelp-query+logevents-description": "Get events from logs.",
922 "apihelp-query+logevents-param-prop": "Which properties to get:",
923 "apihelp-query+logevents-paramvalue-prop-ids": "Adds the ID of the log event.",
924 "apihelp-query+logevents-paramvalue-prop-title": "Adds the title of the page for the log event.",
925 "apihelp-query+logevents-paramvalue-prop-type": "Adds the type of log event.",
926 "apihelp-query+logevents-paramvalue-prop-user": "Adds the user responsible for the log event.",
927 "apihelp-query+logevents-paramvalue-prop-userid": "Adds the user ID who was responsible for the log event.",
928 "apihelp-query+logevents-paramvalue-prop-timestamp": "Adds the timestamp for the log event.",
929 "apihelp-query+logevents-paramvalue-prop-comment": "Adds the comment of the log event.",
930 "apihelp-query+logevents-paramvalue-prop-parsedcomment": "Adds the parsed comment of the log event.",
931 "apihelp-query+logevents-paramvalue-prop-details": "Lists additional details about the log event.",
932 "apihelp-query+logevents-paramvalue-prop-tags": "Lists tags for the log event.",
933 "apihelp-query+logevents-param-type": "Filter log entries to only this type.",
934 "apihelp-query+logevents-param-action": "Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/).",
935 "apihelp-query+logevents-param-start": "The timestamp to start enumerating from.",
936 "apihelp-query+logevents-param-end": "The timestamp to end enumerating.",
937 "apihelp-query+logevents-param-user": "Filter entries to those made by the given user.",
938 "apihelp-query+logevents-param-title": "Filter entries to those related to a page.",
939 "apihelp-query+logevents-param-namespace": "Filter entries to those in the given namespace.",
940 "apihelp-query+logevents-param-prefix": "Filter entries that start with this prefix.",
941 "apihelp-query+logevents-param-tag": "Only list event entries tagged with this tag.",
942 "apihelp-query+logevents-param-limit": "How many total event entries to return.",
943 "apihelp-query+logevents-example-simple": "List recent log events.",
944
945 "apihelp-query+pagepropnames-description": "List all page property names in use on the wiki.",
946 "apihelp-query+pagepropnames-param-limit": "The maximum number of names to return.",
947 "apihelp-query+pagepropnames-example-simple": "Get first 10 property names.",
948
949 "apihelp-query+pageprops-description": "Get various page properties defined in the page content.",
950 "apihelp-query+pageprops-param-prop": "Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property.",
951 "apihelp-query+pageprops-example-simple": "Get properties for the pages <kbd>Main Page</kbd> and <kbd>MediaWiki</kbd>.",
952
953 "apihelp-query+pageswithprop-description": "List all pages using a given page property.",
954 "apihelp-query+pageswithprop-param-propname": "Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use).",
955 "apihelp-query+pageswithprop-param-prop": "Which pieces of information to include:",
956 "apihelp-query+pageswithprop-paramvalue-prop-ids": "Adds the page ID.",
957 "apihelp-query+pageswithprop-paramvalue-prop-title": "Adds the title and namespace ID of the page.",
958 "apihelp-query+pageswithprop-paramvalue-prop-value": "Adds the value of the page property.",
959 "apihelp-query+pageswithprop-param-limit": "The maximum number of pages to return.",
960 "apihelp-query+pageswithprop-param-dir": "In which direction to sort.",
961 "apihelp-query+pageswithprop-example-simple": "List the first 10 pages using <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.",
962 "apihelp-query+pageswithprop-example-generator": "Get additional information about the first 10 pages using <code>_&#95;NOTOC_&#95;</code>.",
963
964 "apihelp-query+prefixsearch-description": "Perform a prefix search for page titles.\n\nDespite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.",
965 "apihelp-query+prefixsearch-param-search": "Search string.",
966 "apihelp-query+prefixsearch-param-namespace": "Namespaces to search.",
967 "apihelp-query+prefixsearch-param-limit": "Maximum number of results to return.",
968 "apihelp-query+prefixsearch-param-offset": "Number of results to skip.",
969 "apihelp-query+prefixsearch-example-simple": "Search for page titles beginning with <kbd>meaning</kbd>.",
970 "apihelp-query+prefixsearch-param-profile": "Search profile to use.",
971
972 "apihelp-query+protectedtitles-description": "List all titles protected from creation.",
973 "apihelp-query+protectedtitles-param-namespace": "Only list titles in these namespaces.",
974 "apihelp-query+protectedtitles-param-level": "Only list titles with these protection levels.",
975 "apihelp-query+protectedtitles-param-limit": "How many total pages to return.",
976 "apihelp-query+protectedtitles-param-start": "Start listing at this protection timestamp.",
977 "apihelp-query+protectedtitles-param-end": "Stop listing at this protection timestamp.",
978 "apihelp-query+protectedtitles-param-prop": "Which properties to get:",
979 "apihelp-query+protectedtitles-paramvalue-prop-timestamp": "Adds the timestamp of when protection was added.",
980 "apihelp-query+protectedtitles-paramvalue-prop-user": "Adds the user that added the protection.",
981 "apihelp-query+protectedtitles-paramvalue-prop-userid": "Adds the user ID that added the protection.",
982 "apihelp-query+protectedtitles-paramvalue-prop-comment": "Adds the comment for the protection.",
983 "apihelp-query+protectedtitles-paramvalue-prop-parsedcomment": "Adds the parsed comment for the protection.",
984 "apihelp-query+protectedtitles-paramvalue-prop-expiry": "Adds the timestamp of when the protection will be lifted.",
985 "apihelp-query+protectedtitles-paramvalue-prop-level": "Adds the protection level.",
986 "apihelp-query+protectedtitles-example-simple": "List protected titles.",
987 "apihelp-query+protectedtitles-example-generator": "Find links to protected titles in the main namespace.",
988
989 "apihelp-query+querypage-description": "Get a list provided by a QueryPage-based special page.",
990 "apihelp-query+querypage-param-page": "The name of the special page. Note, this is case sensitive.",
991 "apihelp-query+querypage-param-limit": "Number of results to return.",
992 "apihelp-query+querypage-example-ancientpages": "Return results from [[Special:Ancientpages]].",
993
994 "apihelp-query+random-description": "Get a set of random pages.\n\nPages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc.",
995 "apihelp-query+random-param-namespace": "Return pages in these namespaces only.",
996 "apihelp-query+random-param-limit": "Limit how many random pages will be returned.",
997 "apihelp-query+random-param-redirect": "Use <kbd>$1filterredir=redirects</kbd> instead.",
998 "apihelp-query+random-param-filterredir": "How to filter for redirects.",
999 "apihelp-query+random-example-simple": "Return two random pages from the main namespace.",
1000 "apihelp-query+random-example-generator": "Return page info about two random pages from the main namespace.",
1001
1002 "apihelp-query+recentchanges-description": "Enumerate recent changes.",
1003 "apihelp-query+recentchanges-param-start": "The timestamp to start enumerating from.",
1004 "apihelp-query+recentchanges-param-end": "The timestamp to end enumerating.",
1005 "apihelp-query+recentchanges-param-namespace": "Filter changes to only these namespaces.",
1006 "apihelp-query+recentchanges-param-user": "Only list changes by this user.",
1007 "apihelp-query+recentchanges-param-excludeuser": "Don't list changes by this user.",
1008 "apihelp-query+recentchanges-param-tag": "Only list changes tagged with this tag.",
1009 "apihelp-query+recentchanges-param-prop": "Include additional pieces of information:",
1010 "apihelp-query+recentchanges-paramvalue-prop-user": "Adds the user responsible for the edit and tags if they are an IP.",
1011 "apihelp-query+recentchanges-paramvalue-prop-userid": "Adds the user ID responsible for the edit.",
1012 "apihelp-query+recentchanges-paramvalue-prop-comment": "Adds the comment for the edit.",
1013 "apihelp-query+recentchanges-paramvalue-prop-parsedcomment": "Adds the parsed comment for the edit.",
1014 "apihelp-query+recentchanges-paramvalue-prop-flags": "Adds flags for the edit.",
1015 "apihelp-query+recentchanges-paramvalue-prop-timestamp": "Adds timestamp of the edit.",
1016 "apihelp-query+recentchanges-paramvalue-prop-title": "Adds the page title of the edit.",
1017 "apihelp-query+recentchanges-paramvalue-prop-ids": "Adds the page ID, recent changes ID and the new and old revision ID.",
1018 "apihelp-query+recentchanges-paramvalue-prop-sizes": "Adds the new and old page length in bytes.",
1019 "apihelp-query+recentchanges-paramvalue-prop-redirect": "Tags edit if page is a redirect.",
1020 "apihelp-query+recentchanges-paramvalue-prop-patrolled": "Tags patrollable edits as being patrolled or unpatrolled.",
1021 "apihelp-query+recentchanges-paramvalue-prop-loginfo": "Adds log information (log ID, log type, etc) to log entries.",
1022 "apihelp-query+recentchanges-paramvalue-prop-tags": "Lists tags for the entry.",
1023 "apihelp-query+recentchanges-paramvalue-prop-sha1": "Adds the content checksum for entries associated with a revision.",
1024 "apihelp-query+recentchanges-param-token": "Use <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd> instead.",
1025 "apihelp-query+recentchanges-param-show": "Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.",
1026 "apihelp-query+recentchanges-param-limit": "How many total changes to return.",
1027 "apihelp-query+recentchanges-param-type": "Which types of changes to show.",
1028 "apihelp-query+recentchanges-param-toponly": "Only list changes which are the latest revision.",
1029 "apihelp-query+recentchanges-param-generaterevisions": "When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.",
1030 "apihelp-query+recentchanges-example-simple": "List recent changes.",
1031 "apihelp-query+recentchanges-example-generator": "Get page info about recent unpatrolled changes.",
1032
1033 "apihelp-query+redirects-description": "Returns all redirects to the given pages.",
1034 "apihelp-query+redirects-param-prop": "Which properties to get:",
1035 "apihelp-query+redirects-paramvalue-prop-pageid": "Page ID of each redirect.",
1036 "apihelp-query+redirects-paramvalue-prop-title": "Title of each redirect.",
1037 "apihelp-query+redirects-paramvalue-prop-fragment": "Fragment of each redirect, if any.",
1038 "apihelp-query+redirects-param-namespace": "Only include pages in these namespaces.",
1039 "apihelp-query+redirects-param-limit": "How many redirects to return.",
1040 "apihelp-query+redirects-param-show": "Show only items that meet these criteria:\n;fragment:Only show redirects with a fragment.\n;!fragment:Only show redirects without a fragment.",
1041 "apihelp-query+redirects-example-simple": "Get a list of redirects to the [[Main Page]].",
1042 "apihelp-query+redirects-example-generator": "Get information about all redirects to the [[Main Page]].",
1043
1044 "apihelp-query+revisions-description": "Get revision information.\n\nMay be used in several ways:\n# Get data about a set of pages (last revision), by setting titles or pageids.\n# Get revisions for one given page, by using titles or pageids with start, end, or limit.\n# Get data about a set of revisions by setting their IDs with revids.",
1045 "apihelp-query+revisions-paraminfo-singlepageonly": "May only be used with a single page (mode #2).",
1046 "apihelp-query+revisions-param-startid": "From which revision ID to start enumeration.",
1047 "apihelp-query+revisions-param-endid": "Stop revision enumeration on this revision ID.",
1048 "apihelp-query+revisions-param-start": "From which revision timestamp to start enumeration.",
1049 "apihelp-query+revisions-param-end": "Enumerate up to this timestamp.",
1050 "apihelp-query+revisions-param-user": "Only include revisions made by user.",
1051 "apihelp-query+revisions-param-excludeuser": "Exclude revisions made by user.",
1052 "apihelp-query+revisions-param-tag": "Only list revisions tagged with this tag.",
1053 "apihelp-query+revisions-param-token": "Which tokens to obtain for each revision.",
1054 "apihelp-query+revisions-example-content": "Get data with content for the last revision of titles <kbd>API</kbd> and <kbd>Main Page</kbd>.",
1055 "apihelp-query+revisions-example-last5": "Get last 5 revisions of the <kbd>Main Page</kbd>.",
1056 "apihelp-query+revisions-example-first5": "Get first 5 revisions of the <kbd>Main Page</kbd>.",
1057 "apihelp-query+revisions-example-first5-after": "Get first 5 revisions of the <kbd>Main Page</kbd> made after 2006-05-01.",
1058 "apihelp-query+revisions-example-first5-not-localhost": "Get first 5 revisions of the <kbd>Main Page</kbd> that were not made by anonymous user <kbd>127.0.0.1</kbd>.",
1059 "apihelp-query+revisions-example-first5-user": "Get first 5 revisions of the <kbd>Main Page</kbd> that were made by the user <kbd>MediaWiki default</kbd>.",
1060
1061 "apihelp-query+revisions+base-param-prop": "Which properties to get for each revision:",
1062 "apihelp-query+revisions+base-paramvalue-prop-ids": "The ID of the revision.",
1063 "apihelp-query+revisions+base-paramvalue-prop-flags": "Revision flags (minor).",
1064 "apihelp-query+revisions+base-paramvalue-prop-timestamp": "The timestamp of the revision.",
1065 "apihelp-query+revisions+base-paramvalue-prop-user": "User that made the revision.",
1066 "apihelp-query+revisions+base-paramvalue-prop-userid": "User ID of the revision creator.",
1067 "apihelp-query+revisions+base-paramvalue-prop-size": "Length (bytes) of the revision.",
1068 "apihelp-query+revisions+base-paramvalue-prop-sha1": "SHA-1 (base 16) of the revision.",
1069 "apihelp-query+revisions+base-paramvalue-prop-contentmodel": "Content model ID of the revision.",
1070 "apihelp-query+revisions+base-paramvalue-prop-comment": "Comment by the user for the revision.",
1071 "apihelp-query+revisions+base-paramvalue-prop-parsedcomment": "Parsed comment by the user for the revision.",
1072 "apihelp-query+revisions+base-paramvalue-prop-content": "Text of the revision.",
1073 "apihelp-query+revisions+base-paramvalue-prop-tags": "Tags for the revision.",
1074 "apihelp-query+revisions+base-paramvalue-prop-parsetree": "The XML parse tree of revision content (requires content model <code>$1</code>).",
1075 "apihelp-query+revisions+base-param-limit": "Limit how many revisions will be returned.",
1076 "apihelp-query+revisions+base-param-expandtemplates": "Expand templates in revision content (requires $1prop=content).",
1077 "apihelp-query+revisions+base-param-generatexml": "Generate XML parse tree for revision content (requires $1prop=content; replaced by <kbd>$1prop=parsetree</kbd>).",
1078 "apihelp-query+revisions+base-param-parse": "Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1.",
1079 "apihelp-query+revisions+base-param-section": "Only retrieve the content of this section number.",
1080 "apihelp-query+revisions+base-param-diffto": "Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively.",
1081 "apihelp-query+revisions+base-param-difftotext": "Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text.",
1082 "apihelp-query+revisions+base-param-difftotextpst": "Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>.",
1083 "apihelp-query+revisions+base-param-contentformat": "Serialization format used for <var>$1difftotext</var> and expected for output of content.",
1084
1085 "apihelp-query+search-description": "Perform a full text search.",
1086 "apihelp-query+search-param-search": "Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki's search backend implements.",
1087 "apihelp-query+search-param-namespace": "Search only within these namespaces.",
1088 "apihelp-query+search-param-what": "Which type of search to perform.",
1089 "apihelp-query+search-param-info": "Which metadata to return.",
1090 "apihelp-query+search-param-prop": "Which properties to return:",
1091 "apihelp-query+search-param-qiprofile": "Query independent profile to use (affects ranking algorithm).",
1092 "apihelp-query+search-paramvalue-prop-size": "Adds the size of the page in bytes.",
1093 "apihelp-query+search-paramvalue-prop-wordcount": "Adds the word count of the page.",
1094 "apihelp-query+search-paramvalue-prop-timestamp": "Adds the timestamp of when the page was last edited.",
1095 "apihelp-query+search-paramvalue-prop-snippet": "Adds a parsed snippet of the page.",
1096 "apihelp-query+search-paramvalue-prop-titlesnippet": "Adds a parsed snippet of the page title.",
1097 "apihelp-query+search-paramvalue-prop-redirectsnippet": "Adds a parsed snippet of the redirect title.",
1098 "apihelp-query+search-paramvalue-prop-redirecttitle": "Adds the title of the matching redirect.",
1099 "apihelp-query+search-paramvalue-prop-sectionsnippet": "Adds a parsed snippet of the matching section title.",
1100 "apihelp-query+search-paramvalue-prop-sectiontitle": "Adds the title of the matching section.",
1101 "apihelp-query+search-paramvalue-prop-categorysnippet": "Adds a parsed snippet of the matching category.",
1102 "apihelp-query+search-paramvalue-prop-isfilematch": "Adds a boolean indicating if the search matched file content.",
1103 "apihelp-query+search-paramvalue-prop-score": "<span class=\"apihelp-deprecated\">Deprecated and ignored.</span>",
1104 "apihelp-query+search-paramvalue-prop-hasrelated": "<span class=\"apihelp-deprecated\">Deprecated and ignored.</span>",
1105 "apihelp-query+search-param-limit": "How many total pages to return.",
1106 "apihelp-query+search-param-interwiki": "Include interwiki results in the search, if available.",
1107 "apihelp-query+search-param-backend": "Which search backend to use, if not the default.",
1108 "apihelp-query+search-param-enablerewrites": "Enable internal query rewriting. Some search backends can rewrite the query into one its thinks gives better results, such as correcting spelling errors.",
1109 "apihelp-query+search-example-simple": "Search for <kbd>meaning</kbd>.",
1110 "apihelp-query+search-example-text": "Search texts for <kbd>meaning</kbd>.",
1111 "apihelp-query+search-example-generator": "Get page info about the pages returned for a search for <kbd>meaning</kbd>.",
1112
1113 "apihelp-query+siteinfo-description": "Return general information about the site.",
1114 "apihelp-query+siteinfo-param-prop": "Which information to get:",
1115 "apihelp-query+siteinfo-paramvalue-prop-general": "Overall system information.",
1116 "apihelp-query+siteinfo-paramvalue-prop-namespaces": "List of registered namespaces and their canonical names.",
1117 "apihelp-query+siteinfo-paramvalue-prop-namespacealiases": "List of registered namespace aliases.",
1118 "apihelp-query+siteinfo-paramvalue-prop-specialpagealiases": "List of special page aliases.",
1119 "apihelp-query+siteinfo-paramvalue-prop-magicwords": "List of magic words and their aliases.",
1120 "apihelp-query+siteinfo-paramvalue-prop-statistics": "Returns site statistics.",
1121 "apihelp-query+siteinfo-paramvalue-prop-interwikimap": "Returns interwiki map (optionally filtered, optionally localised by using <var>$1inlanguagecode</var>).",
1122 "apihelp-query+siteinfo-paramvalue-prop-dbrepllag": "Returns database server with the highest replication lag.",
1123 "apihelp-query+siteinfo-paramvalue-prop-usergroups": "Returns user groups and the associated permissions.",
1124 "apihelp-query+siteinfo-paramvalue-prop-libraries": "Returns libraries installed on the wiki.",
1125 "apihelp-query+siteinfo-paramvalue-prop-extensions": "Returns extensions installed on the wiki.",
1126 "apihelp-query+siteinfo-paramvalue-prop-fileextensions": "Returns list of file extensions (file types) allowed to be uploaded.",
1127 "apihelp-query+siteinfo-paramvalue-prop-rightsinfo": "Returns wiki rights (license) information if available.",
1128 "apihelp-query+siteinfo-paramvalue-prop-restrictions": "Returns information on available restriction (protection) types.",
1129 "apihelp-query+siteinfo-paramvalue-prop-languages": "Returns a list of languages MediaWiki supports (optionally localised by using <var>$1inlanguagecode</var>).",
1130 "apihelp-query+siteinfo-paramvalue-prop-skins": "Returns a list of all enabled skins (optionally localised by using <var>$1inlanguagecode</var>, otherwise in the content language).",
1131 "apihelp-query+siteinfo-paramvalue-prop-extensiontags": "Returns a list of parser extension tags.",
1132 "apihelp-query+siteinfo-paramvalue-prop-functionhooks": "Returns a list of parser function hooks.",
1133 "apihelp-query+siteinfo-paramvalue-prop-showhooks": "Returns a list of all subscribed hooks (contents of <var>[[mw:Manual:$wgHooks|$wgHooks]]</var>).",
1134 "apihelp-query+siteinfo-paramvalue-prop-variables": "Returns a list of variable IDs.",
1135 "apihelp-query+siteinfo-paramvalue-prop-protocols": "Returns a list of protocols that are allowed in external links.",
1136 "apihelp-query+siteinfo-paramvalue-prop-defaultoptions": "Returns the default values for user preferences.",
1137 "apihelp-query+siteinfo-paramvalue-prop-uploaddialog": "Returns the upload dialog configuration.",
1138 "apihelp-query+siteinfo-param-filteriw": "Return only local or only nonlocal entries of the interwiki map.",
1139 "apihelp-query+siteinfo-param-showalldb": "List all database servers, not just the one lagging the most.",
1140 "apihelp-query+siteinfo-param-numberingroup": "Lists the number of users in user groups.",
1141 "apihelp-query+siteinfo-param-inlanguagecode": "Language code for localised language names (best effort) and skin names.",
1142 "apihelp-query+siteinfo-example-simple": "Fetch site information.",
1143 "apihelp-query+siteinfo-example-interwiki": "Fetch a list of local interwiki prefixes.",
1144 "apihelp-query+siteinfo-example-replag": "Check the current replication lag.",
1145
1146 "apihelp-query+stashimageinfo-description": "Returns file information for stashed files.",
1147 "apihelp-query+stashimageinfo-param-filekey": "Key that identifies a previous upload that was stashed temporarily.",
1148 "apihelp-query+stashimageinfo-param-sessionkey": "Alias for $1filekey, for backward compatibility.",
1149 "apihelp-query+stashimageinfo-example-simple": "Returns information for a stashed file.",
1150 "apihelp-query+stashimageinfo-example-params": "Returns thumbnails for two stashed files.",
1151
1152 "apihelp-query+tags-description": "List change tags.",
1153 "apihelp-query+tags-param-limit": "The maximum number of tags to list.",
1154 "apihelp-query+tags-param-prop": "Which properties to get:",
1155 "apihelp-query+tags-paramvalue-prop-name": "Adds name of tag.",
1156 "apihelp-query+tags-paramvalue-prop-displayname": "Adds system message for the tag.",
1157 "apihelp-query+tags-paramvalue-prop-description": "Adds description of the tag.",
1158 "apihelp-query+tags-paramvalue-prop-hitcount": "Adds the number of revisions and log entries that have this tag.",
1159 "apihelp-query+tags-paramvalue-prop-defined": "Indicate whether the tag is defined.",
1160 "apihelp-query+tags-paramvalue-prop-source": "Gets the sources of the tag, which may include <samp>extension</samp> for extension-defined tags and <samp>manual</samp> for tags that may be applied manually by users.",
1161 "apihelp-query+tags-paramvalue-prop-active": "Whether the tag is still being applied.",
1162 "apihelp-query+tags-example-simple": "List available tags.",
1163
1164 "apihelp-query+templates-description": "Returns all pages transcluded on the given pages.",
1165 "apihelp-query+templates-param-namespace": "Show templates in this namespaces only.",
1166 "apihelp-query+templates-param-limit": "How many templates to return.",
1167 "apihelp-query+templates-param-templates": "Only list these templates. Useful for checking whether a certain page uses a certain template.",
1168 "apihelp-query+templates-param-dir": "The direction in which to list.",
1169 "apihelp-query+templates-example-simple": "Get the templates used on the page <kbd>Main Page</kbd>.",
1170 "apihelp-query+templates-example-generator": "Get information about the template pages used on <kbd>Main Page</kbd>.",
1171 "apihelp-query+templates-example-namespaces": "Get pages in the {{ns:user}} and {{ns:template}} namespaces that are transcluded on the page <kbd>Main Page</kbd>.",
1172
1173 "apihelp-query+tokens-description": "Gets tokens for data-modifying actions.",
1174 "apihelp-query+tokens-param-type": "Types of token to request.",
1175 "apihelp-query+tokens-example-simple": "Retrieve a csrf token (the default).",
1176 "apihelp-query+tokens-example-types": "Retrieve a watch token and a patrol token.",
1177
1178 "apihelp-query+transcludedin-description": "Find all pages that transclude the given pages.",
1179 "apihelp-query+transcludedin-param-prop": "Which properties to get:",
1180 "apihelp-query+transcludedin-paramvalue-prop-pageid": "Page ID of each page.",
1181 "apihelp-query+transcludedin-paramvalue-prop-title": "Title of each page.",
1182 "apihelp-query+transcludedin-paramvalue-prop-redirect": "Flag if the page is a redirect.",
1183 "apihelp-query+transcludedin-param-namespace": "Only include pages in these namespaces.",
1184 "apihelp-query+transcludedin-param-limit": "How many to return.",
1185 "apihelp-query+transcludedin-param-show": "Show only items that meet these criteria:\n;redirect:Only show redirects.\n;!redirect:Only show non-redirects.",
1186 "apihelp-query+transcludedin-example-simple": "Get a list of pages transcluding <kbd>Main Page</kbd>.",
1187 "apihelp-query+transcludedin-example-generator": "Get information about pages transcluding <kbd>Main Page</kbd>.",
1188
1189 "apihelp-query+usercontribs-description": "Get all edits by a user.",
1190 "apihelp-query+usercontribs-param-limit": "The maximum number of contributions to return.",
1191 "apihelp-query+usercontribs-param-start": "The start timestamp to return from.",
1192 "apihelp-query+usercontribs-param-end": "The end timestamp to return to.",
1193 "apihelp-query+usercontribs-param-user": "The users to retrieve contributions for.",
1194 "apihelp-query+usercontribs-param-userprefix": "Retrieve contributions for all users whose names begin with this value. Overrides $1user.",
1195 "apihelp-query+usercontribs-param-namespace": "Only list contributions in these namespaces.",
1196 "apihelp-query+usercontribs-param-prop": "Include additional pieces of information:",
1197 "apihelp-query+usercontribs-paramvalue-prop-ids": "Adds the page ID and revision ID.",
1198 "apihelp-query+usercontribs-paramvalue-prop-title": "Adds the title and namespace ID of the page.",
1199 "apihelp-query+usercontribs-paramvalue-prop-timestamp": "Adds the timestamp of the edit.",
1200 "apihelp-query+usercontribs-paramvalue-prop-comment": "Adds the comment of the edit.",
1201 "apihelp-query+usercontribs-paramvalue-prop-parsedcomment": "Adds the parsed comment of the edit.",
1202 "apihelp-query+usercontribs-paramvalue-prop-size": "Adds the new size of the edit.",
1203 "apihelp-query+usercontribs-paramvalue-prop-sizediff": "Adds the size delta of the edit against its parent.",
1204 "apihelp-query+usercontribs-paramvalue-prop-flags": "Adds flags of the edit.",
1205 "apihelp-query+usercontribs-paramvalue-prop-patrolled": "Tags patrolled edits.",
1206 "apihelp-query+usercontribs-paramvalue-prop-tags": "Lists tags for the edit.",
1207 "apihelp-query+usercontribs-param-show": "Show only items that meet these criteria, e.g. non minor edits only: <kbd>$2show=!minor</kbd>.\n\nIf <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd> is set, revisions older than <var>[[mw:Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|second|seconds}}) won't be shown.",
1208 "apihelp-query+usercontribs-param-tag": "Only list revisions tagged with this tag.",
1209 "apihelp-query+usercontribs-param-toponly": "Only list changes which are the latest revision.",
1210 "apihelp-query+usercontribs-example-user": "Show contributions of user <kbd>Example</kbd>.",
1211 "apihelp-query+usercontribs-example-ipprefix": "Show contributions from all IP addresses with prefix <kbd>192.0.2.</kbd>.",
1212
1213 "apihelp-query+userinfo-description": "Get information about the current user.",
1214 "apihelp-query+userinfo-param-prop": "Which pieces of information to include:",
1215 "apihelp-query+userinfo-paramvalue-prop-blockinfo": "Tags if the current user is blocked, by whom, and for what reason.",
1216 "apihelp-query+userinfo-paramvalue-prop-hasmsg": "Adds a tag <samp>messages</samp> if the current user has pending messages.",
1217 "apihelp-query+userinfo-paramvalue-prop-groups": "Lists all the groups the current user belongs to.",
1218 "apihelp-query+userinfo-paramvalue-prop-implicitgroups": "Lists all the groups the current user is automatically a member of.",
1219 "apihelp-query+userinfo-paramvalue-prop-rights": "Lists all the rights the current user has.",
1220 "apihelp-query+userinfo-paramvalue-prop-changeablegroups": "Lists the groups the current user can add to and remove from.",
1221 "apihelp-query+userinfo-paramvalue-prop-options": "Lists all preferences the current user has set.",
1222 "apihelp-query+userinfo-paramvalue-prop-preferencestoken": "<span class=\"apihelp-deprecated\">Deprecated.</span> Get a token to change current user's preferences.",
1223 "apihelp-query+userinfo-paramvalue-prop-editcount": "Adds the current user's edit count.",
1224 "apihelp-query+userinfo-paramvalue-prop-ratelimits": "Lists all rate limits applying to the current user.",
1225 "apihelp-query+userinfo-paramvalue-prop-realname": "Adds the user's real name.",
1226 "apihelp-query+userinfo-paramvalue-prop-email": "Adds the user's email address and email authentication date.",
1227 "apihelp-query+userinfo-paramvalue-prop-acceptlang": "Echoes the <code>Accept-Language</code> header sent by the client in a structured format.",
1228 "apihelp-query+userinfo-paramvalue-prop-registrationdate": "Adds the user's registration date.",
1229 "apihelp-query+userinfo-paramvalue-prop-unreadcount": "Adds the count of unread pages on the user's watchlist (maximum $1; returns <samp>$2</samp> if more).",
1230 "apihelp-query+userinfo-paramvalue-prop-centralids": "Adds the central IDs and attachment status for the user.",
1231 "apihelp-query+userinfo-param-attachedwiki": "With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.",
1232 "apihelp-query+userinfo-example-simple": "Get information about the current user.",
1233 "apihelp-query+userinfo-example-data": "Get additional information about the current user.",
1234
1235 "apihelp-query+users-description": "Get information about a list of users.",
1236 "apihelp-query+users-param-prop": "Which pieces of information to include:",
1237 "apihelp-query+users-paramvalue-prop-blockinfo": "Tags if the user is blocked, by whom, and for what reason.",
1238 "apihelp-query+users-paramvalue-prop-groups": "Lists all the groups each user belongs to.",
1239 "apihelp-query+users-paramvalue-prop-implicitgroups": "Lists all the groups a user is automatically a member of.",
1240 "apihelp-query+users-paramvalue-prop-rights": "Lists all the rights each user has.",
1241 "apihelp-query+users-paramvalue-prop-editcount": "Adds the user's edit count.",
1242 "apihelp-query+users-paramvalue-prop-registration": "Adds the user's registration timestamp.",
1243 "apihelp-query+users-paramvalue-prop-emailable": "Tags if the user can and wants to receive email through [[Special:Emailuser]].",
1244 "apihelp-query+users-paramvalue-prop-gender": "Tags the gender of the user. Returns \"male\", \"female\", or \"unknown\".",
1245 "apihelp-query+users-paramvalue-prop-centralids": "Adds the central IDs and attachment status for the user.",
1246 "apihelp-query+users-paramvalue-prop-cancreate": "Indicates whether an account for valid but unregistered usernames can be created.",
1247 "apihelp-query+users-param-attachedwiki": "With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.",
1248 "apihelp-query+users-param-users": "A list of users to obtain information for.",
1249 "apihelp-query+users-param-token": "Use <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd> instead.",
1250 "apihelp-query+users-example-simple": "Return information for user <kbd>Example</kbd>.",
1251
1252 "apihelp-query+watchlist-description": "Get recent changes to pages in the current user's watchlist.",
1253 "apihelp-query+watchlist-param-allrev": "Include multiple revisions of the same page within given timeframe.",
1254 "apihelp-query+watchlist-param-start": "The timestamp to start enumerating from.",
1255 "apihelp-query+watchlist-param-end": "The timestamp to end enumerating.",
1256 "apihelp-query+watchlist-param-namespace": "Filter changes to only the given namespaces.",
1257 "apihelp-query+watchlist-param-user": "Only list changes by this user.",
1258 "apihelp-query+watchlist-param-excludeuser": "Don't list changes by this user.",
1259 "apihelp-query+watchlist-param-limit": "How many total results to return per request.",
1260 "apihelp-query+watchlist-param-prop": "Which additional properties to get:",
1261 "apihelp-query+watchlist-paramvalue-prop-ids": "Adds revision IDs and page IDs.",
1262 "apihelp-query+watchlist-paramvalue-prop-title": "Adds title of the page.",
1263 "apihelp-query+watchlist-paramvalue-prop-flags": "Adds flags for the edit.",
1264 "apihelp-query+watchlist-paramvalue-prop-user": "Adds the user who made the edit.",
1265 "apihelp-query+watchlist-paramvalue-prop-userid": "Adds user ID of whoever made the edit.",
1266 "apihelp-query+watchlist-paramvalue-prop-comment": "Adds comment of the edit.",
1267 "apihelp-query+watchlist-paramvalue-prop-parsedcomment": "Adds parsed comment of the edit.",
1268 "apihelp-query+watchlist-paramvalue-prop-timestamp": "Adds timestamp of the edit.",
1269 "apihelp-query+watchlist-paramvalue-prop-patrol": "Tags edits that are patrolled.",
1270 "apihelp-query+watchlist-paramvalue-prop-sizes": "Adds the old and new lengths of the page.",
1271 "apihelp-query+watchlist-paramvalue-prop-notificationtimestamp": "Adds timestamp of when the user was last notified about the edit.",
1272 "apihelp-query+watchlist-paramvalue-prop-loginfo": "Adds log information where appropriate.",
1273 "apihelp-query+watchlist-param-show": "Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.",
1274 "apihelp-query+watchlist-param-type": "Which types of changes to show:",
1275 "apihelp-query+watchlist-paramvalue-type-edit": "Regular page edits.",
1276 "apihelp-query+watchlist-paramvalue-type-external": "External changes.",
1277 "apihelp-query+watchlist-paramvalue-type-new": "Page creations.",
1278 "apihelp-query+watchlist-paramvalue-type-log": "Log entries.",
1279 "apihelp-query+watchlist-paramvalue-type-categorize": "Category membership changes.",
1280 "apihelp-query+watchlist-param-owner": "Used along with $1token to access a different user's watchlist.",
1281 "apihelp-query+watchlist-param-token": "A security token (available in the user's [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user's watchlist.",
1282 "apihelp-query+watchlist-example-simple": "List the top revision for recently changed pages on the current user's watchlist.",
1283 "apihelp-query+watchlist-example-props": "Fetch additional information about the top revision for recently changed pages on the current user's watchlist.",
1284 "apihelp-query+watchlist-example-allrev": "Fetch information about all recent changes to pages on the current user's watchlist.",
1285 "apihelp-query+watchlist-example-generator": "Fetch page info for recently changed pages on the current user's watchlist.",
1286 "apihelp-query+watchlist-example-generator-rev": "Fetch revision info for recent changes to pages on the current user's watchlist.",
1287 "apihelp-query+watchlist-example-wlowner": "List the top revision for recently changed pages on the watchlist of user <kbd>Example</kbd>.",
1288
1289 "apihelp-query+watchlistraw-description": "Get all pages on the current user's watchlist.",
1290 "apihelp-query+watchlistraw-param-namespace": "Only list pages in the given namespaces.",
1291 "apihelp-query+watchlistraw-param-limit": "How many total results to return per request.",
1292 "apihelp-query+watchlistraw-param-prop": "Which additional properties to get:",
1293 "apihelp-query+watchlistraw-paramvalue-prop-changed": "Adds timestamp of when the user was last notified about the edit.",
1294 "apihelp-query+watchlistraw-param-show": "Only list items that meet these criteria.",
1295 "apihelp-query+watchlistraw-param-owner": "Used along with $1token to access a different user's watchlist.",
1296 "apihelp-query+watchlistraw-param-token": "A security token (available in the user's [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user's watchlist.",
1297 "apihelp-query+watchlistraw-param-dir": "The direction in which to list.",
1298 "apihelp-query+watchlistraw-param-fromtitle": "Title (with namespace prefix) to begin enumerating from.",
1299 "apihelp-query+watchlistraw-param-totitle": "Title (with namespace prefix) to stop enumerating at.",
1300 "apihelp-query+watchlistraw-example-simple": "List pages on the current user's watchlist.",
1301 "apihelp-query+watchlistraw-example-generator": "Fetch page info for pages on the current user's watchlist.",
1302
1303 "apihelp-removeauthenticationdata-description": "Remove authentication data for the current user.",
1304 "apihelp-removeauthenticationdata-example-simple": "Attempt to remove the current user's data for <kbd>FooAuthenticationRequest</kbd>.",
1305
1306 "apihelp-resetpassword-description": "Send a password reset email to a user.",
1307 "apihelp-resetpassword-description-noroutes": "No password reset routes are available.\n\nEnable routes in <var>[[mw:Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module.",
1308 "apihelp-resetpassword-param-user": "User being reset.",
1309 "apihelp-resetpassword-param-email": "Email address of the user being reset.",
1310 "apihelp-resetpassword-param-capture": "Return the temporary passwords that were sent. Requires the <code>passwordreset</code> user right.",
1311 "apihelp-resetpassword-example-user": "Send a password reset email to user <kbd>Example</kbd>.",
1312 "apihelp-resetpassword-example-email": "Send a password reset email for all users with email address <kbd>user@example.com</kbd>.",
1313
1314 "apihelp-revisiondelete-description": "Delete and undelete revisions.",
1315 "apihelp-revisiondelete-param-type": "Type of revision deletion being performed.",
1316 "apihelp-revisiondelete-param-target": "Page title for the revision deletion, if required for the type.",
1317 "apihelp-revisiondelete-param-ids": "Identifiers for the revisions to be deleted.",
1318 "apihelp-revisiondelete-param-hide": "What to hide for each revision.",
1319 "apihelp-revisiondelete-param-show": "What to unhide for each revision.",
1320 "apihelp-revisiondelete-param-suppress": "Whether to suppress data from administrators as well as others.",
1321 "apihelp-revisiondelete-param-reason": "Reason for the deletion or undeletion.",
1322 "apihelp-revisiondelete-example-revision": "Hide content for revision <kbd>12345</kbd> on the page <kbd>Main Page</kbd>.",
1323 "apihelp-revisiondelete-example-log": "Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>.",
1324
1325 "apihelp-rollback-description": "Undo the last edit to the page.\n\nIf the last user who edited the page made multiple edits in a row, they will all be rolled back.",
1326 "apihelp-rollback-param-title": "Title of the page to roll back. Cannot be used together with <var>$1pageid</var>.",
1327 "apihelp-rollback-param-pageid": "Page ID of the page to roll back. Cannot be used together with <var>$1title</var>.",
1328 "apihelp-rollback-param-tags": "Tags to apply to the rollback.",
1329 "apihelp-rollback-param-user": "Name of the user whose edits are to be rolled back.",
1330 "apihelp-rollback-param-summary": "Custom edit summary. If empty, default summary will be used.",
1331 "apihelp-rollback-param-markbot": "Mark the reverted edits and the revert as bot edits.",
1332 "apihelp-rollback-param-watchlist": "Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.",
1333 "apihelp-rollback-example-simple": "Roll back the last edits to page <kbd>Main Page</kbd> by user <kbd>Example</kbd>.",
1334 "apihelp-rollback-example-summary": "Roll back the last edits to page <kbd>Main Page</kbd> by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits.",
1335
1336 "apihelp-rsd-description": "Export an RSD (Really Simple Discovery) schema.",
1337 "apihelp-rsd-example-simple": "Export the RSD schema.",
1338
1339 "apihelp-setnotificationtimestamp-description": "Update the notification timestamp for watched pages.\n\nThis affects the highlighting of changed pages in the watchlist and history, and the sending of email when the \"{{int:tog-enotifwatchlistpages}}\" preference is enabled.",
1340 "apihelp-setnotificationtimestamp-param-entirewatchlist": "Work on all watched pages.",
1341 "apihelp-setnotificationtimestamp-param-timestamp": "Timestamp to which to set the notification timestamp.",
1342 "apihelp-setnotificationtimestamp-param-torevid": "Revision to set the notification timestamp to (one page only).",
1343 "apihelp-setnotificationtimestamp-param-newerthanrevid": "Revision to set the notification timestamp newer than (one page only).",
1344 "apihelp-setnotificationtimestamp-example-all": "Reset the notification status for the entire watchlist.",
1345 "apihelp-setnotificationtimestamp-example-page": "Reset the notification status for <kbd>Main page</kbd>.",
1346 "apihelp-setnotificationtimestamp-example-pagetimestamp": "Set the notification timestamp for <kbd>Main page</kbd> so all edits since 1 January 2012 are unviewed.",
1347 "apihelp-setnotificationtimestamp-example-allpages": "Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace.",
1348
1349 "apihelp-stashedit-description": "Prepare an edit in shared cache.\n\nThis is intended to be used via AJAX from the edit form to improve the performance of the page save.",
1350 "apihelp-stashedit-param-title": "Title of the page being edited.",
1351 "apihelp-stashedit-param-section": "Section number. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.",
1352 "apihelp-stashedit-param-sectiontitle": "The title for a new section.",
1353 "apihelp-stashedit-param-text": "Page content.",
1354 "apihelp-stashedit-param-stashedtexthash": "Page content hash from a prior stash to use instead.",
1355 "apihelp-stashedit-param-contentmodel": "Content model of the new content.",
1356 "apihelp-stashedit-param-contentformat": "Content serialization format used for the input text.",
1357 "apihelp-stashedit-param-baserevid": "Revision ID of the base revision.",
1358 "apihelp-stashedit-param-summary": "Change summary.",
1359
1360 "apihelp-tag-description": "Add or remove change tags from individual revisions or log entries.",
1361 "apihelp-tag-param-rcid": "One or more recent changes IDs from which to add or remove the tag.",
1362 "apihelp-tag-param-revid": "One or more revision IDs from which to add or remove the tag.",
1363 "apihelp-tag-param-logid": "One or more log entry IDs from which to add or remove the tag.",
1364 "apihelp-tag-param-add": "Tags to add. Only manually defined tags can be added.",
1365 "apihelp-tag-param-remove": "Tags to remove. Only tags that are either manually defined or completely undefined can be removed.",
1366 "apihelp-tag-param-reason": "Reason for the change.",
1367 "apihelp-tag-example-rev": "Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason",
1368 "apihelp-tag-example-log": "Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>",
1369
1370 "apihelp-tokens-description": "Get tokens for data-modifying actions.\n\nThis module is deprecated in favor of [[Special:ApiHelp/query+tokens|action=query&meta=tokens]].",
1371 "apihelp-tokens-param-type": "Types of token to request.",
1372 "apihelp-tokens-example-edit": "Retrieve an edit token (the default).",
1373 "apihelp-tokens-example-emailmove": "Retrieve an email token and a move token.",
1374
1375 "apihelp-unblock-description": "Unblock a user.",
1376 "apihelp-unblock-param-id": "ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>.",
1377 "apihelp-unblock-param-user": "Username, IP address or IP address range to unblock. Cannot be used together with <var>$1id</var>.",
1378 "apihelp-unblock-param-reason": "Reason for unblock.",
1379 "apihelp-unblock-param-tags": "Change tags to apply to the entry in the block log.",
1380 "apihelp-unblock-example-id": "Unblock block ID #<kbd>105</kbd>.",
1381 "apihelp-unblock-example-user": "Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.",
1382
1383 "apihelp-undelete-description": "Restore revisions of a deleted page.\n\nA list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevs|list=deletedrevs]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].",
1384 "apihelp-undelete-param-title": "Title of the page to restore.",
1385 "apihelp-undelete-param-reason": "Reason for restoring.",
1386 "apihelp-undelete-param-tags": "Change tags to apply to the entry in the deletion log.",
1387 "apihelp-undelete-param-timestamps": "Timestamps of the revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.",
1388 "apihelp-undelete-param-fileids": "IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.",
1389 "apihelp-undelete-param-watchlist": "Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.",
1390 "apihelp-undelete-example-page": "Undelete page <kbd>Main Page</kbd>.",
1391 "apihelp-undelete-example-revisions": "Undelete two revisions of page <kbd>Main Page</kbd>.",
1392
1393 "apihelp-unlinkaccount-description": "Remove a linked third-party account from the current user.",
1394 "apihelp-unlinkaccount-example-simple": "Attempt to remove the current user's link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.",
1395
1396 "apihelp-upload-description": "Upload a file, or get the status of pending uploads.\n\nSeveral methods are available:\n* Upload file contents directly, using the <var>$1file</var> parameter.\n* Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.\n* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter.\n* Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter.\nNote that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.",
1397 "apihelp-upload-param-filename": "Target filename.",
1398 "apihelp-upload-param-comment": "Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.",
1399 "apihelp-upload-param-tags": "Change tags to apply to the upload log entry and file page revision.",
1400 "apihelp-upload-param-text": "Initial page text for new files.",
1401 "apihelp-upload-param-watch": "Watch the page.",
1402 "apihelp-upload-param-watchlist": "Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.",
1403 "apihelp-upload-param-ignorewarnings": "Ignore any warnings.",
1404 "apihelp-upload-param-file": "File contents.",
1405 "apihelp-upload-param-url": "URL to fetch the file from.",
1406 "apihelp-upload-param-filekey": "Key that identifies a previous upload that was stashed temporarily.",
1407 "apihelp-upload-param-sessionkey": "Same as $1filekey, maintained for backward compatibility.",
1408 "apihelp-upload-param-stash": "If set, the server will stash the file temporarily instead of adding it to the repository.",
1409 "apihelp-upload-param-filesize": "Filesize of entire upload.",
1410 "apihelp-upload-param-offset": "Offset of chunk in bytes.",
1411 "apihelp-upload-param-chunk": "Chunk contents.",
1412 "apihelp-upload-param-async": "Make potentially large file operations asynchronous when possible.",
1413 "apihelp-upload-param-checkstatus": "Only fetch the upload status for the given file key.",
1414 "apihelp-upload-example-url": "Upload from a URL.",
1415 "apihelp-upload-example-filekey": "Complete an upload that failed due to warnings.",
1416
1417 "apihelp-userrights-description": "Change a user's group membership.",
1418 "apihelp-userrights-param-user": "User name.",
1419 "apihelp-userrights-param-userid": "User ID.",
1420 "apihelp-userrights-param-add": "Add the user to these groups.",
1421 "apihelp-userrights-param-remove": "Remove the user from these groups.",
1422 "apihelp-userrights-param-reason": "Reason for the change.",
1423 "apihelp-userrights-example-user": "Add user <kbd>FooBot</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.",
1424 "apihelp-userrights-example-userid": "Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.",
1425
1426 "apihelp-watch-description": "Add or remove pages from the current user's watchlist.",
1427 "apihelp-watch-param-title": "The page to (un)watch. Use <var>$1titles</var> instead.",
1428 "apihelp-watch-param-unwatch": "If set the page will be unwatched rather than watched.",
1429 "apihelp-watch-example-watch": "Watch the page <kbd>Main Page</kbd>.",
1430 "apihelp-watch-example-unwatch": "Unwatch the page <kbd>Main Page</kbd>.",
1431 "apihelp-watch-example-generator": "Watch the first few pages in the main namespace.",
1432
1433 "apihelp-format-example-generic": "Return the query result in the $1 format.",
1434 "apihelp-format-param-wrappedhtml": "Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object.",
1435 "apihelp-json-description": "Output data in JSON format.",
1436 "apihelp-json-param-callback": "If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.",
1437 "apihelp-json-param-utf8": "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>.",
1438 "apihelp-json-param-ascii": "If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.",
1439 "apihelp-json-param-formatversion": "Output formatting:\n;1:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\n;2:Experimental modern format. Details may change!\n;latest:Use the latest format (currently <kbd>2</kbd>), may change without warning.",
1440 "apihelp-jsonfm-description": "Output data in JSON format (pretty-print in HTML).",
1441 "apihelp-none-description": "Output nothing.",
1442 "apihelp-php-description": "Output data in serialized PHP format.",
1443 "apihelp-php-param-formatversion": "Output formatting:\n;1:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\n;2:Experimental modern format. Details may change!\n;latest:Use the latest format (currently <kbd>2</kbd>), may change without warning.",
1444 "apihelp-phpfm-description": "Output data in serialized PHP format (pretty-print in HTML).",
1445 "apihelp-rawfm-description": "Output data, including debugging elements, in JSON format (pretty-print in HTML).",
1446 "apihelp-xml-description": "Output data in XML format.",
1447 "apihelp-xml-param-xslt": "If specified, adds the named page as an XSL stylesheet. The value must be a title in the {{ns:mediawiki}} namespace ending in <code>.xsl</code>.",
1448 "apihelp-xml-param-includexmlnamespace": "If specified, adds an XML namespace.",
1449 "apihelp-xmlfm-description": "Output data in XML format (pretty-print in HTML).",
1450
1451 "api-format-title": "MediaWiki API result",
1452 "api-format-prettyprint-header": "This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set <kbd>format=$2</kbd>.\n\nSee the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.",
1453 "api-format-prettyprint-header-only-html": "This is an HTML representation intended for debugging, and is unsuitable for application use.\n\nSee the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.",
1454
1455 "api-pageset-param-titles": "A list of titles to work on.",
1456 "api-pageset-param-pageids": "A list of page IDs to work on.",
1457 "api-pageset-param-revids": "A list of revision IDs to work on.",
1458 "api-pageset-param-generator": "Get the list of pages to work on by executing the specified query module.\n\n<strong>Note:</strong> Generator parameter names must be prefixed with a \"g\", see examples.",
1459 "api-pageset-param-redirects-generator": "Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>, and in pages returned by <var>$1generator</var>.",
1460 "api-pageset-param-redirects-nogenerator": "Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>.",
1461 "api-pageset-param-converttitles": "Convert titles to other variants if necessary. Only works if the wiki's content language supports variant conversion. Languages that support variant conversion include $1.",
1462
1463 "api-help-title": "MediaWiki API help",
1464 "api-help-lead": "This is an auto-generated MediaWiki API documentation page.\n\nDocumentation and examples: https://www.mediawiki.org/wiki/API",
1465 "api-help-main-header": "Main module",
1466 "api-help-fallback-description": "$1",
1467 "api-help-fallback-parameter": "$1",
1468 "api-help-fallback-example": "$1",
1469 "api-help-flags": "",
1470 "api-help-flag-deprecated": "This module is deprecated.",
1471 "api-help-flag-internal": "<strong>This module is internal or unstable.</strong> Its operation may change without notice.",
1472 "api-help-flag-readrights": "This module requires read rights.",
1473 "api-help-flag-writerights": "This module requires write rights.",
1474 "api-help-flag-mustbeposted": "This module only accepts POST requests.",
1475 "api-help-flag-generator": "This module can be used as a generator.",
1476 "api-help-source": "Source: $1",
1477 "api-help-source-unknown": "Source: <span class=\"apihelp-unknown\">unknown</span>",
1478 "api-help-license": "License: [[$1|$2]]",
1479 "api-help-license-noname": "License: [[$1|See link]]",
1480 "api-help-license-unknown": "License: <span class=\"apihelp-unknown\">unknown</span>",
1481 "api-help-help-urls": "",
1482 "api-help-parameters": "{{PLURAL:$1|Parameter|Parameters}}:",
1483 "api-help-param-deprecated": "Deprecated.",
1484 "api-help-param-required": "This parameter is required.",
1485 "api-help-datatypes-header": "Data types",
1486 "api-help-datatypes": "Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nSome parameter types in API requests need further explanation:\n;boolean\n:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\n;timestamp\n:Timestamps may be specified in several formats. ISO 8601 date and time is recommended. All times are in UTC, any included timezone is ignored.\n:* ISO 8601 date and time, <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd> (punctuation and <kbd>Z</kbd> are optional)\n:* ISO 8601 date and time with (ignored) fractional seconds, <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>.<var>00001</var>Z</kbd> (dashes, colons, and <kbd>Z</kbd> are optional)\n:* MediaWiki format, <kbd><var>2001</var><var>01</var><var>15</var><var>14</var><var>56</var><var>00</var></kbd>\n:* Generic numeric format, <kbd><var>2001</var>-<var>01</var>-<var>15</var> <var>14</var>:<var>56</var>:<var>00</var></kbd> (optional timezone of <kbd>GMT</kbd>, <kbd>+<var>##</var></kbd>, or <kbd>-<var>##</var></kbd> is ignored)\n:* EXIF format, <kbd><var>2001</var>:<var>01</var>:<var>15</var> <var>14</var>:<var>56</var>:<var>00</var></kbd>\n:*RFC 2822 format (timezone may be omitted), <kbd><var>Mon</var>, <var>15</var> <var>Jan</var> <var>2001</var> <var>14</var>:<var>56</var>:<var>00</var></kbd>\n:* RFC 850 format (timezone may be omitted), <kbd><var>Monday</var>, <var>15</var>-<var>Jan</var>-<var>2001</var> <var>14</var>:<var>56</var>:<var>00</var></kbd>\n:* C ctime format, <kbd><var>Mon</var> <var>Jan</var> <var>15</var> <var>14</var>:<var>56</var>:<var>00</var> <var>2001</var></kbd>\n:* Seconds since 1970-01-01T00:00:00Z as a 1 to 13 digit integer (excluding <kbd>0</kbd>)\n:* The string <kbd>now</kbd>\n;alternative multiple-value separator\n:Parameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator ''and'' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.",
1487 "api-help-param-type-limit": "Type: integer or <kbd>max</kbd>",
1488 "api-help-param-type-integer": "Type: {{PLURAL:$1|1=integer|2=list of integers}}",
1489 "api-help-param-type-boolean": "Type: boolean ([[Special:ApiHelp/main#main/datatypes|details]])",
1490 "api-help-param-type-password": "",
1491 "api-help-param-type-timestamp": "Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatypes|allowed formats]])",
1492 "api-help-param-type-user": "Type: {{PLURAL:$1|1=user name|2=list of user names}}",
1493 "api-help-param-list": "{{PLURAL:$1|1=One of the following values|2=Values (separate with <kbd>{{!}}</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]])}}: $2",
1494 "api-help-param-list-can-be-empty": "{{PLURAL:$1|0=Must be empty|Can be empty, or $2}}",
1495 "api-help-param-limit": "No more than $1 allowed.",
1496 "api-help-param-limit2": "No more than $1 ($2 for bots) allowed.",
1497 "api-help-param-integer-min": "The {{PLURAL:$1|1=value|2=values}} must be no less than $2.",
1498 "api-help-param-integer-max": "The {{PLURAL:$1|1=value|2=values}} must be no greater than $3.",
1499 "api-help-param-integer-minmax": "The {{PLURAL:$1|1=value|2=values}} must be between $2 and $3.",
1500 "api-help-param-upload": "Must be posted as a file upload using multipart/form-data.",
1501 "api-help-param-multi-separate": "Separate values with <kbd>|</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]].",
1502 "api-help-param-multi-max": "Maximum number of values is {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} for bots).",
1503 "api-help-param-default": "Default: $1",
1504 "api-help-param-default-empty": "Default: <span class=\"apihelp-empty\">(empty)</span>",
1505 "api-help-param-token": "A \"$1\" token retrieved from [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]",
1506 "api-help-param-token-webui": "For compatibility, the token used in the web UI is also accepted.",
1507 "api-help-param-disabled-in-miser-mode": "Disabled due to [[mw:Manual:$wgMiserMode|miser mode]].",
1508 "api-help-param-limited-in-miser-mode": "<strong>Note:</strong> Due to [[mw:Manual:$wgMiserMode|miser mode]], using this may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.",
1509 "api-help-param-direction": "In which direction to enumerate:\n;newer:List oldest first. Note: $1start has to be before $1end.\n;older:List newest first (default). Note: $1start has to be later than $1end.",
1510 "api-help-param-continue": "When more results are available, use this to continue.",
1511 "api-help-param-no-description": "<span class=\"apihelp-empty\">(no description)</span>",
1512 "api-help-examples": "{{PLURAL:$1|Example|Examples}}:",
1513 "api-help-permissions": "{{PLURAL:$1|Permission|Permissions}}:",
1514 "api-help-permissions-granted-to": "{{PLURAL:$1|Granted to}}: $2",
1515 "api-help-right-apihighlimits": "Use higher limits in API queries (slow queries: $1; fast queries: $2). The limits for slow queries also apply to multivalue parameters.",
1516 "api-help-open-in-apisandbox": "<small>[open in sandbox]</small>",
1517
1518 "api-help-authmanager-general-usage": "The general procedure to use this module is:\n# Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.\n# Present the fields to the user, and obtain their submission.\n# Post to this module, supplying <var>$1returnurl</var> and any relevant fields.\n# Check the <samp>status</samp> in the response.\n#* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you're done. The operation either succeeded or it didn't.\n#* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4.\n#* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4.\n#* If you received <samp>RESTART</samp>, that means the authentication worked but we don't have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.",
1519 "api-help-authmanagerhelper-requests": "Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module.",
1520 "api-help-authmanagerhelper-request": "Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>.",
1521 "api-help-authmanagerhelper-messageformat": "Format to use for returning messages.",
1522 "api-help-authmanagerhelper-mergerequestfields": "Merge field information for all authentication requests into one array.",
1523 "api-help-authmanagerhelper-preservestate": "Preserve state from a previous failed login attempt, if possible.",
1524 "api-help-authmanagerhelper-returnurl": "Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required.\n\nUpon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.",
1525 "api-help-authmanagerhelper-continue": "This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required.",
1526 "api-help-authmanagerhelper-additional-params": "This module accepts additional parameters depending on the available authentication requests. Use <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> (or a previous response from this module, if applicable) to determine the requests available and the fields that they use.",
1527
1528 "api-credits-header": "Credits",
1529 "api-credits": "API developers:\n* Yuri Astrakhan (creator, lead developer Sep 2006–Sep 2007)\n* Roan Kattouw (lead developer Sep 2007–2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch (lead developer 2013–present)\n\nPlease send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org\nor file a bug report at https://phabricator.wikimedia.org/."
1530 }