Merge "Add SPARQL client to core"
[lhc/web/wiklou.git] / includes / api / i18n / en.json
1 {
2 "@metadata": {
3 "authors": [
4 "Anomie",
5 "Siebrand"
6 ]
7 },
8
9 "apihelp-main-summary": "",
10 "apihelp-main-extended-description": "<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|Documentation]]\n* [[mw:Special:MyLanguage/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:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]].\n\n<p class=\"mw-apisandbox-link\"><strong>Testing:</strong> For ease of testing API requests, see [[Special:ApiSandbox]].</p>",
11 "apihelp-main-param-action": "Which action to perform.",
12 "apihelp-main-param-format": "The format of the output.",
13 "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:Special:MyLanguage/Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.",
14 "apihelp-main-param-smaxage": "Set the <code>s-maxage</code> HTTP cache control header to this many seconds. Errors are never cached.",
15 "apihelp-main-param-maxage": "Set the <code>max-age</code> HTTP cache control header to this many seconds. Errors are never cached.",
16 "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>.",
17 "apihelp-main-param-assertuser": "Verify the current user is the named user.",
18 "apihelp-main-param-requestid": "Any value given here will be included in the response. May be used to distinguish requests.",
19 "apihelp-main-param-servedby": "Include the hostname that served the request in the results.",
20 "apihelp-main-param-curtimestamp": "Include the current timestamp in the result.",
21 "apihelp-main-param-responselanginfo": "Include the languages used for <var>uselang</var> and <var>errorlang</var> in the result.",
22 "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.",
23 "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.",
24 "apihelp-main-param-errorformat": "Format to use for warning and error text output.\n; plaintext: Wikitext with HTML tags removed and entities replaced.\n; wikitext: Unparsed wikitext.\n; html: HTML.\n; raw: Message key and parameters.\n; none: No text output, only the error codes.\n; bc: Format used prior to MediaWiki 1.29. <var>errorlang</var> and <var>errorsuselocal</var> are ignored.",
25 "apihelp-main-param-errorlang": "Language to use for warnings and errors. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> with <kbd>siprop=languages</kbd> returns a list of language codes, or specify <kbd>content</kbd> to use this wiki's content language, or specify <kbd>uselang</kbd> to use the same value as the <var>uselang</var> parameter.",
26 "apihelp-main-param-errorsuselocal": "If given, error texts will use locally-customized messages from the {{ns:MediaWiki}} namespace.",
27
28 "apihelp-block-summary": "Block a user.",
29 "apihelp-block-param-user": "Username, IP address, or IP address range to block. Cannot be used together with <var>$1userid</var>",
30 "apihelp-block-param-userid": "User ID to block. Cannot be used together with <var>$1user</var>.",
31 "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.",
32 "apihelp-block-param-reason": "Reason for block.",
33 "apihelp-block-param-anononly": "Block anonymous users only (i.e. disable anonymous edits for this IP address).",
34 "apihelp-block-param-nocreate": "Prevent account creation.",
35 "apihelp-block-param-autoblock": "Automatically block the last used IP address, and any subsequent IP addresses they try to login from.",
36 "apihelp-block-param-noemail": "Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right).",
37 "apihelp-block-param-hidename": "Hide the username from the block log. (Requires the <code>hideuser</code> right).",
38 "apihelp-block-param-allowusertalk": "Allow the user to edit their own talk page (depends on <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).",
39 "apihelp-block-param-reblock": "If the user is already blocked, overwrite the existing block.",
40 "apihelp-block-param-watchuser": "Watch the user's or IP address's user and talk pages.",
41 "apihelp-block-param-tags": "Change tags to apply to the entry in the block log.",
42 "apihelp-block-example-ip-simple": "Block IP address <kbd>192.0.2.5</kbd> for three days with reason <kbd>First strike</kbd>.",
43 "apihelp-block-example-user-complex": "Block user <kbd>Vandal</kbd> indefinitely with reason <kbd>Vandalism</kbd>, and prevent new account creation and email sending.",
44
45 "apihelp-changeauthenticationdata-summary": "Change authentication data for the current user.",
46 "apihelp-changeauthenticationdata-example-password": "Attempt to change the current user's password to <kbd>ExamplePassword</kbd>.",
47
48 "apihelp-checktoken-summary": "Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.",
49 "apihelp-checktoken-param-type": "Type of token being tested.",
50 "apihelp-checktoken-param-token": "Token to test.",
51 "apihelp-checktoken-param-maxtokenage": "Maximum allowed age of the token, in seconds.",
52 "apihelp-checktoken-example-simple": "Test the validity of a <kbd>csrf</kbd> token.",
53
54 "apihelp-clearhasmsg-summary": "Clears the <code>hasmsg</code> flag for the current user.",
55 "apihelp-clearhasmsg-example-1": "Clear the <code>hasmsg</code> flag for the current user.",
56
57 "apihelp-clientlogin-summary": "Log in to the wiki using the interactive flow.",
58 "apihelp-clientlogin-example-login": "Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.",
59 "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>.",
60
61 "apihelp-compare-summary": "Get the difference between two pages.",
62 "apihelp-compare-extended-description": "A revision number, a page title, a page ID, text, or a relative reference for both \"from\" and \"to\" must be passed.",
63 "apihelp-compare-param-fromtitle": "First title to compare.",
64 "apihelp-compare-param-fromid": "First page ID to compare.",
65 "apihelp-compare-param-fromrev": "First revision to compare.",
66 "apihelp-compare-param-fromtext": "Use this text instead of the content of the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>.",
67 "apihelp-compare-param-fromsection": "Only use the specified section of the specified 'from' content.",
68 "apihelp-compare-param-frompst": "Do a pre-save transform on <var>fromtext</var>.",
69 "apihelp-compare-param-fromcontentmodel": "Content model of <var>fromtext</var>. If not supplied, it will be guessed based on the other parameters.",
70 "apihelp-compare-param-fromcontentformat": "Content serialization format of <var>fromtext</var>.",
71 "apihelp-compare-param-totitle": "Second title to compare.",
72 "apihelp-compare-param-toid": "Second page ID to compare.",
73 "apihelp-compare-param-torev": "Second revision to compare.",
74 "apihelp-compare-param-torelative": "Use a revision relative to the revision determined from <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. All of the other 'to' options will be ignored.",
75 "apihelp-compare-param-totext": "Use this text instead of the content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>.",
76 "apihelp-compare-param-tosection": "Only use the specified section of the specified 'to' content.",
77 "apihelp-compare-param-topst": "Do a pre-save transform on <var>totext</var>.",
78 "apihelp-compare-param-tocontentmodel": "Content model of <var>totext</var>. If not supplied, it will be guessed based on the other parameters.",
79 "apihelp-compare-param-tocontentformat": "Content serialization format of <var>totext</var>.",
80 "apihelp-compare-param-prop": "Which pieces of information to get.",
81 "apihelp-compare-paramvalue-prop-diff": "The diff HTML.",
82 "apihelp-compare-paramvalue-prop-diffsize": "The size of the diff HTML, in bytes.",
83 "apihelp-compare-paramvalue-prop-rel": "The revision IDs of the revision previous to 'from' and after 'to', if any.",
84 "apihelp-compare-paramvalue-prop-ids": "The page and revision IDs of the 'from' and 'to' revisions.",
85 "apihelp-compare-paramvalue-prop-title": "The page titles of the 'from' and 'to' revisions.",
86 "apihelp-compare-paramvalue-prop-user": "The user name and ID of the 'from' and 'to' revisions.",
87 "apihelp-compare-paramvalue-prop-comment": "The comment on the 'from' and 'to' revisions.",
88 "apihelp-compare-paramvalue-prop-parsedcomment": "The parsed comment on the 'from' and 'to' revisions.",
89 "apihelp-compare-paramvalue-prop-size": "The size of the 'from' and 'to' revisions.",
90 "apihelp-compare-example-1": "Create a diff between revision 1 and 2.",
91
92 "apihelp-createaccount-summary": "Create a new user account.",
93 "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.",
94 "apihelp-createaccount-example-create": "Start the process of creating user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.",
95 "apihelp-createaccount-param-name": "Username.",
96 "apihelp-createaccount-param-password": "Password (ignored if <var>$1mailpassword</var> is set).",
97 "apihelp-createaccount-param-domain": "Domain for external authentication (optional).",
98 "apihelp-createaccount-param-token": "Account creation token obtained in first request.",
99 "apihelp-createaccount-param-email": "Email address of user (optional).",
100 "apihelp-createaccount-param-realname": "Real name of user (optional).",
101 "apihelp-createaccount-param-mailpassword": "If set to any value, a random password will be emailed to the user.",
102 "apihelp-createaccount-param-reason": "Optional reason for creating the account to be put in the logs.",
103 "apihelp-createaccount-param-language": "Language code to set as default for the user (optional, defaults to content language).",
104 "apihelp-createaccount-example-pass": "Create user <kbd>testuser</kbd> with password <kbd>test123</kbd>.",
105 "apihelp-createaccount-example-mail": "Create user <kbd>testmailuser</kbd> and email a randomly-generated password.",
106
107 "apihelp-cspreport-summary": "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.",
108 "apihelp-cspreport-param-reportonly": "Mark as being a report from a monitoring policy, not an enforced policy",
109 "apihelp-cspreport-param-source": "What generated the CSP header that triggered this report",
110
111 "apihelp-delete-summary": "Delete a page.",
112 "apihelp-delete-param-title": "Title of the page to delete. Cannot be used together with <var>$1pageid</var>.",
113 "apihelp-delete-param-pageid": "Page ID of the page to delete. Cannot be used together with <var>$1title</var>.",
114 "apihelp-delete-param-reason": "Reason for the deletion. If not set, an automatically generated reason will be used.",
115 "apihelp-delete-param-tags": "Change tags to apply to the entry in the deletion log.",
116 "apihelp-delete-param-watch": "Add the page to the current user's watchlist.",
117 "apihelp-delete-param-watchlist": "Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.",
118 "apihelp-delete-param-unwatch": "Remove the page from the current user's watchlist.",
119 "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]].",
120 "apihelp-delete-example-simple": "Delete <kbd>Main Page</kbd>.",
121 "apihelp-delete-example-reason": "Delete <kbd>Main Page</kbd> with the reason <kbd>Preparing for move</kbd>.",
122
123 "apihelp-disabled-summary": "This module has been disabled.",
124
125 "apihelp-edit-summary": "Create and edit pages.",
126 "apihelp-edit-param-title": "Title of the page to edit. Cannot be used together with <var>$1pageid</var>.",
127 "apihelp-edit-param-pageid": "Page ID of the page to edit. Cannot be used together with <var>$1title</var>.",
128 "apihelp-edit-param-section": "Section number. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.",
129 "apihelp-edit-param-sectiontitle": "The title for a new section.",
130 "apihelp-edit-param-text": "Page content.",
131 "apihelp-edit-param-summary": "Edit summary. Also section title when $1section=new and $1sectiontitle is not set.",
132 "apihelp-edit-param-tags": "Change tags to apply to the revision.",
133 "apihelp-edit-param-minor": "Minor edit.",
134 "apihelp-edit-param-notminor": "Non-minor edit.",
135 "apihelp-edit-param-bot": "Mark this edit as a bot edit.",
136 "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]].",
137 "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).",
138 "apihelp-edit-param-recreate": "Override any errors about the page having been deleted in the meantime.",
139 "apihelp-edit-param-createonly": "Don't edit the page if it exists already.",
140 "apihelp-edit-param-nocreate": "Throw an error if the page doesn't exist.",
141 "apihelp-edit-param-watch": "Add the page to the current user's watchlist.",
142 "apihelp-edit-param-unwatch": "Remove the page from the current user's watchlist.",
143 "apihelp-edit-param-watchlist": "Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.",
144 "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.",
145 "apihelp-edit-param-prependtext": "Add this text to the beginning of the page. Overrides $1text.",
146 "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.",
147 "apihelp-edit-param-undo": "Undo this revision. Overrides $1text, $1prependtext and $1appendtext.",
148 "apihelp-edit-param-undoafter": "Undo all revisions from $1undo to this one. If not set, just undo one revision.",
149 "apihelp-edit-param-redirect": "Automatically resolve redirects.",
150 "apihelp-edit-param-contentformat": "Content serialization format used for the input text.",
151 "apihelp-edit-param-contentmodel": "Content model of the new content.",
152 "apihelp-edit-param-token": "The token should always be sent as the last parameter, or at least after the $1text parameter.",
153 "apihelp-edit-example-edit": "Edit a page.",
154 "apihelp-edit-example-prepend": "Prepend <kbd>_&#95;NOTOC_&#95;</kbd> to a page.",
155 "apihelp-edit-example-undo": "Undo revisions 13579 through 13585 with autosummary.",
156
157 "apihelp-emailuser-summary": "Email a user.",
158 "apihelp-emailuser-param-target": "User to send email to.",
159 "apihelp-emailuser-param-subject": "Subject header.",
160 "apihelp-emailuser-param-text": "Mail body.",
161 "apihelp-emailuser-param-ccme": "Send a copy of this mail to me.",
162 "apihelp-emailuser-example-email": "Send an email to user <kbd>WikiSysop</kbd> with the text <kbd>Content</kbd>.",
163
164 "apihelp-expandtemplates-summary": "Expands all templates within wikitext.",
165 "apihelp-expandtemplates-param-title": "Title of page.",
166 "apihelp-expandtemplates-param-text": "Wikitext to convert.",
167 "apihelp-expandtemplates-param-revid": "Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.",
168 "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.",
169 "apihelp-expandtemplates-paramvalue-prop-wikitext": "The expanded wikitext.",
170 "apihelp-expandtemplates-paramvalue-prop-categories": "Any categories present in the input that are not represented in the wikitext output.",
171 "apihelp-expandtemplates-paramvalue-prop-properties": "Page properties defined by expanded magic words in the wikitext.",
172 "apihelp-expandtemplates-paramvalue-prop-volatile": "Whether the output is volatile and should not be reused elsewhere within the page.",
173 "apihelp-expandtemplates-paramvalue-prop-ttl": "The maximum time after which caches of the result should be invalidated.",
174 "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>.",
175 "apihelp-expandtemplates-paramvalue-prop-jsconfigvars": "Gives the JavaScript configuration variables specific to the page.",
176 "apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars": "Gives the JavaScript configuration variables specific to the page as a JSON string.",
177 "apihelp-expandtemplates-paramvalue-prop-parsetree": "The XML parse tree of the input.",
178 "apihelp-expandtemplates-param-includecomments": "Whether to include HTML comments in the output.",
179 "apihelp-expandtemplates-param-generatexml": "Generate XML parse tree (replaced by $1prop=parsetree).",
180 "apihelp-expandtemplates-example-simple": "Expand the wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>.",
181
182 "apihelp-feedcontributions-summary": "Returns a user contributions feed.",
183 "apihelp-feedcontributions-param-feedformat": "The format of the feed.",
184 "apihelp-feedcontributions-param-user": "What users to get the contributions for.",
185 "apihelp-feedcontributions-param-namespace": "Which namespace to filter the contributions by.",
186 "apihelp-feedcontributions-param-year": "From year (and earlier).",
187 "apihelp-feedcontributions-param-month": "From month (and earlier).",
188 "apihelp-feedcontributions-param-tagfilter": "Filter contributions that have these tags.",
189 "apihelp-feedcontributions-param-deletedonly": "Show only deleted contributions.",
190 "apihelp-feedcontributions-param-toponly": "Only show edits that are the latest revisions.",
191 "apihelp-feedcontributions-param-newonly": "Only show edits that are page creations.",
192 "apihelp-feedcontributions-param-hideminor": "Hide minor edits.",
193 "apihelp-feedcontributions-param-showsizediff": "Show the size difference between revisions.",
194 "apihelp-feedcontributions-example-simple": "Return contributions for user <kbd>Example</kbd>.",
195
196 "apihelp-feedrecentchanges-summary": "Returns a recent changes feed.",
197 "apihelp-feedrecentchanges-param-feedformat": "The format of the feed.",
198 "apihelp-feedrecentchanges-param-namespace": "Namespace to limit the results to.",
199 "apihelp-feedrecentchanges-param-invert": "All namespaces but the selected one.",
200 "apihelp-feedrecentchanges-param-associated": "Include associated (talk or main) namespace.",
201 "apihelp-feedrecentchanges-param-days": "Days to limit the results to.",
202 "apihelp-feedrecentchanges-param-limit": "Maximum number of results to return.",
203 "apihelp-feedrecentchanges-param-from": "Show changes since then.",
204 "apihelp-feedrecentchanges-param-hideminor": "Hide minor changes.",
205 "apihelp-feedrecentchanges-param-hidebots": "Hide changes made by bots.",
206 "apihelp-feedrecentchanges-param-hideanons": "Hide changes made by anonymous users.",
207 "apihelp-feedrecentchanges-param-hideliu": "Hide changes made by registered users.",
208 "apihelp-feedrecentchanges-param-hidepatrolled": "Hide patrolled changes.",
209 "apihelp-feedrecentchanges-param-hidemyself": "Hide changes made by the current user.",
210 "apihelp-feedrecentchanges-param-hidecategorization": "Hide category membership changes.",
211 "apihelp-feedrecentchanges-param-tagfilter": "Filter by tag.",
212 "apihelp-feedrecentchanges-param-target": "Show only changes on pages linked from this page.",
213 "apihelp-feedrecentchanges-param-showlinkedto": "Show changes on pages linked to the selected page instead.",
214 "apihelp-feedrecentchanges-param-categories": "Show only changes on pages in all of these categories.",
215 "apihelp-feedrecentchanges-param-categories_any": "Show only changes on pages in any of the categories instead.",
216 "apihelp-feedrecentchanges-example-simple": "Show recent changes.",
217 "apihelp-feedrecentchanges-example-30days": "Show recent changes for 30 days.",
218
219 "apihelp-feedwatchlist-summary": "Returns a watchlist feed.",
220 "apihelp-feedwatchlist-param-feedformat": "The format of the feed.",
221 "apihelp-feedwatchlist-param-hours": "List pages modified within this many hours from now.",
222 "apihelp-feedwatchlist-param-linktosections": "Link directly to changed sections if possible.",
223 "apihelp-feedwatchlist-example-default": "Show the watchlist feed.",
224 "apihelp-feedwatchlist-example-all6hrs": "Show all changes to watched pages in the past 6 hours.",
225
226 "apihelp-filerevert-summary": "Revert a file to an old version.",
227 "apihelp-filerevert-param-filename": "Target filename, without the File: prefix.",
228 "apihelp-filerevert-param-comment": "Upload comment.",
229 "apihelp-filerevert-param-archivename": "Archive name of the revision to revert to.",
230 "apihelp-filerevert-example-revert": "Revert <kbd>Wiki.png</kbd> to the version of <kbd>2011-03-05T15:27:40Z</kbd>.",
231
232 "apihelp-help-summary": "Display help for the specified modules.",
233 "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>.",
234 "apihelp-help-param-submodules": "Include help for submodules of the named module.",
235 "apihelp-help-param-recursivesubmodules": "Include help for submodules recursively.",
236 "apihelp-help-param-helpformat": "Format of the help output.",
237 "apihelp-help-param-wrap": "Wrap the output in a standard API response structure.",
238 "apihelp-help-param-toc": "Include a table of contents in the HTML output.",
239 "apihelp-help-example-main": "Help for the main module.",
240 "apihelp-help-example-submodules": "Help for <kbd>action=query</kbd> and all its submodules.",
241 "apihelp-help-example-recursive": "All help in one page.",
242 "apihelp-help-example-help": "Help for the help module itself.",
243 "apihelp-help-example-query": "Help for two query submodules.",
244
245 "apihelp-imagerotate-summary": "Rotate one or more images.",
246 "apihelp-imagerotate-param-rotation": "Degrees to rotate image clockwise.",
247 "apihelp-imagerotate-param-tags": "Tags to apply to the entry in the upload log.",
248 "apihelp-imagerotate-example-simple": "Rotate <kbd>File:Example.png</kbd> by <kbd>90</kbd> degrees.",
249 "apihelp-imagerotate-example-generator": "Rotate all images in <kbd>Category:Flip</kbd> by <kbd>180</kbd> degrees.",
250
251 "apihelp-import-summary": "Import a page from another wiki, or from an XML file.",
252 "apihelp-import-extended-description": "Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the <var>xml</var> parameter.",
253 "apihelp-import-param-summary": "Log entry import summary.",
254 "apihelp-import-param-xml": "Uploaded XML file.",
255 "apihelp-import-param-interwikiprefix": "For uploaded imports: interwiki prefix to apply to unknown user names (and known users if <var>$1assignknownusers</var> is set).",
256 "apihelp-import-param-assignknownusers": "Assign edits to local users where the named user exists locally.",
257 "apihelp-import-param-interwikisource": "For interwiki imports: wiki to import from.",
258 "apihelp-import-param-interwikipage": "For interwiki imports: page to import.",
259 "apihelp-import-param-fullhistory": "For interwiki imports: import the full history, not just the current version.",
260 "apihelp-import-param-templates": "For interwiki imports: import all included templates as well.",
261 "apihelp-import-param-namespace": "Import to this namespace. Cannot be used together with <var>$1rootpage</var>.",
262 "apihelp-import-param-rootpage": "Import as subpage of this page. Cannot be used together with <var>$1namespace</var>.",
263 "apihelp-import-param-tags": "Change tags to apply to the entry in the import log and to the null revision on the imported pages.",
264 "apihelp-import-example-import": "Import [[meta:Help:ParserFunctions]] to namespace 100 with full history.",
265
266 "apihelp-linkaccount-summary": "Link an account from a third-party provider to the current user.",
267 "apihelp-linkaccount-example-link": "Start the process of linking to an account from <kbd>Example</kbd>.",
268
269 "apihelp-login-summary": "Log in and get authentication cookies.",
270 "apihelp-login-extended-description": "This action should only be used in combination with [[Special:BotPasswords]]; use for main-account login is deprecated and may fail without warning. To safely log in to the main account, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.",
271 "apihelp-login-extended-description-nobotpasswords": "This action is deprecated and may fail without warning. To safely log in, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.",
272 "apihelp-login-param-name": "User name.",
273 "apihelp-login-param-password": "Password.",
274 "apihelp-login-param-domain": "Domain (optional).",
275 "apihelp-login-param-token": "Login token obtained in first request.",
276 "apihelp-login-example-gettoken": "Retrieve a login token.",
277 "apihelp-login-example-login": "Log in.",
278
279 "apihelp-logout-summary": "Log out and clear session data.",
280 "apihelp-logout-example-logout": "Log the current user out.",
281
282 "apihelp-managetags-summary": "Perform management tasks relating to change tags.",
283 "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.",
284 "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.",
285 "apihelp-managetags-param-reason": "An optional reason for creating, deleting, activating or deactivating the tag.",
286 "apihelp-managetags-param-ignorewarnings": "Whether to ignore any warnings that are issued during the operation.",
287 "apihelp-managetags-param-tags": "Change tags to apply to the entry in the tag management log.",
288 "apihelp-managetags-example-create": "Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>",
289 "apihelp-managetags-example-delete": "Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd>",
290 "apihelp-managetags-example-activate": "Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>",
291 "apihelp-managetags-example-deactivate": "Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd>",
292
293 "apihelp-mergehistory-summary": "Merge page histories.",
294 "apihelp-mergehistory-param-from": "Title of the page from which history will be merged. Cannot be used together with <var>$1fromid</var>.",
295 "apihelp-mergehistory-param-fromid": "Page ID of the page from which history will be merged. Cannot be used together with <var>$1from</var>.",
296 "apihelp-mergehistory-param-to": "Title of the page to which history will be merged. Cannot be used together with <var>$1toid</var>.",
297 "apihelp-mergehistory-param-toid": "Page ID of the page to which history will be merged. Cannot be used together with <var>$1to</var>.",
298 "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.",
299 "apihelp-mergehistory-param-reason": "Reason for the history merge.",
300 "apihelp-mergehistory-example-merge": "Merge the entire history of <kbd>Oldpage</kbd> into <kbd>Newpage</kbd>.",
301 "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>.",
302
303 "apihelp-move-summary": "Move a page.",
304 "apihelp-move-param-from": "Title of the page to rename. Cannot be used together with <var>$1fromid</var>.",
305 "apihelp-move-param-fromid": "Page ID of the page to rename. Cannot be used together with <var>$1from</var>.",
306 "apihelp-move-param-to": "Title to rename the page to.",
307 "apihelp-move-param-reason": "Reason for the rename.",
308 "apihelp-move-param-movetalk": "Rename the talk page, if it exists.",
309 "apihelp-move-param-movesubpages": "Rename subpages, if applicable.",
310 "apihelp-move-param-noredirect": "Don't create a redirect.",
311 "apihelp-move-param-watch": "Add the page and the redirect to the current user's watchlist.",
312 "apihelp-move-param-unwatch": "Remove the page and the redirect from the current user's watchlist.",
313 "apihelp-move-param-watchlist": "Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.",
314 "apihelp-move-param-ignorewarnings": "Ignore any warnings.",
315 "apihelp-move-param-tags": "Change tags to apply to the entry in the move log and to the null revision on the destination page.",
316 "apihelp-move-example-move": "Move <kbd>Badtitle</kbd> to <kbd>Goodtitle</kbd> without leaving a redirect.",
317
318 "apihelp-opensearch-summary": "Search the wiki using the OpenSearch protocol.",
319 "apihelp-opensearch-param-search": "Search string.",
320 "apihelp-opensearch-param-limit": "Maximum number of results to return.",
321 "apihelp-opensearch-param-namespace": "Namespaces to search.",
322 "apihelp-opensearch-param-suggest": "Do nothing if <var>[[mw:Special:MyLanguage/Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]</var> is false.",
323 "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.",
324 "apihelp-opensearch-param-format": "The format of the output.",
325 "apihelp-opensearch-param-warningsaserror": "If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.",
326 "apihelp-opensearch-example-te": "Find pages beginning with <kbd>Te</kbd>.",
327
328 "apihelp-options-summary": "Change preferences of the current user.",
329 "apihelp-options-extended-description": "Only options which are registered in core or in one of installed extensions, or options with keys prefixed with <code>userjs-</code> (intended to be used by user scripts), can be set.",
330 "apihelp-options-param-reset": "Resets preferences to the site defaults.",
331 "apihelp-options-param-resetkinds": "List of types of options to reset when the <var>$1reset</var> option is set.",
332 "apihelp-options-param-change": "List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation.",
333 "apihelp-options-param-optionname": "The name of the option that should be set to the value given by <var>$1optionvalue</var>.",
334 "apihelp-options-param-optionvalue": "The value for the option specified by <var>$1optionname</var>.",
335 "apihelp-options-example-reset": "Reset all preferences.",
336 "apihelp-options-example-change": "Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.",
337 "apihelp-options-example-complex": "Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.",
338
339 "apihelp-paraminfo-summary": "Obtain information about API modules.",
340 "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>.",
341 "apihelp-paraminfo-param-helpformat": "Format of help strings.",
342 "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>.",
343 "apihelp-paraminfo-param-mainmodule": "Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead.",
344 "apihelp-paraminfo-param-pagesetmodule": "Get information about the pageset module (providing titles= and friends) as well.",
345 "apihelp-paraminfo-param-formatmodules": "List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead.",
346 "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>.",
347 "apihelp-paraminfo-example-2": "Show info for all submodules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.",
348
349 "apihelp-parse-summary": "Parses content and returns parser output.",
350 "apihelp-parse-extended-description": "See 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>, <var>$1revid</var>, and <var>$1contentmodel</var>.\n# Specify only a summary to parse. <var>$1prop</var> should be given an empty value.",
351 "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.",
352 "apihelp-parse-param-text": "Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model.",
353 "apihelp-parse-param-revid": "Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables.",
354 "apihelp-parse-param-summary": "Summary to parse.",
355 "apihelp-parse-param-page": "Parse the content of this page. Cannot be used together with <var>$1text</var> and <var>$1title</var>.",
356 "apihelp-parse-param-pageid": "Parse the content of this page. Overrides <var>$1page</var>.",
357 "apihelp-parse-param-redirects": "If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it.",
358 "apihelp-parse-param-oldid": "Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>.",
359 "apihelp-parse-param-prop": "Which pieces of information to get:",
360 "apihelp-parse-paramvalue-prop-text": "Gives the parsed text of the wikitext.",
361 "apihelp-parse-paramvalue-prop-langlinks": "Gives the language links in the parsed wikitext.",
362 "apihelp-parse-paramvalue-prop-categories": "Gives the categories in the parsed wikitext.",
363 "apihelp-parse-paramvalue-prop-categorieshtml": "Gives the HTML version of the categories.",
364 "apihelp-parse-paramvalue-prop-links": "Gives the internal links in the parsed wikitext.",
365 "apihelp-parse-paramvalue-prop-templates": "Gives the templates in the parsed wikitext.",
366 "apihelp-parse-paramvalue-prop-images": "Gives the images in the parsed wikitext.",
367 "apihelp-parse-paramvalue-prop-externallinks": "Gives the external links in the parsed wikitext.",
368 "apihelp-parse-paramvalue-prop-sections": "Gives the sections in the parsed wikitext.",
369 "apihelp-parse-paramvalue-prop-revid": "Adds the revision ID of the parsed page.",
370 "apihelp-parse-paramvalue-prop-displaytitle": "Adds the title of the parsed wikitext.",
371 "apihelp-parse-paramvalue-prop-headitems": "Gives items to put in the <code>&lt;head&gt;</code> of the page.",
372 "apihelp-parse-paramvalue-prop-headhtml": "Gives parsed <code>&lt;head&gt;</code> of the page.",
373 "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>.",
374 "apihelp-parse-paramvalue-prop-jsconfigvars": "Gives the JavaScript configuration variables specific to the page. To apply, use <code>mw.config.set()</code>.",
375 "apihelp-parse-paramvalue-prop-encodedjsconfigvars": "Gives the JavaScript configuration variables specific to the page as a JSON string.",
376 "apihelp-parse-paramvalue-prop-indicators": "Gives the HTML of page status indicators used on the page.",
377 "apihelp-parse-paramvalue-prop-iwlinks": "Gives interwiki links in the parsed wikitext.",
378 "apihelp-parse-paramvalue-prop-wikitext": "Gives the original wikitext that was parsed.",
379 "apihelp-parse-paramvalue-prop-properties": "Gives various properties defined in the parsed wikitext.",
380 "apihelp-parse-paramvalue-prop-limitreportdata": "Gives the limit report in a structured way. Gives no data, when <var>$1disablelimitreport</var> is set.",
381 "apihelp-parse-paramvalue-prop-limitreporthtml": "Gives the HTML version of the limit report. Gives no data, when <var>$1disablelimitreport</var> is set.",
382 "apihelp-parse-paramvalue-prop-parsetree": "The XML parse tree of revision content (requires content model <code>$1</code>)",
383 "apihelp-parse-paramvalue-prop-parsewarnings": "Gives the warnings that occurred while parsing content.",
384 "apihelp-parse-param-wrapoutputclass": "CSS class to use to wrap the parser output.",
385 "apihelp-parse-param-pst": "Do a pre-save transform on the input before parsing it. Only valid when used with text.",
386 "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>.",
387 "apihelp-parse-param-effectivelanglinks": "Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>).",
388 "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>.",
389 "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.",
390 "apihelp-parse-param-disablelimitreport": "Omit the limit report (\"NewPP limit report\") from the parser output.",
391 "apihelp-parse-param-disablepp": "Use <var>$1disablelimitreport</var> instead.",
392 "apihelp-parse-param-disableeditsection": "Omit edit section links from the parser output.",
393 "apihelp-parse-param-disabletidy": "Do not run HTML cleanup (e.g. tidy) on the parser output.",
394 "apihelp-parse-param-disablestylededuplication": "Do not deduplicate inline stylesheets in the parser output.",
395 "apihelp-parse-param-generatexml": "Generate XML parse tree (requires content model <code>$1</code>; replaced by <kbd>$2prop=parsetree</kbd>).",
396 "apihelp-parse-param-preview": "Parse in preview mode.",
397 "apihelp-parse-param-sectionpreview": "Parse in section preview mode (enables preview mode too).",
398 "apihelp-parse-param-disabletoc": "Omit table of contents in output.",
399 "apihelp-parse-param-useskin": "Apply the selected skin to the parser output. May affect the following properties: <kbd>langlinks</kbd>, <kbd>headitems</kbd>, <kbd>modules</kbd>, <kbd>jsconfigvars</kbd>, <kbd>indicators</kbd>.",
400 "apihelp-parse-param-contentformat": "Content serialization format used for the input text. Only valid when used with $1text.",
401 "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.",
402 "apihelp-parse-example-page": "Parse a page.",
403 "apihelp-parse-example-text": "Parse wikitext.",
404 "apihelp-parse-example-texttitle": "Parse wikitext, specifying the page title.",
405 "apihelp-parse-example-summary": "Parse a summary.",
406
407 "apihelp-patrol-summary": "Patrol a page or revision.",
408 "apihelp-patrol-param-rcid": "Recentchanges ID to patrol.",
409 "apihelp-patrol-param-revid": "Revision ID to patrol.",
410 "apihelp-patrol-param-tags": "Change tags to apply to the entry in the patrol log.",
411 "apihelp-patrol-example-rcid": "Patrol a recent change.",
412 "apihelp-patrol-example-revid": "Patrol a revision.",
413
414 "apihelp-protect-summary": "Change the protection level of a page.",
415 "apihelp-protect-param-title": "Title of the page to (un)protect. Cannot be used together with $1pageid.",
416 "apihelp-protect-param-pageid": "ID of the page to (un)protect. Cannot be used together with $1title.",
417 "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.",
418 "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.",
419 "apihelp-protect-param-reason": "Reason for (un)protecting.",
420 "apihelp-protect-param-tags": "Change tags to apply to the entry in the protection log.",
421 "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.",
422 "apihelp-protect-param-watch": "If set, add the page being (un)protected to the current user's watchlist.",
423 "apihelp-protect-param-watchlist": "Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.",
424 "apihelp-protect-example-protect": "Protect a page.",
425 "apihelp-protect-example-unprotect": "Unprotect a page by setting restrictions to <kbd>all</kbd> (i.e. everyone is allowed to take the action).",
426 "apihelp-protect-example-unprotect2": "Unprotect a page by setting no restrictions.",
427
428 "apihelp-purge-summary": "Purge the cache for the given titles.",
429 "apihelp-purge-param-forcelinkupdate": "Update the links tables.",
430 "apihelp-purge-param-forcerecursivelinkupdate": "Update the links table, and update the links tables for any page that uses this page as a template.",
431 "apihelp-purge-example-simple": "Purge the <kbd>Main Page</kbd> and the <kbd>API</kbd> page.",
432 "apihelp-purge-example-generator": "Purge the first 10 pages in the main namespace.",
433
434 "apihelp-query-summary": "Fetch data from and about MediaWiki.",
435 "apihelp-query-extended-description": "All data modifications will first have to use query to acquire a token to prevent abuse from malicious sites.",
436 "apihelp-query-param-prop": "Which properties to get for the queried pages.",
437 "apihelp-query-param-list": "Which lists to get.",
438 "apihelp-query-param-meta": "Which metadata to get.",
439 "apihelp-query-param-indexpageids": "Include an additional pageids section listing all returned page IDs.",
440 "apihelp-query-param-export": "Export the current revisions of all given or generated pages.",
441 "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.",
442 "apihelp-query-param-iwurl": "Whether to get the full URL if the title is an interwiki link.",
443 "apihelp-query-param-rawcontinue": "Return raw <samp>query-continue</samp> data for continuation.",
444 "apihelp-query-example-revisions": "Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of <kbd>Main Page</kbd>.",
445 "apihelp-query-example-allpages": "Fetch revisions of pages beginning with <kbd>API/</kbd>.",
446
447 "apihelp-query+allcategories-summary": "Enumerate all categories.",
448 "apihelp-query+allcategories-param-from": "The category to start enumerating from.",
449 "apihelp-query+allcategories-param-to": "The category to stop enumerating at.",
450 "apihelp-query+allcategories-param-prefix": "Search for all category titles that begin with this value.",
451 "apihelp-query+allcategories-param-dir": "Direction to sort in.",
452 "apihelp-query+allcategories-param-min": "Only return categories with at least this many members.",
453 "apihelp-query+allcategories-param-max": "Only return categories with at most this many members.",
454 "apihelp-query+allcategories-param-limit": "How many categories to return.",
455 "apihelp-query+allcategories-param-prop": "Which properties to get:",
456 "apihelp-query+allcategories-paramvalue-prop-size": "Adds number of pages in the category.",
457 "apihelp-query+allcategories-paramvalue-prop-hidden": "Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.",
458 "apihelp-query+allcategories-example-size": "List categories with information on the number of pages in each.",
459 "apihelp-query+allcategories-example-generator": "Retrieve info about the category page itself for categories beginning <kbd>List</kbd>.",
460
461 "apihelp-query+alldeletedrevisions-summary": "List all deleted revisions by a user or in a namespace.",
462 "apihelp-query+alldeletedrevisions-paraminfo-useronly": "May only be used with <var>$3user</var>.",
463 "apihelp-query+alldeletedrevisions-paraminfo-nonuseronly": "Cannot be used with <var>$3user</var>.",
464 "apihelp-query+alldeletedrevisions-param-start": "The timestamp to start enumerating from.",
465 "apihelp-query+alldeletedrevisions-param-end": "The timestamp to stop enumerating at.",
466 "apihelp-query+alldeletedrevisions-param-from": "Start listing at this title.",
467 "apihelp-query+alldeletedrevisions-param-to": "Stop listing at this title.",
468 "apihelp-query+alldeletedrevisions-param-prefix": "Search for all page titles that begin with this value.",
469 "apihelp-query+alldeletedrevisions-param-tag": "Only list revisions tagged with this tag.",
470 "apihelp-query+alldeletedrevisions-param-user": "Only list revisions by this user.",
471 "apihelp-query+alldeletedrevisions-param-excludeuser": "Don't list revisions by this user.",
472 "apihelp-query+alldeletedrevisions-param-namespace": "Only list pages in this namespace.",
473 "apihelp-query+alldeletedrevisions-param-miser-user-namespace": "<strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using <var>$1user</var> and <var>$1namespace</var> together may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.",
474 "apihelp-query+alldeletedrevisions-param-generatetitles": "When being used as a generator, generate titles rather than revision IDs.",
475 "apihelp-query+alldeletedrevisions-example-user": "List the last 50 deleted contributions by user <kbd>Example</kbd>.",
476 "apihelp-query+alldeletedrevisions-example-ns-main": "List the first 50 deleted revisions in the main namespace.",
477
478 "apihelp-query+allfileusages-summary": "List all file usages, including non-existing.",
479 "apihelp-query+allfileusages-param-from": "The title of the file to start enumerating from.",
480 "apihelp-query+allfileusages-param-to": "The title of the file to stop enumerating at.",
481 "apihelp-query+allfileusages-param-prefix": "Search for all file titles that begin with this value.",
482 "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.",
483 "apihelp-query+allfileusages-param-prop": "Which pieces of information to include:",
484 "apihelp-query+allfileusages-paramvalue-prop-ids": "Adds the page IDs of the using pages (cannot be used with $1unique).",
485 "apihelp-query+allfileusages-paramvalue-prop-title": "Adds the title of the file.",
486 "apihelp-query+allfileusages-param-limit": "How many total items to return.",
487 "apihelp-query+allfileusages-param-dir": "The direction in which to list.",
488 "apihelp-query+allfileusages-example-B": "List file titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.",
489 "apihelp-query+allfileusages-example-unique": "List unique file titles.",
490 "apihelp-query+allfileusages-example-unique-generator": "Gets all file titles, marking the missing ones.",
491 "apihelp-query+allfileusages-example-generator": "Gets pages containing the files.",
492
493 "apihelp-query+allimages-summary": "Enumerate all images sequentially.",
494 "apihelp-query+allimages-param-sort": "Property to sort by.",
495 "apihelp-query+allimages-param-dir": "The direction in which to list.",
496 "apihelp-query+allimages-param-from": "The image title to start enumerating from. Can only be used with $1sort=name.",
497 "apihelp-query+allimages-param-to": "The image title to stop enumerating at. Can only be used with $1sort=name.",
498 "apihelp-query+allimages-param-start": "The timestamp to start enumerating from. Can only be used with $1sort=timestamp.",
499 "apihelp-query+allimages-param-end": "The timestamp to end enumerating. Can only be used with $1sort=timestamp.",
500 "apihelp-query+allimages-param-prefix": "Search for all image titles that begin with this value. Can only be used with $1sort=name.",
501 "apihelp-query+allimages-param-minsize": "Limit to images with at least this many bytes.",
502 "apihelp-query+allimages-param-maxsize": "Limit to images with at most this many bytes.",
503 "apihelp-query+allimages-param-sha1": "SHA1 hash of image. Overrides $1sha1base36.",
504 "apihelp-query+allimages-param-sha1base36": "SHA1 hash of image in base 36 (used in MediaWiki).",
505 "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.",
506 "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.",
507 "apihelp-query+allimages-param-mime": "What MIME types to search for, e.g. <kbd>image/jpeg</kbd>.",
508 "apihelp-query+allimages-param-limit": "How many images in total to return.",
509 "apihelp-query+allimages-example-B": "Show a list of files starting at the letter <kbd>B</kbd>.",
510 "apihelp-query+allimages-example-recent": "Show a list of recently uploaded files, similar to [[Special:NewFiles]].",
511 "apihelp-query+allimages-example-mimetypes": "Show a list of files with MIME type <kbd>image/png</kbd> or <kbd>image/gif</kbd>",
512 "apihelp-query+allimages-example-generator": "Show info about 4 files starting at the letter <kbd>T</kbd>.",
513
514 "apihelp-query+alllinks-summary": "Enumerate all links that point to a given namespace.",
515 "apihelp-query+alllinks-param-from": "The title of the link to start enumerating from.",
516 "apihelp-query+alllinks-param-to": "The title of the link to stop enumerating at.",
517 "apihelp-query+alllinks-param-prefix": "Search for all linked titles that begin with this value.",
518 "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.",
519 "apihelp-query+alllinks-param-prop": "Which pieces of information to include:",
520 "apihelp-query+alllinks-paramvalue-prop-ids": "Adds the page ID of the linking page (cannot be used with <var>$1unique</var>).",
521 "apihelp-query+alllinks-paramvalue-prop-title": "Adds the title of the link.",
522 "apihelp-query+alllinks-param-namespace": "The namespace to enumerate.",
523 "apihelp-query+alllinks-param-limit": "How many total items to return.",
524 "apihelp-query+alllinks-param-dir": "The direction in which to list.",
525 "apihelp-query+alllinks-example-B": "List linked titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.",
526 "apihelp-query+alllinks-example-unique": "List unique linked titles.",
527 "apihelp-query+alllinks-example-unique-generator": "Gets all linked titles, marking the missing ones.",
528 "apihelp-query+alllinks-example-generator": "Gets pages containing the links.",
529
530 "apihelp-query+allmessages-summary": "Return messages from this site.",
531 "apihelp-query+allmessages-param-messages": "Which messages to output. <kbd>*</kbd> (default) means all messages.",
532 "apihelp-query+allmessages-param-prop": "Which properties to get.",
533 "apihelp-query+allmessages-param-enableparser": "Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).",
534 "apihelp-query+allmessages-param-nocontent": "If set, do not include the content of the messages in the output.",
535 "apihelp-query+allmessages-param-includelocal": "Also include local messages, i.e. messages that don't exist in the software but do exist as in the {{ns:MediaWiki}} namespace.\nThis lists all {{ns:MediaWiki}}-namespace pages, so it will also list those that aren't really messages such as [[MediaWiki:Common.js|Common.js]].",
536 "apihelp-query+allmessages-param-args": "Arguments to be substituted into message.",
537 "apihelp-query+allmessages-param-filter": "Return only messages with names that contain this string.",
538 "apihelp-query+allmessages-param-customised": "Return only messages in this customisation state.",
539 "apihelp-query+allmessages-param-lang": "Return messages in this language.",
540 "apihelp-query+allmessages-param-from": "Return messages starting at this message.",
541 "apihelp-query+allmessages-param-to": "Return messages ending at this message.",
542 "apihelp-query+allmessages-param-title": "Page name to use as context when parsing message (for $1enableparser option).",
543 "apihelp-query+allmessages-param-prefix": "Return messages with this prefix.",
544 "apihelp-query+allmessages-example-ipb": "Show messages starting with <kbd>ipb-</kbd>.",
545 "apihelp-query+allmessages-example-de": "Show messages <kbd>august</kbd> and <kbd>mainpage</kbd> in German.",
546
547 "apihelp-query+allpages-summary": "Enumerate all pages sequentially in a given namespace.",
548 "apihelp-query+allpages-param-from": "The page title to start enumerating from.",
549 "apihelp-query+allpages-param-to": "The page title to stop enumerating at.",
550 "apihelp-query+allpages-param-prefix": "Search for all page titles that begin with this value.",
551 "apihelp-query+allpages-param-namespace": "The namespace to enumerate.",
552 "apihelp-query+allpages-param-filterredir": "Which pages to list.",
553 "apihelp-query+allpages-param-minsize": "Limit to pages with at least this many bytes.",
554 "apihelp-query+allpages-param-maxsize": "Limit to pages with at most this many bytes.",
555 "apihelp-query+allpages-param-prtype": "Limit to protected pages only.",
556 "apihelp-query+allpages-param-prlevel": "Filter protections based on protection level (must be used with $1prtype= parameter).",
557 "apihelp-query+allpages-param-prfiltercascade": "Filter protections based on cascadingness (ignored when $1prtype isn't set).",
558 "apihelp-query+allpages-param-limit": "How many total pages to return.",
559 "apihelp-query+allpages-param-dir": "The direction in which to list.",
560 "apihelp-query+allpages-param-filterlanglinks": "Filter based on whether a page has langlinks. Note that this may not consider langlinks added by extensions.",
561 "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.",
562 "apihelp-query+allpages-example-B": "Show a list of pages starting at the letter <kbd>B</kbd>.",
563 "apihelp-query+allpages-example-generator": "Show info about 4 pages starting at the letter <kbd>T</kbd>.",
564 "apihelp-query+allpages-example-generator-revisions": "Show content of first 2 non-redirect pages beginning at <kbd>Re</kbd>.",
565
566 "apihelp-query+allredirects-summary": "List all redirects to a namespace.",
567 "apihelp-query+allredirects-param-from": "The title of the redirect to start enumerating from.",
568 "apihelp-query+allredirects-param-to": "The title of the redirect to stop enumerating at.",
569 "apihelp-query+allredirects-param-prefix": "Search for all target pages that begin with this value.",
570 "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.",
571 "apihelp-query+allredirects-param-prop": "Which pieces of information to include:",
572 "apihelp-query+allredirects-paramvalue-prop-ids": "Adds the page ID of the redirecting page (cannot be used with <var>$1unique</var>).",
573 "apihelp-query+allredirects-paramvalue-prop-title": "Adds the title of the redirect.",
574 "apihelp-query+allredirects-paramvalue-prop-fragment": "Adds the fragment from the redirect, if any (cannot be used with <var>$1unique</var>).",
575 "apihelp-query+allredirects-paramvalue-prop-interwiki": "Adds the interwiki prefix from the redirect, if any (cannot be used with <var>$1unique</var>).",
576 "apihelp-query+allredirects-param-namespace": "The namespace to enumerate.",
577 "apihelp-query+allredirects-param-limit": "How many total items to return.",
578 "apihelp-query+allredirects-param-dir": "The direction in which to list.",
579 "apihelp-query+allredirects-example-B": "List target pages, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.",
580 "apihelp-query+allredirects-example-unique": "List unique target pages.",
581 "apihelp-query+allredirects-example-unique-generator": "Gets all target pages, marking the missing ones.",
582 "apihelp-query+allredirects-example-generator": "Gets pages containing the redirects.",
583
584 "apihelp-query+allrevisions-summary": "List all revisions.",
585 "apihelp-query+allrevisions-param-start": "The timestamp to start enumerating from.",
586 "apihelp-query+allrevisions-param-end": "The timestamp to stop enumerating at.",
587 "apihelp-query+allrevisions-param-user": "Only list revisions by this user.",
588 "apihelp-query+allrevisions-param-excludeuser": "Don't list revisions by this user.",
589 "apihelp-query+allrevisions-param-namespace": "Only list pages in this namespace.",
590 "apihelp-query+allrevisions-param-generatetitles": "When being used as a generator, generate titles rather than revision IDs.",
591 "apihelp-query+allrevisions-example-user": "List the last 50 contributions by user <kbd>Example</kbd>.",
592 "apihelp-query+allrevisions-example-ns-main": "List the first 50 revisions in the main namespace.",
593
594 "apihelp-query+mystashedfiles-summary": "Get a list of files in the current user's upload stash.",
595 "apihelp-query+mystashedfiles-param-prop": "Which properties to fetch for the files.",
596 "apihelp-query+mystashedfiles-paramvalue-prop-size": "Fetch the file size and image dimensions.",
597 "apihelp-query+mystashedfiles-paramvalue-prop-type": "Fetch the file's MIME type and media type.",
598 "apihelp-query+mystashedfiles-param-limit": "How many files to get.",
599 "apihelp-query+mystashedfiles-example-simple": "Get the filekey, file size, and pixel size of files in the current user's upload stash.",
600
601 "apihelp-query+alltransclusions-summary": "List all transclusions (pages embedded using &#123;&#123;x&#125;&#125;), including non-existing.",
602 "apihelp-query+alltransclusions-param-from": "The title of the transclusion to start enumerating from.",
603 "apihelp-query+alltransclusions-param-to": "The title of the transclusion to stop enumerating at.",
604 "apihelp-query+alltransclusions-param-prefix": "Search for all transcluded titles that begin with this value.",
605 "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.",
606 "apihelp-query+alltransclusions-param-prop": "Which pieces of information to include:",
607 "apihelp-query+alltransclusions-paramvalue-prop-ids": "Adds the page ID of the transcluding page (cannot be used with $1unique).",
608 "apihelp-query+alltransclusions-paramvalue-prop-title": "Adds the title of the transclusion.",
609 "apihelp-query+alltransclusions-param-namespace": "The namespace to enumerate.",
610 "apihelp-query+alltransclusions-param-limit": "How many total items to return.",
611 "apihelp-query+alltransclusions-param-dir": "The direction in which to list.",
612 "apihelp-query+alltransclusions-example-B": "List transcluded titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>.",
613 "apihelp-query+alltransclusions-example-unique": "List unique transcluded titles.",
614 "apihelp-query+alltransclusions-example-unique-generator": "Gets all transcluded titles, marking the missing ones.",
615 "apihelp-query+alltransclusions-example-generator": "Gets pages containing the transclusions.",
616
617 "apihelp-query+allusers-summary": "Enumerate all registered users.",
618 "apihelp-query+allusers-param-from": "The user name to start enumerating from.",
619 "apihelp-query+allusers-param-to": "The user name to stop enumerating at.",
620 "apihelp-query+allusers-param-prefix": "Search for all users that begin with this value.",
621 "apihelp-query+allusers-param-dir": "Direction to sort in.",
622 "apihelp-query+allusers-param-group": "Only include users in the given groups.",
623 "apihelp-query+allusers-param-excludegroup": "Exclude users in the given groups.",
624 "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.",
625 "apihelp-query+allusers-param-prop": "Which pieces of information to include:",
626 "apihelp-query+allusers-paramvalue-prop-blockinfo": "Adds the information about a current block on the user.",
627 "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.",
628 "apihelp-query+allusers-paramvalue-prop-implicitgroups": "Lists all the groups the user is automatically in.",
629 "apihelp-query+allusers-paramvalue-prop-rights": "Lists rights that the user has.",
630 "apihelp-query+allusers-paramvalue-prop-editcount": "Adds the edit count of the user.",
631 "apihelp-query+allusers-paramvalue-prop-registration": "Adds the timestamp of when the user registered if available (may be blank).",
632 "apihelp-query+allusers-paramvalue-prop-centralids": "Adds the central IDs and attachment status for the user.",
633 "apihelp-query+allusers-param-limit": "How many total user names to return.",
634 "apihelp-query+allusers-param-witheditsonly": "Only list users who have made edits.",
635 "apihelp-query+allusers-param-activeusers": "Only list users active in the last $1 {{PLURAL:$1|day|days}}.",
636 "apihelp-query+allusers-param-attachedwiki": "With <kbd>$1prop=centralids</kbd>, also indicate whether the user is attached with the wiki identified by this ID.",
637 "apihelp-query+allusers-example-Y": "List users starting at <kbd>Y</kbd>.",
638
639 "apihelp-query+authmanagerinfo-summary": "Retrieve information about the current authentication status.",
640 "apihelp-query+authmanagerinfo-param-securitysensitiveoperation": "Test whether the user's current authentication status is sufficient for the specified security-sensitive operation.",
641 "apihelp-query+authmanagerinfo-param-requestsfor": "Fetch information about the authentication requests needed for the specified authentication action.",
642 "apihelp-query+authmanagerinfo-example-login": "Fetch the requests that may be used when beginning a login.",
643 "apihelp-query+authmanagerinfo-example-login-merged": "Fetch the requests that may be used when beginning a login, with form fields merged.",
644 "apihelp-query+authmanagerinfo-example-securitysensitiveoperation": "Test whether authentication is sufficient for action <kbd>foo</kbd>.",
645
646 "apihelp-query+backlinks-summary": "Find all pages that link to the given page.",
647 "apihelp-query+backlinks-param-title": "Title to search. Cannot be used together with <var>$1pageid</var>.",
648 "apihelp-query+backlinks-param-pageid": "Page ID to search. Cannot be used together with <var>$1title</var>.",
649 "apihelp-query+backlinks-param-namespace": "The namespace to enumerate.",
650 "apihelp-query+backlinks-param-dir": "The direction in which to list.",
651 "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.",
652 "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).",
653 "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.",
654 "apihelp-query+backlinks-example-simple": "Show links to <kbd>Main page</kbd>.",
655 "apihelp-query+backlinks-example-generator": "Get information about pages linking to <kbd>Main page</kbd>.",
656
657 "apihelp-query+blocks-summary": "List all blocked users and IP addresses.",
658 "apihelp-query+blocks-param-start": "The timestamp to start enumerating from.",
659 "apihelp-query+blocks-param-end": "The timestamp to stop enumerating at.",
660 "apihelp-query+blocks-param-ids": "List of block IDs to list (optional).",
661 "apihelp-query+blocks-param-users": "List of users to search for (optional).",
662 "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.",
663 "apihelp-query+blocks-param-limit": "The maximum number of blocks to list.",
664 "apihelp-query+blocks-param-prop": "Which properties to get:",
665 "apihelp-query+blocks-paramvalue-prop-id": "Adds the ID of the block.",
666 "apihelp-query+blocks-paramvalue-prop-user": "Adds the username of the blocked user.",
667 "apihelp-query+blocks-paramvalue-prop-userid": "Adds the user ID of the blocked user.",
668 "apihelp-query+blocks-paramvalue-prop-by": "Adds the username of the blocking user.",
669 "apihelp-query+blocks-paramvalue-prop-byid": "Adds the user ID of the blocking user.",
670 "apihelp-query+blocks-paramvalue-prop-timestamp": "Adds the timestamp of when the block was given.",
671 "apihelp-query+blocks-paramvalue-prop-expiry": "Adds the timestamp of when the block expires.",
672 "apihelp-query+blocks-paramvalue-prop-reason": "Adds the reason given for the block.",
673 "apihelp-query+blocks-paramvalue-prop-range": "Adds the range of IP addresses affected by the block.",
674 "apihelp-query+blocks-paramvalue-prop-flags": "Tags the ban with (autoblock, anononly, etc.).",
675 "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>.",
676 "apihelp-query+blocks-example-simple": "List blocks.",
677 "apihelp-query+blocks-example-users": "List blocks of users <kbd>Alice</kbd> and <kbd>Bob</kbd>.",
678
679 "apihelp-query+categories-summary": "List all categories the pages belong to.",
680 "apihelp-query+categories-param-prop": "Which additional properties to get for each category:",
681 "apihelp-query+categories-paramvalue-prop-sortkey": "Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category.",
682 "apihelp-query+categories-paramvalue-prop-timestamp": "Adds timestamp of when the category was added.",
683 "apihelp-query+categories-paramvalue-prop-hidden": "Tags categories that are hidden with <code>_&#95;HIDDENCAT_&#95;</code>.",
684 "apihelp-query+categories-param-show": "Which kind of categories to show.",
685 "apihelp-query+categories-param-limit": "How many categories to return.",
686 "apihelp-query+categories-param-categories": "Only list these categories. Useful for checking whether a certain page is in a certain category.",
687 "apihelp-query+categories-param-dir": "The direction in which to list.",
688 "apihelp-query+categories-example-simple": "Get a list of categories the page <kbd>Albert Einstein</kbd> belongs to.",
689 "apihelp-query+categories-example-generator": "Get information about all categories used in the page <kbd>Albert Einstein</kbd>.",
690
691 "apihelp-query+categoryinfo-summary": "Returns information about the given categories.",
692 "apihelp-query+categoryinfo-example-simple": "Get information about <kbd>Category:Foo</kbd> and <kbd>Category:Bar</kbd>.",
693
694 "apihelp-query+categorymembers-summary": "List all pages in a given category.",
695 "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>.",
696 "apihelp-query+categorymembers-param-pageid": "Page ID of the category to enumerate. Cannot be used together with <var>$1title</var>.",
697 "apihelp-query+categorymembers-param-prop": "Which pieces of information to include:",
698 "apihelp-query+categorymembers-paramvalue-prop-ids": "Adds the page ID.",
699 "apihelp-query+categorymembers-paramvalue-prop-title": "Adds the title and namespace ID of the page.",
700 "apihelp-query+categorymembers-paramvalue-prop-sortkey": "Adds the sortkey used for sorting in the category (hexadecimal string).",
701 "apihelp-query+categorymembers-paramvalue-prop-sortkeyprefix": "Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey).",
702 "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>).",
703 "apihelp-query+categorymembers-paramvalue-prop-timestamp": "Adds the timestamp of when the page was included.",
704 "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>.",
705 "apihelp-query+categorymembers-param-type": "Which type of category members to include. Ignored when <kbd>$1sort=timestamp</kbd> is set.",
706 "apihelp-query+categorymembers-param-limit": "The maximum number of pages to return.",
707 "apihelp-query+categorymembers-param-sort": "Property to sort by.",
708 "apihelp-query+categorymembers-param-dir": "In which direction to sort.",
709 "apihelp-query+categorymembers-param-start": "Timestamp to start listing from. Can only be used with <kbd>$1sort=timestamp</kbd>.",
710 "apihelp-query+categorymembers-param-end": "Timestamp to end listing at. Can only be used with <kbd>$1sort=timestamp</kbd>.",
711 "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>.",
712 "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>.",
713 "apihelp-query+categorymembers-param-startsortkeyprefix": "Sortkey prefix to start listing from. Can only be used with <kbd>$1sort=sortkey</kbd>. Overrides <var>$1starthexsortkey</var>.",
714 "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.",
715 "apihelp-query+categorymembers-param-startsortkey": "Use $1starthexsortkey instead.",
716 "apihelp-query+categorymembers-param-endsortkey": "Use $1endhexsortkey instead.",
717 "apihelp-query+categorymembers-example-simple": "Get first 10 pages in <kbd>Category:Physics</kbd>.",
718 "apihelp-query+categorymembers-example-generator": "Get page info about first 10 pages in <kbd>Category:Physics</kbd>.",
719
720 "apihelp-query+contributors-summary": "Get the list of logged-in contributors and the count of anonymous contributors to a page.",
721 "apihelp-query+contributors-param-group": "Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.",
722 "apihelp-query+contributors-param-excludegroup": "Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.",
723 "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.",
724 "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.",
725 "apihelp-query+contributors-param-limit": "How many contributors to return.",
726 "apihelp-query+contributors-example-simple": "Show contributors to the page <kbd>Main Page</kbd>.",
727
728 "apihelp-query+deletedrevisions-summary": "Get deleted revision information.",
729 "apihelp-query+deletedrevisions-extended-description": "May 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.",
730 "apihelp-query+deletedrevisions-param-start": "The timestamp to start enumerating from. Ignored when processing a list of revision IDs.",
731 "apihelp-query+deletedrevisions-param-end": "The timestamp to stop enumerating at. Ignored when processing a list of revision IDs.",
732 "apihelp-query+deletedrevisions-param-tag": "Only list revisions tagged with this tag.",
733 "apihelp-query+deletedrevisions-param-user": "Only list revisions by this user.",
734 "apihelp-query+deletedrevisions-param-excludeuser": "Don't list revisions by this user.",
735 "apihelp-query+deletedrevisions-example-titles": "List the deleted revisions of the pages <kbd>Main Page</kbd> and <kbd>Talk:Main Page</kbd>, with content.",
736 "apihelp-query+deletedrevisions-example-revids": "List the information for deleted revision <kbd>123456</kbd>.",
737
738 "apihelp-query+deletedrevs-summary": "List deleted revisions.",
739 "apihelp-query+deletedrevs-extended-description": "Operates 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.",
740 "apihelp-query+deletedrevs-paraminfo-modes": "{{PLURAL:$1|Mode|Modes}}: $2",
741 "apihelp-query+deletedrevs-param-start": "The timestamp to start enumerating from.",
742 "apihelp-query+deletedrevs-param-end": "The timestamp to stop enumerating at.",
743 "apihelp-query+deletedrevs-param-from": "Start listing at this title.",
744 "apihelp-query+deletedrevs-param-to": "Stop listing at this title.",
745 "apihelp-query+deletedrevs-param-prefix": "Search for all page titles that begin with this value.",
746 "apihelp-query+deletedrevs-param-unique": "List only one revision for each page.",
747 "apihelp-query+deletedrevs-param-tag": "Only list revisions tagged with this tag.",
748 "apihelp-query+deletedrevs-param-user": "Only list revisions by this user.",
749 "apihelp-query+deletedrevs-param-excludeuser": "Don't list revisions by this user.",
750 "apihelp-query+deletedrevs-param-namespace": "Only list pages in this namespace.",
751 "apihelp-query+deletedrevs-param-limit": "The maximum amount of revisions to list.",
752 "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.",
753 "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).",
754 "apihelp-query+deletedrevs-example-mode2": "List the last 50 deleted contributions by <kbd>Bob</kbd> (mode 2).",
755 "apihelp-query+deletedrevs-example-mode3-main": "List the first 50 deleted revisions in the main namespace (mode 3).",
756 "apihelp-query+deletedrevs-example-mode3-talk": "List the first 50 deleted pages in the {{ns:talk}} namespace (mode 3).",
757
758 "apihelp-query+disabled-summary": "This query module has been disabled.",
759
760 "apihelp-query+duplicatefiles-summary": "List all files that are duplicates of the given files based on hash values.",
761 "apihelp-query+duplicatefiles-param-limit": "How many duplicate files to return.",
762 "apihelp-query+duplicatefiles-param-dir": "The direction in which to list.",
763 "apihelp-query+duplicatefiles-param-localonly": "Look only for files in the local repository.",
764 "apihelp-query+duplicatefiles-example-simple": "Look for duplicates of [[:File:Albert Einstein Head.jpg]].",
765 "apihelp-query+duplicatefiles-example-generated": "Look for duplicates of all files.",
766
767 "apihelp-query+embeddedin-summary": "Find all pages that embed (transclude) the given title.",
768 "apihelp-query+embeddedin-param-title": "Title to search. Cannot be used together with $1pageid.",
769 "apihelp-query+embeddedin-param-pageid": "Page ID to search. Cannot be used together with $1title.",
770 "apihelp-query+embeddedin-param-namespace": "The namespace to enumerate.",
771 "apihelp-query+embeddedin-param-dir": "The direction in which to list.",
772 "apihelp-query+embeddedin-param-filterredir": "How to filter for redirects.",
773 "apihelp-query+embeddedin-param-limit": "How many total pages to return.",
774 "apihelp-query+embeddedin-example-simple": "Show pages transcluding <kbd>Template:Stub</kbd>.",
775 "apihelp-query+embeddedin-example-generator": "Get information about pages transcluding <kbd>Template:Stub</kbd>.",
776
777 "apihelp-query+extlinks-summary": "Returns all external URLs (not interwikis) from the given pages.",
778 "apihelp-query+extlinks-param-limit": "How many links to return.",
779 "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.",
780 "apihelp-query+extlinks-param-query": "Search string without protocol. Useful for checking whether a certain page contains a certain external url.",
781 "apihelp-query+extlinks-param-expandurl": "Expand protocol-relative URLs with the canonical protocol.",
782 "apihelp-query+extlinks-example-simple": "Get a list of external links on <kbd>Main Page</kbd>.",
783
784 "apihelp-query+exturlusage-summary": "Enumerate pages that contain a given URL.",
785 "apihelp-query+exturlusage-param-prop": "Which pieces of information to include:",
786 "apihelp-query+exturlusage-paramvalue-prop-ids": "Adds the ID of page.",
787 "apihelp-query+exturlusage-paramvalue-prop-title": "Adds the title and namespace ID of the page.",
788 "apihelp-query+exturlusage-paramvalue-prop-url": "Adds the URL used in the page.",
789 "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.",
790 "apihelp-query+exturlusage-param-query": "Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links.",
791 "apihelp-query+exturlusage-param-namespace": "The page namespaces to enumerate.",
792 "apihelp-query+exturlusage-param-limit": "How many pages to return.",
793 "apihelp-query+exturlusage-param-expandurl": "Expand protocol-relative URLs with the canonical protocol.",
794 "apihelp-query+exturlusage-example-simple": "Show pages linking to <kbd>http://www.mediawiki.org</kbd>.",
795
796 "apihelp-query+filearchive-summary": "Enumerate all deleted files sequentially.",
797 "apihelp-query+filearchive-param-from": "The image title to start enumerating from.",
798 "apihelp-query+filearchive-param-to": "The image title to stop enumerating at.",
799 "apihelp-query+filearchive-param-prefix": "Search for all image titles that begin with this value.",
800 "apihelp-query+filearchive-param-limit": "How many images to return in total.",
801 "apihelp-query+filearchive-param-dir": "The direction in which to list.",
802 "apihelp-query+filearchive-param-sha1": "SHA1 hash of image. Overrides $1sha1base36.",
803 "apihelp-query+filearchive-param-sha1base36": "SHA1 hash of image in base 36 (used in MediaWiki).",
804 "apihelp-query+filearchive-param-prop": "Which image information to get:",
805 "apihelp-query+filearchive-paramvalue-prop-sha1": "Adds SHA-1 hash for the image.",
806 "apihelp-query+filearchive-paramvalue-prop-timestamp": "Adds timestamp for the uploaded version.",
807 "apihelp-query+filearchive-paramvalue-prop-user": "Adds user who uploaded the image version.",
808 "apihelp-query+filearchive-paramvalue-prop-size": "Adds the size of the image in bytes and the height, width and page count (if applicable).",
809 "apihelp-query+filearchive-paramvalue-prop-dimensions": "Alias for size.",
810 "apihelp-query+filearchive-paramvalue-prop-description": "Adds description of the image version.",
811 "apihelp-query+filearchive-paramvalue-prop-parseddescription": "Parse the description of the version.",
812 "apihelp-query+filearchive-paramvalue-prop-mime": "Adds MIME of the image.",
813 "apihelp-query+filearchive-paramvalue-prop-mediatype": "Adds the media type of the image.",
814 "apihelp-query+filearchive-paramvalue-prop-metadata": "Lists Exif metadata for the version of the image.",
815 "apihelp-query+filearchive-paramvalue-prop-bitdepth": "Adds the bit depth of the version.",
816 "apihelp-query+filearchive-paramvalue-prop-archivename": "Adds the filename of the archive version for non-latest versions.",
817 "apihelp-query+filearchive-example-simple": "Show a list of all deleted files.",
818
819 "apihelp-query+filerepoinfo-summary": "Return meta information about image repositories configured on the wiki.",
820 "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:Special:MyLanguage/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.",
821 "apihelp-query+filerepoinfo-example-simple": "Get information about file repositories.",
822
823 "apihelp-query+fileusage-summary": "Find all pages that use the given files.",
824 "apihelp-query+fileusage-param-prop": "Which properties to get:",
825 "apihelp-query+fileusage-paramvalue-prop-pageid": "Page ID of each page.",
826 "apihelp-query+fileusage-paramvalue-prop-title": "Title of each page.",
827 "apihelp-query+fileusage-paramvalue-prop-redirect": "Flag if the page is a redirect.",
828 "apihelp-query+fileusage-param-namespace": "Only include pages in these namespaces.",
829 "apihelp-query+fileusage-param-limit": "How many to return.",
830 "apihelp-query+fileusage-param-show": "Show only items that meet these criteria:\n;redirect:Only show redirects.\n;!redirect:Only show non-redirects.",
831 "apihelp-query+fileusage-example-simple": "Get a list of pages using [[:File:Example.jpg]].",
832 "apihelp-query+fileusage-example-generator": "Get information about pages using [[:File:Example.jpg]].",
833
834 "apihelp-query+imageinfo-summary": "Returns file information and upload history.",
835 "apihelp-query+imageinfo-param-prop": "Which file information to get:",
836 "apihelp-query+imageinfo-paramvalue-prop-timestamp": "Adds timestamp for the uploaded version.",
837 "apihelp-query+imageinfo-paramvalue-prop-user": "Adds the user who uploaded each file version.",
838 "apihelp-query+imageinfo-paramvalue-prop-userid": "Add the ID of the user that uploaded each file version.",
839 "apihelp-query+imageinfo-paramvalue-prop-comment": "Comment on the version.",
840 "apihelp-query+imageinfo-paramvalue-prop-parsedcomment": "Parse the comment on the version.",
841 "apihelp-query+imageinfo-paramvalue-prop-canonicaltitle": "Adds the canonical title of the file.",
842 "apihelp-query+imageinfo-paramvalue-prop-url": "Gives URL to the file and the description page.",
843 "apihelp-query+imageinfo-paramvalue-prop-size": "Adds the size of the file in bytes and the height, width and page count (if applicable).",
844 "apihelp-query+imageinfo-paramvalue-prop-dimensions": "Alias for size.",
845 "apihelp-query+imageinfo-paramvalue-prop-sha1": "Adds SHA-1 hash for the file.",
846 "apihelp-query+imageinfo-paramvalue-prop-mime": "Adds MIME type of the file.",
847 "apihelp-query+imageinfo-paramvalue-prop-thumbmime": "Adds MIME type of the image thumbnail (requires url and param $1urlwidth).",
848 "apihelp-query+imageinfo-paramvalue-prop-mediatype": "Adds the media type of the file.",
849 "apihelp-query+imageinfo-paramvalue-prop-metadata": "Lists Exif metadata for the version of the file.",
850 "apihelp-query+imageinfo-paramvalue-prop-commonmetadata": "Lists file format generic metadata for the version of the file.",
851 "apihelp-query+imageinfo-paramvalue-prop-extmetadata": "Lists formatted metadata combined from multiple sources. Results are HTML formatted.",
852 "apihelp-query+imageinfo-paramvalue-prop-archivename": "Adds the filename of the archive version for non-latest versions.",
853 "apihelp-query+imageinfo-paramvalue-prop-bitdepth": "Adds the bit depth of the version.",
854 "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.",
855 "apihelp-query+imageinfo-paramvalue-prop-badfile": "Adds whether the file is on the [[MediaWiki:Bad image list]]",
856 "apihelp-query+imageinfo-param-limit": "How many file revisions to return per file.",
857 "apihelp-query+imageinfo-param-start": "Timestamp to start listing from.",
858 "apihelp-query+imageinfo-param-end": "Timestamp to stop listing at.",
859 "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.",
860 "apihelp-query+imageinfo-param-urlheight": "Similar to $1urlwidth.",
861 "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.",
862 "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.",
863 "apihelp-query+imageinfo-param-extmetadatamultilang": "If translations for extmetadata property are available, fetch all of them.",
864 "apihelp-query+imageinfo-param-extmetadatafilter": "If specified and non-empty, only these keys will be returned for $1prop=extmetadata.",
865 "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>.",
866 "apihelp-query+imageinfo-param-badfilecontexttitle": "If <kbd>$2prop=badfile</kbd> is set, this is the page title used when evaluating the [[MediaWiki:Bad image list]]",
867 "apihelp-query+imageinfo-param-localonly": "Look only for files in the local repository.",
868 "apihelp-query+imageinfo-example-simple": "Fetch information about the current version of [[:File:Albert Einstein Head.jpg]].",
869 "apihelp-query+imageinfo-example-dated": "Fetch information about versions of [[:File:Test.jpg]] from 2008 and later.",
870
871 "apihelp-query+images-summary": "Returns all files contained on the given pages.",
872 "apihelp-query+images-param-limit": "How many files to return.",
873 "apihelp-query+images-param-images": "Only list these files. Useful for checking whether a certain page has a certain file.",
874 "apihelp-query+images-param-dir": "The direction in which to list.",
875 "apihelp-query+images-example-simple": "Get a list of files used in the [[Main Page]].",
876 "apihelp-query+images-example-generator": "Get information about all files used in the [[Main Page]].",
877
878 "apihelp-query+imageusage-summary": "Find all pages that use the given image title.",
879 "apihelp-query+imageusage-param-title": "Title to search. Cannot be used together with $1pageid.",
880 "apihelp-query+imageusage-param-pageid": "Page ID to search. Cannot be used together with $1title.",
881 "apihelp-query+imageusage-param-namespace": "The namespace to enumerate.",
882 "apihelp-query+imageusage-param-dir": "The direction in which to list.",
883 "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.",
884 "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).",
885 "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.",
886 "apihelp-query+imageusage-example-simple": "Show pages using [[:File:Albert Einstein Head.jpg]].",
887 "apihelp-query+imageusage-example-generator": "Get information about pages using [[:File:Albert Einstein Head.jpg]].",
888
889 "apihelp-query+info-summary": "Get basic page information.",
890 "apihelp-query+info-param-prop": "Which additional properties to get:",
891 "apihelp-query+info-paramvalue-prop-protection": "List the protection level of each page.",
892 "apihelp-query+info-paramvalue-prop-talkid": "The page ID of the talk page for each non-talk page.",
893 "apihelp-query+info-paramvalue-prop-watched": "List the watched status of each page.",
894 "apihelp-query+info-paramvalue-prop-watchers": "The number of watchers, if allowed.",
895 "apihelp-query+info-paramvalue-prop-visitingwatchers": "The number of watchers of each page who have visited recent edits to that page, if allowed.",
896 "apihelp-query+info-paramvalue-prop-notificationtimestamp": "The watchlist notification timestamp of each page.",
897 "apihelp-query+info-paramvalue-prop-subjectid": "The page ID of the parent page for each talk page.",
898 "apihelp-query+info-paramvalue-prop-url": "Gives a full URL, an edit URL, and the canonical URL for each page.",
899 "apihelp-query+info-paramvalue-prop-readable": "Whether the user can read this page.",
900 "apihelp-query+info-paramvalue-prop-preload": "Gives the text returned by EditFormPreloadText.",
901 "apihelp-query+info-paramvalue-prop-displaytitle": "Gives the manner in which the page title is actually displayed.",
902 "apihelp-query+info-param-testactions": "Test whether the current user can perform certain actions on the page.",
903 "apihelp-query+info-param-token": "Use [[Special:ApiHelp/query+tokens|action=query&meta=tokens]] instead.",
904 "apihelp-query+info-example-simple": "Get information about the page <kbd>Main Page</kbd>.",
905 "apihelp-query+info-example-protection": "Get general and protection information about the page <kbd>Main Page</kbd>.",
906
907 "apihelp-query+iwbacklinks-summary": "Find all pages that link to the given interwiki link.",
908 "apihelp-query+iwbacklinks-extended-description": "Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively \"all interwiki links\".",
909 "apihelp-query+iwbacklinks-param-prefix": "Prefix for the interwiki.",
910 "apihelp-query+iwbacklinks-param-title": "Interwiki link to search for. Must be used with <var>$1blprefix</var>.",
911 "apihelp-query+iwbacklinks-param-limit": "How many total pages to return.",
912 "apihelp-query+iwbacklinks-param-prop": "Which properties to get:",
913 "apihelp-query+iwbacklinks-paramvalue-prop-iwprefix": "Adds the prefix of the interwiki.",
914 "apihelp-query+iwbacklinks-paramvalue-prop-iwtitle": "Adds the title of the interwiki.",
915 "apihelp-query+iwbacklinks-param-dir": "The direction in which to list.",
916 "apihelp-query+iwbacklinks-example-simple": "Get pages linking to [[wikibooks:Test]].",
917 "apihelp-query+iwbacklinks-example-generator": "Get information about pages linking to [[wikibooks:Test]].",
918
919 "apihelp-query+iwlinks-summary": "Returns all interwiki links from the given pages.",
920 "apihelp-query+iwlinks-param-url": "Whether to get the full URL (cannot be used with $1prop).",
921 "apihelp-query+iwlinks-param-prop": "Which additional properties to get for each interlanguage link:",
922 "apihelp-query+iwlinks-paramvalue-prop-url": "Adds the full URL.",
923 "apihelp-query+iwlinks-param-limit": "How many interwiki links to return.",
924 "apihelp-query+iwlinks-param-prefix": "Only return interwiki links with this prefix.",
925 "apihelp-query+iwlinks-param-title": "Interwiki link to search for. Must be used with <var>$1prefix</var>.",
926 "apihelp-query+iwlinks-param-dir": "The direction in which to list.",
927 "apihelp-query+iwlinks-example-simple": "Get interwiki links from the page <kbd>Main Page</kbd>.",
928
929 "apihelp-query+langbacklinks-summary": "Find all pages that link to the given language link.",
930 "apihelp-query+langbacklinks-extended-description": "Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively \"all language links\".\n\nNote that this may not consider language links added by extensions.",
931 "apihelp-query+langbacklinks-param-lang": "Language for the language link.",
932 "apihelp-query+langbacklinks-param-title": "Language link to search for. Must be used with $1lang.",
933 "apihelp-query+langbacklinks-param-limit": "How many total pages to return.",
934 "apihelp-query+langbacklinks-param-prop": "Which properties to get:",
935 "apihelp-query+langbacklinks-paramvalue-prop-lllang": "Adds the language code of the language link.",
936 "apihelp-query+langbacklinks-paramvalue-prop-lltitle": "Adds the title of the language link.",
937 "apihelp-query+langbacklinks-param-dir": "The direction in which to list.",
938 "apihelp-query+langbacklinks-example-simple": "Get pages linking to [[:fr:Test]].",
939 "apihelp-query+langbacklinks-example-generator": "Get information about pages linking to [[:fr:Test]].",
940
941 "apihelp-query+langlinks-summary": "Returns all interlanguage links from the given pages.",
942 "apihelp-query+langlinks-param-limit": "How many langlinks to return.",
943 "apihelp-query+langlinks-param-url": "Whether to get the full URL (cannot be used with <var>$1prop</var>).",
944 "apihelp-query+langlinks-param-prop": "Which additional properties to get for each interlanguage link:",
945 "apihelp-query+langlinks-paramvalue-prop-url": "Adds the full URL.",
946 "apihelp-query+langlinks-paramvalue-prop-langname": "Adds the localised language name (best effort). Use <var>$1inlanguagecode</var> to control the language.",
947 "apihelp-query+langlinks-paramvalue-prop-autonym": "Adds the native language name.",
948 "apihelp-query+langlinks-param-lang": "Only return language links with this language code.",
949 "apihelp-query+langlinks-param-title": "Link to search for. Must be used with <var>$1lang</var>.",
950 "apihelp-query+langlinks-param-dir": "The direction in which to list.",
951 "apihelp-query+langlinks-param-inlanguagecode": "Language code for localised language names.",
952 "apihelp-query+langlinks-example-simple": "Get interlanguage links from the page <kbd>Main Page</kbd>.",
953
954 "apihelp-query+links-summary": "Returns all links from the given pages.",
955 "apihelp-query+links-param-namespace": "Show links in these namespaces only.",
956 "apihelp-query+links-param-limit": "How many links to return.",
957 "apihelp-query+links-param-titles": "Only list links to these titles. Useful for checking whether a certain page links to a certain title.",
958 "apihelp-query+links-param-dir": "The direction in which to list.",
959 "apihelp-query+links-example-simple": "Get links from the page <kbd>Main Page</kbd>",
960 "apihelp-query+links-example-generator": "Get information about the link pages in the page <kbd>Main Page</kbd>.",
961 "apihelp-query+links-example-namespaces": "Get links from the page <kbd>Main Page</kbd> in the {{ns:user}} and {{ns:template}} namespaces.",
962
963 "apihelp-query+linkshere-summary": "Find all pages that link to the given pages.",
964 "apihelp-query+linkshere-param-prop": "Which properties to get:",
965 "apihelp-query+linkshere-paramvalue-prop-pageid": "Page ID of each page.",
966 "apihelp-query+linkshere-paramvalue-prop-title": "Title of each page.",
967 "apihelp-query+linkshere-paramvalue-prop-redirect": "Flag if the page is a redirect.",
968 "apihelp-query+linkshere-param-namespace": "Only include pages in these namespaces.",
969 "apihelp-query+linkshere-param-limit": "How many to return.",
970 "apihelp-query+linkshere-param-show": "Show only items that meet these criteria:\n;redirect:Only show redirects.\n;!redirect:Only show non-redirects.",
971 "apihelp-query+linkshere-example-simple": "Get a list of pages linking to the [[Main Page]].",
972 "apihelp-query+linkshere-example-generator": "Get information about pages linking to the [[Main Page]].",
973
974 "apihelp-query+logevents-summary": "Get events from logs.",
975 "apihelp-query+logevents-param-prop": "Which properties to get:",
976 "apihelp-query+logevents-paramvalue-prop-ids": "Adds the ID of the log event.",
977 "apihelp-query+logevents-paramvalue-prop-title": "Adds the title of the page for the log event.",
978 "apihelp-query+logevents-paramvalue-prop-type": "Adds the type of log event.",
979 "apihelp-query+logevents-paramvalue-prop-user": "Adds the user responsible for the log event.",
980 "apihelp-query+logevents-paramvalue-prop-userid": "Adds the user ID who was responsible for the log event.",
981 "apihelp-query+logevents-paramvalue-prop-timestamp": "Adds the timestamp for the log event.",
982 "apihelp-query+logevents-paramvalue-prop-comment": "Adds the comment of the log event.",
983 "apihelp-query+logevents-paramvalue-prop-parsedcomment": "Adds the parsed comment of the log event.",
984 "apihelp-query+logevents-paramvalue-prop-details": "Lists additional details about the log event.",
985 "apihelp-query+logevents-paramvalue-prop-tags": "Lists tags for the log event.",
986 "apihelp-query+logevents-param-type": "Filter log entries to only this type.",
987 "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 (/).",
988 "apihelp-query+logevents-param-start": "The timestamp to start enumerating from.",
989 "apihelp-query+logevents-param-end": "The timestamp to end enumerating.",
990 "apihelp-query+logevents-param-user": "Filter entries to those made by the given user.",
991 "apihelp-query+logevents-param-title": "Filter entries to those related to a page.",
992 "apihelp-query+logevents-param-namespace": "Filter entries to those in the given namespace.",
993 "apihelp-query+logevents-param-prefix": "Filter entries that start with this prefix.",
994 "apihelp-query+logevents-param-tag": "Only list event entries tagged with this tag.",
995 "apihelp-query+logevents-param-limit": "How many total event entries to return.",
996 "apihelp-query+logevents-example-simple": "List recent log events.",
997
998 "apihelp-query+pagepropnames-summary": "List all page property names in use on the wiki.",
999 "apihelp-query+pagepropnames-param-limit": "The maximum number of names to return.",
1000 "apihelp-query+pagepropnames-example-simple": "Get first 10 property names.",
1001
1002 "apihelp-query+pageprops-summary": "Get various page properties defined in the page content.",
1003 "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.",
1004 "apihelp-query+pageprops-example-simple": "Get properties for the pages <kbd>Main Page</kbd> and <kbd>MediaWiki</kbd>.",
1005
1006 "apihelp-query+pageswithprop-summary": "List all pages using a given page property.",
1007 "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).",
1008 "apihelp-query+pageswithprop-param-prop": "Which pieces of information to include:",
1009 "apihelp-query+pageswithprop-paramvalue-prop-ids": "Adds the page ID.",
1010 "apihelp-query+pageswithprop-paramvalue-prop-title": "Adds the title and namespace ID of the page.",
1011 "apihelp-query+pageswithprop-paramvalue-prop-value": "Adds the value of the page property.",
1012 "apihelp-query+pageswithprop-param-limit": "The maximum number of pages to return.",
1013 "apihelp-query+pageswithprop-param-dir": "In which direction to sort.",
1014 "apihelp-query+pageswithprop-example-simple": "List the first 10 pages using <code>&#123;&#123;DISPLAYTITLE:&#125;&#125;</code>.",
1015 "apihelp-query+pageswithprop-example-generator": "Get additional information about the first 10 pages using <code>_&#95;NOTOC_&#95;</code>.",
1016
1017 "apihelp-query+prefixsearch-summary": "Perform a prefix search for page titles.",
1018 "apihelp-query+prefixsearch-extended-description": "Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.",
1019 "apihelp-query+prefixsearch-param-search": "Search string.",
1020 "apihelp-query+prefixsearch-param-namespace": "Namespaces to search.",
1021 "apihelp-query+prefixsearch-param-limit": "Maximum number of results to return.",
1022 "apihelp-query+prefixsearch-param-offset": "Number of results to skip.",
1023 "apihelp-query+prefixsearch-example-simple": "Search for page titles beginning with <kbd>meaning</kbd>.",
1024 "apihelp-query+prefixsearch-param-profile": "Search profile to use.",
1025
1026 "apihelp-query+protectedtitles-summary": "List all titles protected from creation.",
1027 "apihelp-query+protectedtitles-param-namespace": "Only list titles in these namespaces.",
1028 "apihelp-query+protectedtitles-param-level": "Only list titles with these protection levels.",
1029 "apihelp-query+protectedtitles-param-limit": "How many total pages to return.",
1030 "apihelp-query+protectedtitles-param-start": "Start listing at this protection timestamp.",
1031 "apihelp-query+protectedtitles-param-end": "Stop listing at this protection timestamp.",
1032 "apihelp-query+protectedtitles-param-prop": "Which properties to get:",
1033 "apihelp-query+protectedtitles-paramvalue-prop-timestamp": "Adds the timestamp of when protection was added.",
1034 "apihelp-query+protectedtitles-paramvalue-prop-user": "Adds the user that added the protection.",
1035 "apihelp-query+protectedtitles-paramvalue-prop-userid": "Adds the user ID that added the protection.",
1036 "apihelp-query+protectedtitles-paramvalue-prop-comment": "Adds the comment for the protection.",
1037 "apihelp-query+protectedtitles-paramvalue-prop-parsedcomment": "Adds the parsed comment for the protection.",
1038 "apihelp-query+protectedtitles-paramvalue-prop-expiry": "Adds the timestamp of when the protection will be lifted.",
1039 "apihelp-query+protectedtitles-paramvalue-prop-level": "Adds the protection level.",
1040 "apihelp-query+protectedtitles-example-simple": "List protected titles.",
1041 "apihelp-query+protectedtitles-example-generator": "Find links to protected titles in the main namespace.",
1042
1043 "apihelp-query+querypage-summary": "Get a list provided by a QueryPage-based special page.",
1044 "apihelp-query+querypage-param-page": "The name of the special page. Note, this is case sensitive.",
1045 "apihelp-query+querypage-param-limit": "Number of results to return.",
1046 "apihelp-query+querypage-example-ancientpages": "Return results from [[Special:Ancientpages]].",
1047
1048 "apihelp-query+random-summary": "Get a set of random pages.",
1049 "apihelp-query+random-extended-description": "Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc.",
1050 "apihelp-query+random-param-namespace": "Return pages in these namespaces only.",
1051 "apihelp-query+random-param-limit": "Limit how many random pages will be returned.",
1052 "apihelp-query+random-param-redirect": "Use <kbd>$1filterredir=redirects</kbd> instead.",
1053 "apihelp-query+random-param-filterredir": "How to filter for redirects.",
1054 "apihelp-query+random-example-simple": "Return two random pages from the main namespace.",
1055 "apihelp-query+random-example-generator": "Return page info about two random pages from the main namespace.",
1056
1057 "apihelp-query+recentchanges-summary": "Enumerate recent changes.",
1058 "apihelp-query+recentchanges-param-start": "The timestamp to start enumerating from.",
1059 "apihelp-query+recentchanges-param-end": "The timestamp to end enumerating.",
1060 "apihelp-query+recentchanges-param-namespace": "Filter changes to only these namespaces.",
1061 "apihelp-query+recentchanges-param-user": "Only list changes by this user.",
1062 "apihelp-query+recentchanges-param-excludeuser": "Don't list changes by this user.",
1063 "apihelp-query+recentchanges-param-tag": "Only list changes tagged with this tag.",
1064 "apihelp-query+recentchanges-param-prop": "Include additional pieces of information:",
1065 "apihelp-query+recentchanges-paramvalue-prop-user": "Adds the user responsible for the edit and tags if they are an IP.",
1066 "apihelp-query+recentchanges-paramvalue-prop-userid": "Adds the user ID responsible for the edit.",
1067 "apihelp-query+recentchanges-paramvalue-prop-comment": "Adds the comment for the edit.",
1068 "apihelp-query+recentchanges-paramvalue-prop-parsedcomment": "Adds the parsed comment for the edit.",
1069 "apihelp-query+recentchanges-paramvalue-prop-flags": "Adds flags for the edit.",
1070 "apihelp-query+recentchanges-paramvalue-prop-timestamp": "Adds timestamp of the edit.",
1071 "apihelp-query+recentchanges-paramvalue-prop-title": "Adds the page title of the edit.",
1072 "apihelp-query+recentchanges-paramvalue-prop-ids": "Adds the page ID, recent changes ID and the new and old revision ID.",
1073 "apihelp-query+recentchanges-paramvalue-prop-sizes": "Adds the new and old page length in bytes.",
1074 "apihelp-query+recentchanges-paramvalue-prop-redirect": "Tags edit if page is a redirect.",
1075 "apihelp-query+recentchanges-paramvalue-prop-patrolled": "Tags patrollable edits as being patrolled or unpatrolled.",
1076 "apihelp-query+recentchanges-paramvalue-prop-loginfo": "Adds log information (log ID, log type, etc) to log entries.",
1077 "apihelp-query+recentchanges-paramvalue-prop-tags": "Lists tags for the entry.",
1078 "apihelp-query+recentchanges-paramvalue-prop-sha1": "Adds the content checksum for entries associated with a revision.",
1079 "apihelp-query+recentchanges-param-token": "Use <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd> instead.",
1080 "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.",
1081 "apihelp-query+recentchanges-param-limit": "How many total changes to return.",
1082 "apihelp-query+recentchanges-param-type": "Which types of changes to show.",
1083 "apihelp-query+recentchanges-param-toponly": "Only list changes which are the latest revision.",
1084 "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.",
1085 "apihelp-query+recentchanges-example-simple": "List recent changes.",
1086 "apihelp-query+recentchanges-example-generator": "Get page info about recent unpatrolled changes.",
1087
1088 "apihelp-query+redirects-summary": "Returns all redirects to the given pages.",
1089 "apihelp-query+redirects-param-prop": "Which properties to get:",
1090 "apihelp-query+redirects-paramvalue-prop-pageid": "Page ID of each redirect.",
1091 "apihelp-query+redirects-paramvalue-prop-title": "Title of each redirect.",
1092 "apihelp-query+redirects-paramvalue-prop-fragment": "Fragment of each redirect, if any.",
1093 "apihelp-query+redirects-param-namespace": "Only include pages in these namespaces.",
1094 "apihelp-query+redirects-param-limit": "How many redirects to return.",
1095 "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.",
1096 "apihelp-query+redirects-example-simple": "Get a list of redirects to the [[Main Page]].",
1097 "apihelp-query+redirects-example-generator": "Get information about all redirects to the [[Main Page]].",
1098
1099 "apihelp-query+revisions-summary": "Get revision information.",
1100 "apihelp-query+revisions-extended-description": "May 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.",
1101 "apihelp-query+revisions-paraminfo-singlepageonly": "May only be used with a single page (mode #2).",
1102 "apihelp-query+revisions-param-startid": "Start enumeration from this revision's timestamp. The revision must exist, but need not belong to this page.",
1103 "apihelp-query+revisions-param-endid": "Stop enumeration at this revision's timestamp. The revision must exist, but need not belong to this page.",
1104 "apihelp-query+revisions-param-start": "From which revision timestamp to start enumeration.",
1105 "apihelp-query+revisions-param-end": "Enumerate up to this timestamp.",
1106 "apihelp-query+revisions-param-user": "Only include revisions made by user.",
1107 "apihelp-query+revisions-param-excludeuser": "Exclude revisions made by user.",
1108 "apihelp-query+revisions-param-tag": "Only list revisions tagged with this tag.",
1109 "apihelp-query+revisions-param-token": "Which tokens to obtain for each revision.",
1110 "apihelp-query+revisions-example-content": "Get data with content for the last revision of titles <kbd>API</kbd> and <kbd>Main Page</kbd>.",
1111 "apihelp-query+revisions-example-last5": "Get last 5 revisions of the <kbd>Main Page</kbd>.",
1112 "apihelp-query+revisions-example-first5": "Get first 5 revisions of the <kbd>Main Page</kbd>.",
1113 "apihelp-query+revisions-example-first5-after": "Get first 5 revisions of the <kbd>Main Page</kbd> made after 2006-05-01.",
1114 "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>.",
1115 "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>.",
1116
1117 "apihelp-query+revisions+base-param-prop": "Which properties to get for each revision:",
1118 "apihelp-query+revisions+base-paramvalue-prop-ids": "The ID of the revision.",
1119 "apihelp-query+revisions+base-paramvalue-prop-flags": "Revision flags (minor).",
1120 "apihelp-query+revisions+base-paramvalue-prop-timestamp": "The timestamp of the revision.",
1121 "apihelp-query+revisions+base-paramvalue-prop-user": "User that made the revision.",
1122 "apihelp-query+revisions+base-paramvalue-prop-userid": "User ID of the revision creator.",
1123 "apihelp-query+revisions+base-paramvalue-prop-size": "Length (bytes) of the revision.",
1124 "apihelp-query+revisions+base-paramvalue-prop-sha1": "SHA-1 (base 16) of the revision.",
1125 "apihelp-query+revisions+base-paramvalue-prop-contentmodel": "Content model ID of the revision.",
1126 "apihelp-query+revisions+base-paramvalue-prop-comment": "Comment by the user for the revision.",
1127 "apihelp-query+revisions+base-paramvalue-prop-parsedcomment": "Parsed comment by the user for the revision.",
1128 "apihelp-query+revisions+base-paramvalue-prop-content": "Text of the revision.",
1129 "apihelp-query+revisions+base-paramvalue-prop-tags": "Tags for the revision.",
1130 "apihelp-query+revisions+base-paramvalue-prop-parsetree": "<span class=\"apihelp-deprecated\">Deprecated.</span> Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. The XML parse tree of revision content (requires content model <code>$1</code>).",
1131 "apihelp-query+revisions+base-param-limit": "Limit how many revisions will be returned.",
1132 "apihelp-query+revisions+base-param-expandtemplates": "Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> instead. Expand templates in revision content (requires $1prop=content).",
1133 "apihelp-query+revisions+base-param-generatexml": "Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Generate XML parse tree for revision content (requires $1prop=content).",
1134 "apihelp-query+revisions+base-param-parse": "Use <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1.",
1135 "apihelp-query+revisions+base-param-section": "Only retrieve the content of this section number.",
1136 "apihelp-query+revisions+base-param-diffto": "Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively.",
1137 "apihelp-query+revisions+base-param-difftotext": "Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. 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.",
1138 "apihelp-query+revisions+base-param-difftotextpst": "Use <kbd>[[Special:ApiHelp/compare|action=compare]]</kbd> instead. Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>.",
1139 "apihelp-query+revisions+base-param-contentformat": "Serialization format used for <var>$1difftotext</var> and expected for output of content.",
1140
1141 "apihelp-query+search-summary": "Perform a full text search.",
1142 "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.",
1143 "apihelp-query+search-param-namespace": "Search only within these namespaces.",
1144 "apihelp-query+search-param-what": "Which type of search to perform.",
1145 "apihelp-query+search-param-info": "Which metadata to return.",
1146 "apihelp-query+search-param-prop": "Which properties to return:",
1147 "apihelp-query+search-param-qiprofile": "Query independent profile to use (affects ranking algorithm).",
1148 "apihelp-query+search-paramvalue-prop-size": "Adds the size of the page in bytes.",
1149 "apihelp-query+search-paramvalue-prop-wordcount": "Adds the word count of the page.",
1150 "apihelp-query+search-paramvalue-prop-timestamp": "Adds the timestamp of when the page was last edited.",
1151 "apihelp-query+search-paramvalue-prop-snippet": "Adds a parsed snippet of the page.",
1152 "apihelp-query+search-paramvalue-prop-titlesnippet": "Adds a parsed snippet of the page title.",
1153 "apihelp-query+search-paramvalue-prop-redirectsnippet": "Adds a parsed snippet of the redirect title.",
1154 "apihelp-query+search-paramvalue-prop-redirecttitle": "Adds the title of the matching redirect.",
1155 "apihelp-query+search-paramvalue-prop-sectionsnippet": "Adds a parsed snippet of the matching section title.",
1156 "apihelp-query+search-paramvalue-prop-sectiontitle": "Adds the title of the matching section.",
1157 "apihelp-query+search-paramvalue-prop-categorysnippet": "Adds a parsed snippet of the matching category.",
1158 "apihelp-query+search-paramvalue-prop-isfilematch": "Adds a boolean indicating if the search matched file content.",
1159 "apihelp-query+search-paramvalue-prop-extensiondata": "Adds extra data generated by extensions.",
1160 "apihelp-query+search-paramvalue-prop-score": "Ignored.",
1161 "apihelp-query+search-paramvalue-prop-hasrelated": "Ignored.",
1162 "apihelp-query+search-param-limit": "How many total pages to return.",
1163 "apihelp-query+search-param-interwiki": "Include interwiki results in the search, if available.",
1164 "apihelp-query+search-param-backend": "Which search backend to use, if not the default.",
1165 "apihelp-query+search-param-enablerewrites": "Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors.",
1166 "apihelp-query+search-example-simple": "Search for <kbd>meaning</kbd>.",
1167 "apihelp-query+search-example-text": "Search texts for <kbd>meaning</kbd>.",
1168 "apihelp-query+search-example-generator": "Get page info about the pages returned for a search for <kbd>meaning</kbd>.",
1169
1170 "apihelp-query+siteinfo-summary": "Return general information about the site.",
1171 "apihelp-query+siteinfo-param-prop": "Which information to get:",
1172 "apihelp-query+siteinfo-paramvalue-prop-general": "Overall system information.",
1173 "apihelp-query+siteinfo-paramvalue-prop-namespaces": "List of registered namespaces and their canonical names.",
1174 "apihelp-query+siteinfo-paramvalue-prop-namespacealiases": "List of registered namespace aliases.",
1175 "apihelp-query+siteinfo-paramvalue-prop-specialpagealiases": "List of special page aliases.",
1176 "apihelp-query+siteinfo-paramvalue-prop-magicwords": "List of magic words and their aliases.",
1177 "apihelp-query+siteinfo-paramvalue-prop-statistics": "Returns site statistics.",
1178 "apihelp-query+siteinfo-paramvalue-prop-interwikimap": "Returns interwiki map (optionally filtered, optionally localised by using <var>$1inlanguagecode</var>).",
1179 "apihelp-query+siteinfo-paramvalue-prop-dbrepllag": "Returns database server with the highest replication lag.",
1180 "apihelp-query+siteinfo-paramvalue-prop-usergroups": "Returns user groups and the associated permissions.",
1181 "apihelp-query+siteinfo-paramvalue-prop-libraries": "Returns libraries installed on the wiki.",
1182 "apihelp-query+siteinfo-paramvalue-prop-extensions": "Returns extensions installed on the wiki.",
1183 "apihelp-query+siteinfo-paramvalue-prop-fileextensions": "Returns list of file extensions (file types) allowed to be uploaded.",
1184 "apihelp-query+siteinfo-paramvalue-prop-rightsinfo": "Returns wiki rights (license) information if available.",
1185 "apihelp-query+siteinfo-paramvalue-prop-restrictions": "Returns information on available restriction (protection) types.",
1186 "apihelp-query+siteinfo-paramvalue-prop-languages": "Returns a list of languages MediaWiki supports (optionally localised by using <var>$1inlanguagecode</var>).",
1187 "apihelp-query+siteinfo-paramvalue-prop-languagevariants": "Returns a list of language codes for which [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] is enabled, and the variants supported for each.",
1188 "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).",
1189 "apihelp-query+siteinfo-paramvalue-prop-extensiontags": "Returns a list of parser extension tags.",
1190 "apihelp-query+siteinfo-paramvalue-prop-functionhooks": "Returns a list of parser function hooks.",
1191 "apihelp-query+siteinfo-paramvalue-prop-showhooks": "Returns a list of all subscribed hooks (contents of <var>[[mw:Special:MyLanguage/Manual:$wgHooks|$wgHooks]]</var>).",
1192 "apihelp-query+siteinfo-paramvalue-prop-variables": "Returns a list of variable IDs.",
1193 "apihelp-query+siteinfo-paramvalue-prop-protocols": "Returns a list of protocols that are allowed in external links.",
1194 "apihelp-query+siteinfo-paramvalue-prop-defaultoptions": "Returns the default values for user preferences.",
1195 "apihelp-query+siteinfo-paramvalue-prop-uploaddialog": "Returns the upload dialog configuration.",
1196 "apihelp-query+siteinfo-param-filteriw": "Return only local or only nonlocal entries of the interwiki map.",
1197 "apihelp-query+siteinfo-param-showalldb": "List all database servers, not just the one lagging the most.",
1198 "apihelp-query+siteinfo-param-numberingroup": "Lists the number of users in user groups.",
1199 "apihelp-query+siteinfo-param-inlanguagecode": "Language code for localised language names (best effort) and skin names.",
1200 "apihelp-query+siteinfo-example-simple": "Fetch site information.",
1201 "apihelp-query+siteinfo-example-interwiki": "Fetch a list of local interwiki prefixes.",
1202 "apihelp-query+siteinfo-example-replag": "Check the current replication lag.",
1203
1204 "apihelp-query+stashimageinfo-summary": "Returns file information for stashed files.",
1205 "apihelp-query+stashimageinfo-param-filekey": "Key that identifies a previous upload that was stashed temporarily.",
1206 "apihelp-query+stashimageinfo-param-sessionkey": "Alias for $1filekey, for backward compatibility.",
1207 "apihelp-query+stashimageinfo-example-simple": "Returns information for a stashed file.",
1208 "apihelp-query+stashimageinfo-example-params": "Returns thumbnails for two stashed files.",
1209
1210 "apihelp-query+tags-summary": "List change tags.",
1211 "apihelp-query+tags-param-limit": "The maximum number of tags to list.",
1212 "apihelp-query+tags-param-prop": "Which properties to get:",
1213 "apihelp-query+tags-paramvalue-prop-name": "Adds name of tag.",
1214 "apihelp-query+tags-paramvalue-prop-displayname": "Adds system message for the tag.",
1215 "apihelp-query+tags-paramvalue-prop-description": "Adds description of the tag.",
1216 "apihelp-query+tags-paramvalue-prop-hitcount": "Adds the number of revisions and log entries that have this tag.",
1217 "apihelp-query+tags-paramvalue-prop-defined": "Indicate whether the tag is defined.",
1218 "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.",
1219 "apihelp-query+tags-paramvalue-prop-active": "Whether the tag is still being applied.",
1220 "apihelp-query+tags-example-simple": "List available tags.",
1221
1222 "apihelp-query+templates-summary": "Returns all pages transcluded on the given pages.",
1223 "apihelp-query+templates-param-namespace": "Show templates in these namespaces only.",
1224 "apihelp-query+templates-param-limit": "How many templates to return.",
1225 "apihelp-query+templates-param-templates": "Only list these templates. Useful for checking whether a certain page uses a certain template.",
1226 "apihelp-query+templates-param-dir": "The direction in which to list.",
1227 "apihelp-query+templates-example-simple": "Get the templates used on the page <kbd>Main Page</kbd>.",
1228 "apihelp-query+templates-example-generator": "Get information about the template pages used on <kbd>Main Page</kbd>.",
1229 "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>.",
1230
1231 "apihelp-query+tokens-summary": "Gets tokens for data-modifying actions.",
1232 "apihelp-query+tokens-param-type": "Types of token to request.",
1233 "apihelp-query+tokens-example-simple": "Retrieve a csrf token (the default).",
1234 "apihelp-query+tokens-example-types": "Retrieve a watch token and a patrol token.",
1235
1236 "apihelp-query+transcludedin-summary": "Find all pages that transclude the given pages.",
1237 "apihelp-query+transcludedin-param-prop": "Which properties to get:",
1238 "apihelp-query+transcludedin-paramvalue-prop-pageid": "Page ID of each page.",
1239 "apihelp-query+transcludedin-paramvalue-prop-title": "Title of each page.",
1240 "apihelp-query+transcludedin-paramvalue-prop-redirect": "Flag if the page is a redirect.",
1241 "apihelp-query+transcludedin-param-namespace": "Only include pages in these namespaces.",
1242 "apihelp-query+transcludedin-param-limit": "How many to return.",
1243 "apihelp-query+transcludedin-param-show": "Show only items that meet these criteria:\n;redirect:Only show redirects.\n;!redirect:Only show non-redirects.",
1244 "apihelp-query+transcludedin-example-simple": "Get a list of pages transcluding <kbd>Main Page</kbd>.",
1245 "apihelp-query+transcludedin-example-generator": "Get information about pages transcluding <kbd>Main Page</kbd>.",
1246
1247 "apihelp-query+usercontribs-summary": "Get all edits by a user.",
1248 "apihelp-query+usercontribs-param-limit": "The maximum number of contributions to return.",
1249 "apihelp-query+usercontribs-param-start": "The start timestamp to return from.",
1250 "apihelp-query+usercontribs-param-end": "The end timestamp to return to.",
1251 "apihelp-query+usercontribs-param-user": "The users to retrieve contributions for. Cannot be used with <var>$1userids</var> or <var>$1userprefix</var>.",
1252 "apihelp-query+usercontribs-param-userprefix": "Retrieve contributions for all users whose names begin with this value. Cannot be used with <var>$1user</var> or <var>$1userids</var>.",
1253 "apihelp-query+usercontribs-param-userids": "The user IDs to retrieve contributions for. Cannot be used with <var>$1user</var> or <var>$1userprefix</var>.",
1254 "apihelp-query+usercontribs-param-namespace": "Only list contributions in these namespaces.",
1255 "apihelp-query+usercontribs-param-prop": "Include additional pieces of information:",
1256 "apihelp-query+usercontribs-paramvalue-prop-ids": "Adds the page ID and revision ID.",
1257 "apihelp-query+usercontribs-paramvalue-prop-title": "Adds the title and namespace ID of the page.",
1258 "apihelp-query+usercontribs-paramvalue-prop-timestamp": "Adds the timestamp of the edit.",
1259 "apihelp-query+usercontribs-paramvalue-prop-comment": "Adds the comment of the edit.",
1260 "apihelp-query+usercontribs-paramvalue-prop-parsedcomment": "Adds the parsed comment of the edit.",
1261 "apihelp-query+usercontribs-paramvalue-prop-size": "Adds the new size of the edit.",
1262 "apihelp-query+usercontribs-paramvalue-prop-sizediff": "Adds the size delta of the edit against its parent.",
1263 "apihelp-query+usercontribs-paramvalue-prop-flags": "Adds flags of the edit.",
1264 "apihelp-query+usercontribs-paramvalue-prop-patrolled": "Tags patrolled edits.",
1265 "apihelp-query+usercontribs-paramvalue-prop-tags": "Lists tags for the edit.",
1266 "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:Special:MyLanguage/Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|second|seconds}}) won't be shown.",
1267 "apihelp-query+usercontribs-param-tag": "Only list revisions tagged with this tag.",
1268 "apihelp-query+usercontribs-param-toponly": "Only list changes which are the latest revision.",
1269 "apihelp-query+usercontribs-example-user": "Show contributions of user <kbd>Example</kbd>.",
1270 "apihelp-query+usercontribs-example-ipprefix": "Show contributions from all IP addresses with prefix <kbd>192.0.2.</kbd>.",
1271
1272 "apihelp-query+userinfo-summary": "Get information about the current user.",
1273 "apihelp-query+userinfo-param-prop": "Which pieces of information to include:",
1274 "apihelp-query+userinfo-paramvalue-prop-blockinfo": "Tags if the current user is blocked, by whom, and for what reason.",
1275 "apihelp-query+userinfo-paramvalue-prop-hasmsg": "Adds a tag <samp>messages</samp> if the current user has pending messages.",
1276 "apihelp-query+userinfo-paramvalue-prop-groups": "Lists all the groups the current user belongs to.",
1277 "apihelp-query+userinfo-paramvalue-prop-groupmemberships": "Lists groups that the current user has been explicitly assigned to, including the expiry date of each group membership.",
1278 "apihelp-query+userinfo-paramvalue-prop-implicitgroups": "Lists all the groups the current user is automatically a member of.",
1279 "apihelp-query+userinfo-paramvalue-prop-rights": "Lists all the rights the current user has.",
1280 "apihelp-query+userinfo-paramvalue-prop-changeablegroups": "Lists the groups the current user can add to and remove from.",
1281 "apihelp-query+userinfo-paramvalue-prop-options": "Lists all preferences the current user has set.",
1282 "apihelp-query+userinfo-paramvalue-prop-preferencestoken": "Get a token to change current user's preferences.",
1283 "apihelp-query+userinfo-paramvalue-prop-editcount": "Adds the current user's edit count.",
1284 "apihelp-query+userinfo-paramvalue-prop-ratelimits": "Lists all rate limits applying to the current user.",
1285 "apihelp-query+userinfo-paramvalue-prop-realname": "Adds the user's real name.",
1286 "apihelp-query+userinfo-paramvalue-prop-email": "Adds the user's email address and email authentication date.",
1287 "apihelp-query+userinfo-paramvalue-prop-acceptlang": "Echoes the <code>Accept-Language</code> header sent by the client in a structured format.",
1288 "apihelp-query+userinfo-paramvalue-prop-registrationdate": "Adds the user's registration date.",
1289 "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).",
1290 "apihelp-query+userinfo-paramvalue-prop-centralids": "Adds the central IDs and attachment status for the user.",
1291 "apihelp-query+userinfo-param-attachedwiki": "With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.",
1292 "apihelp-query+userinfo-example-simple": "Get information about the current user.",
1293 "apihelp-query+userinfo-example-data": "Get additional information about the current user.",
1294
1295 "apihelp-query+users-summary": "Get information about a list of users.",
1296 "apihelp-query+users-param-prop": "Which pieces of information to include:",
1297 "apihelp-query+users-paramvalue-prop-blockinfo": "Tags if the user is blocked, by whom, and for what reason.",
1298 "apihelp-query+users-paramvalue-prop-groups": "Lists all the groups each user belongs to.",
1299 "apihelp-query+users-paramvalue-prop-groupmemberships": "Lists groups that each user has been explicitly assigned to, including the expiry date of each group membership.",
1300 "apihelp-query+users-paramvalue-prop-implicitgroups": "Lists all the groups a user is automatically a member of.",
1301 "apihelp-query+users-paramvalue-prop-rights": "Lists all the rights each user has.",
1302 "apihelp-query+users-paramvalue-prop-editcount": "Adds the user's edit count.",
1303 "apihelp-query+users-paramvalue-prop-registration": "Adds the user's registration timestamp.",
1304 "apihelp-query+users-paramvalue-prop-emailable": "Tags if the user can and wants to receive email through [[Special:Emailuser]].",
1305 "apihelp-query+users-paramvalue-prop-gender": "Tags the gender of the user. Returns \"male\", \"female\", or \"unknown\".",
1306 "apihelp-query+users-paramvalue-prop-centralids": "Adds the central IDs and attachment status for the user.",
1307 "apihelp-query+users-paramvalue-prop-cancreate": "Indicates whether an account for valid but unregistered usernames can be created.",
1308 "apihelp-query+users-param-attachedwiki": "With <kbd>$1prop=centralids</kbd>, indicate whether the user is attached with the wiki identified by this ID.",
1309 "apihelp-query+users-param-users": "A list of users to obtain information for.",
1310 "apihelp-query+users-param-userids": "A list of user IDs to obtain information for.",
1311 "apihelp-query+users-param-token": "Use <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd> instead.",
1312 "apihelp-query+users-example-simple": "Return information for user <kbd>Example</kbd>.",
1313
1314 "apihelp-query+watchlist-summary": "Get recent changes to pages in the current user's watchlist.",
1315 "apihelp-query+watchlist-param-allrev": "Include multiple revisions of the same page within given timeframe.",
1316 "apihelp-query+watchlist-param-start": "The timestamp to start enumerating from.",
1317 "apihelp-query+watchlist-param-end": "The timestamp to end enumerating.",
1318 "apihelp-query+watchlist-param-namespace": "Filter changes to only the given namespaces.",
1319 "apihelp-query+watchlist-param-user": "Only list changes by this user.",
1320 "apihelp-query+watchlist-param-excludeuser": "Don't list changes by this user.",
1321 "apihelp-query+watchlist-param-limit": "How many total results to return per request.",
1322 "apihelp-query+watchlist-param-prop": "Which additional properties to get:",
1323 "apihelp-query+watchlist-paramvalue-prop-ids": "Adds revision IDs and page IDs.",
1324 "apihelp-query+watchlist-paramvalue-prop-title": "Adds title of the page.",
1325 "apihelp-query+watchlist-paramvalue-prop-flags": "Adds flags for the edit.",
1326 "apihelp-query+watchlist-paramvalue-prop-user": "Adds the user who made the edit.",
1327 "apihelp-query+watchlist-paramvalue-prop-userid": "Adds user ID of whoever made the edit.",
1328 "apihelp-query+watchlist-paramvalue-prop-comment": "Adds comment of the edit.",
1329 "apihelp-query+watchlist-paramvalue-prop-parsedcomment": "Adds parsed comment of the edit.",
1330 "apihelp-query+watchlist-paramvalue-prop-timestamp": "Adds timestamp of the edit.",
1331 "apihelp-query+watchlist-paramvalue-prop-patrol": "Tags edits that are patrolled.",
1332 "apihelp-query+watchlist-paramvalue-prop-sizes": "Adds the old and new lengths of the page.",
1333 "apihelp-query+watchlist-paramvalue-prop-notificationtimestamp": "Adds timestamp of when the user was last notified about the edit.",
1334 "apihelp-query+watchlist-paramvalue-prop-loginfo": "Adds log information where appropriate.",
1335 "apihelp-query+watchlist-paramvalue-prop-tags": "Lists tags for the entry.",
1336 "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.",
1337 "apihelp-query+watchlist-param-type": "Which types of changes to show:",
1338 "apihelp-query+watchlist-paramvalue-type-edit": "Regular page edits.",
1339 "apihelp-query+watchlist-paramvalue-type-external": "External changes.",
1340 "apihelp-query+watchlist-paramvalue-type-new": "Page creations.",
1341 "apihelp-query+watchlist-paramvalue-type-log": "Log entries.",
1342 "apihelp-query+watchlist-paramvalue-type-categorize": "Category membership changes.",
1343 "apihelp-query+watchlist-param-owner": "Used along with $1token to access a different user's watchlist.",
1344 "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.",
1345 "apihelp-query+watchlist-example-simple": "List the top revision for recently changed pages on the current user's watchlist.",
1346 "apihelp-query+watchlist-example-props": "Fetch additional information about the top revision for recently changed pages on the current user's watchlist.",
1347 "apihelp-query+watchlist-example-allrev": "Fetch information about all recent changes to pages on the current user's watchlist.",
1348 "apihelp-query+watchlist-example-generator": "Fetch page info for recently changed pages on the current user's watchlist.",
1349 "apihelp-query+watchlist-example-generator-rev": "Fetch revision info for recent changes to pages on the current user's watchlist.",
1350 "apihelp-query+watchlist-example-wlowner": "List the top revision for recently changed pages on the watchlist of user <kbd>Example</kbd>.",
1351
1352 "apihelp-query+watchlistraw-summary": "Get all pages on the current user's watchlist.",
1353 "apihelp-query+watchlistraw-param-namespace": "Only list pages in the given namespaces.",
1354 "apihelp-query+watchlistraw-param-limit": "How many total results to return per request.",
1355 "apihelp-query+watchlistraw-param-prop": "Which additional properties to get:",
1356 "apihelp-query+watchlistraw-paramvalue-prop-changed": "Adds timestamp of when the user was last notified about the edit.",
1357 "apihelp-query+watchlistraw-param-show": "Only list items that meet these criteria.",
1358 "apihelp-query+watchlistraw-param-owner": "Used along with $1token to access a different user's watchlist.",
1359 "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.",
1360 "apihelp-query+watchlistraw-param-dir": "The direction in which to list.",
1361 "apihelp-query+watchlistraw-param-fromtitle": "Title (with namespace prefix) to begin enumerating from.",
1362 "apihelp-query+watchlistraw-param-totitle": "Title (with namespace prefix) to stop enumerating at.",
1363 "apihelp-query+watchlistraw-example-simple": "List pages on the current user's watchlist.",
1364 "apihelp-query+watchlistraw-example-generator": "Fetch page info for pages on the current user's watchlist.",
1365
1366 "apihelp-removeauthenticationdata-summary": "Remove authentication data for the current user.",
1367 "apihelp-removeauthenticationdata-example-simple": "Attempt to remove the current user's data for <kbd>FooAuthenticationRequest</kbd>.",
1368
1369 "apihelp-resetpassword-summary": "Send a password reset email to a user.",
1370 "apihelp-resetpassword-extended-description-noroutes": "No password reset routes are available.\n\nEnable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module.",
1371 "apihelp-resetpassword-param-user": "User being reset.",
1372 "apihelp-resetpassword-param-email": "Email address of the user being reset.",
1373 "apihelp-resetpassword-example-user": "Send a password reset email to user <kbd>Example</kbd>.",
1374 "apihelp-resetpassword-example-email": "Send a password reset email for all users with email address <kbd>user@example.com</kbd>.",
1375
1376 "apihelp-revisiondelete-summary": "Delete and undelete revisions.",
1377 "apihelp-revisiondelete-param-type": "Type of revision deletion being performed.",
1378 "apihelp-revisiondelete-param-target": "Page title for the revision deletion, if required for the type.",
1379 "apihelp-revisiondelete-param-ids": "Identifiers for the revisions to be deleted.",
1380 "apihelp-revisiondelete-param-hide": "What to hide for each revision.",
1381 "apihelp-revisiondelete-param-show": "What to unhide for each revision.",
1382 "apihelp-revisiondelete-param-suppress": "Whether to suppress data from administrators as well as others.",
1383 "apihelp-revisiondelete-param-reason": "Reason for the deletion or undeletion.",
1384 "apihelp-revisiondelete-param-tags": "Tags to apply to the entry in the deletion log.",
1385 "apihelp-revisiondelete-example-revision": "Hide content for revision <kbd>12345</kbd> on the page <kbd>Main Page</kbd>.",
1386 "apihelp-revisiondelete-example-log": "Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>.",
1387
1388 "apihelp-rollback-summary": "Undo the last edit to the page.",
1389 "apihelp-rollback-extended-description": "If the last user who edited the page made multiple edits in a row, they will all be rolled back.",
1390 "apihelp-rollback-param-title": "Title of the page to roll back. Cannot be used together with <var>$1pageid</var>.",
1391 "apihelp-rollback-param-pageid": "Page ID of the page to roll back. Cannot be used together with <var>$1title</var>.",
1392 "apihelp-rollback-param-tags": "Tags to apply to the rollback.",
1393 "apihelp-rollback-param-user": "Name of the user whose edits are to be rolled back.",
1394 "apihelp-rollback-param-summary": "Custom edit summary. If empty, default summary will be used.",
1395 "apihelp-rollback-param-markbot": "Mark the reverted edits and the revert as bot edits.",
1396 "apihelp-rollback-param-watchlist": "Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.",
1397 "apihelp-rollback-example-simple": "Roll back the last edits to page <kbd>Main Page</kbd> by user <kbd>Example</kbd>.",
1398 "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.",
1399
1400 "apihelp-rsd-summary": "Export an RSD (Really Simple Discovery) schema.",
1401 "apihelp-rsd-example-simple": "Export the RSD schema.",
1402
1403 "apihelp-setnotificationtimestamp-summary": "Update the notification timestamp for watched pages.",
1404 "apihelp-setnotificationtimestamp-extended-description": "This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the \"{{int:tog-enotifwatchlistpages}}\" preference is enabled.",
1405 "apihelp-setnotificationtimestamp-param-entirewatchlist": "Work on all watched pages.",
1406 "apihelp-setnotificationtimestamp-param-timestamp": "Timestamp to which to set the notification timestamp.",
1407 "apihelp-setnotificationtimestamp-param-torevid": "Revision to set the notification timestamp to (one page only).",
1408 "apihelp-setnotificationtimestamp-param-newerthanrevid": "Revision to set the notification timestamp newer than (one page only).",
1409 "apihelp-setnotificationtimestamp-example-all": "Reset the notification status for the entire watchlist.",
1410 "apihelp-setnotificationtimestamp-example-page": "Reset the notification status for <kbd>Main page</kbd>.",
1411 "apihelp-setnotificationtimestamp-example-pagetimestamp": "Set the notification timestamp for <kbd>Main page</kbd> so all edits since 1 January 2012 are unviewed.",
1412 "apihelp-setnotificationtimestamp-example-allpages": "Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace.",
1413
1414 "apihelp-setpagelanguage-summary": "Change the language of a page.",
1415 "apihelp-setpagelanguage-extended-description-disabled": "Changing the language of a page is not allowed on this wiki.\n\nEnable <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> to use this action.",
1416 "apihelp-setpagelanguage-param-title": "Title of the page whose language you wish to change. Cannot be used together with <var>$1pageid</var>.",
1417 "apihelp-setpagelanguage-param-pageid": "Page ID of the page whose language you wish to change. Cannot be used together with <var>$1title</var>.",
1418 "apihelp-setpagelanguage-param-lang": "Language code of the language to change the page to. Use <kbd>default</kbd> to reset the page to the wiki's default content language.",
1419 "apihelp-setpagelanguage-param-reason": "Reason for the change.",
1420 "apihelp-setpagelanguage-param-tags": "Change tags to apply to the log entry resulting from this action.",
1421 "apihelp-setpagelanguage-example-language": "Change the language of <kbd>Main Page</kbd> to Basque.",
1422 "apihelp-setpagelanguage-example-default": "Change the language of the page with ID 123 to the wiki's default content language.",
1423
1424 "apihelp-stashedit-summary": "Prepare an edit in shared cache.",
1425 "apihelp-stashedit-extended-description": "This is intended to be used via AJAX from the edit form to improve the performance of the page save.",
1426 "apihelp-stashedit-param-title": "Title of the page being edited.",
1427 "apihelp-stashedit-param-section": "Section number. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.",
1428 "apihelp-stashedit-param-sectiontitle": "The title for a new section.",
1429 "apihelp-stashedit-param-text": "Page content.",
1430 "apihelp-stashedit-param-stashedtexthash": "Page content hash from a prior stash to use instead.",
1431 "apihelp-stashedit-param-contentmodel": "Content model of the new content.",
1432 "apihelp-stashedit-param-contentformat": "Content serialization format used for the input text.",
1433 "apihelp-stashedit-param-baserevid": "Revision ID of the base revision.",
1434 "apihelp-stashedit-param-summary": "Change summary.",
1435
1436 "apihelp-tag-summary": "Add or remove change tags from individual revisions or log entries.",
1437 "apihelp-tag-param-rcid": "One or more recent changes IDs from which to add or remove the tag.",
1438 "apihelp-tag-param-revid": "One or more revision IDs from which to add or remove the tag.",
1439 "apihelp-tag-param-logid": "One or more log entry IDs from which to add or remove the tag.",
1440 "apihelp-tag-param-add": "Tags to add. Only manually defined tags can be added.",
1441 "apihelp-tag-param-remove": "Tags to remove. Only tags that are either manually defined or completely undefined can be removed.",
1442 "apihelp-tag-param-reason": "Reason for the change.",
1443 "apihelp-tag-param-tags": "Tags to apply to the log entry that will be created as a result of this action.",
1444 "apihelp-tag-example-rev": "Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason",
1445 "apihelp-tag-example-log": "Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>",
1446
1447 "apihelp-tokens-summary": "Get tokens for data-modifying actions.",
1448 "apihelp-tokens-extended-description": "This module is deprecated in favor of [[Special:ApiHelp/query+tokens|action=query&meta=tokens]].",
1449 "apihelp-tokens-param-type": "Types of token to request.",
1450 "apihelp-tokens-example-edit": "Retrieve an edit token (the default).",
1451 "apihelp-tokens-example-emailmove": "Retrieve an email token and a move token.",
1452
1453 "apihelp-unblock-summary": "Unblock a user.",
1454 "apihelp-unblock-param-id": "ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var> or <var>$1userid</var>.",
1455 "apihelp-unblock-param-user": "Username, IP address or IP address range to unblock. Cannot be used together with <var>$1id</var> or <var>$1userid</var>.",
1456 "apihelp-unblock-param-userid": "User ID to unblock. Cannot be used together with <var>$1id</var> or <var>$1user</var>.",
1457 "apihelp-unblock-param-reason": "Reason for unblock.",
1458 "apihelp-unblock-param-tags": "Change tags to apply to the entry in the block log.",
1459 "apihelp-unblock-example-id": "Unblock block ID #<kbd>105</kbd>.",
1460 "apihelp-unblock-example-user": "Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.",
1461
1462 "apihelp-undelete-summary": "Restore revisions of a deleted page.",
1463 "apihelp-undelete-extended-description": "A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].",
1464 "apihelp-undelete-param-title": "Title of the page to restore.",
1465 "apihelp-undelete-param-reason": "Reason for restoring.",
1466 "apihelp-undelete-param-tags": "Change tags to apply to the entry in the deletion log.",
1467 "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.",
1468 "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.",
1469 "apihelp-undelete-param-watchlist": "Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.",
1470 "apihelp-undelete-example-page": "Undelete page <kbd>Main Page</kbd>.",
1471 "apihelp-undelete-example-revisions": "Undelete two revisions of page <kbd>Main Page</kbd>.",
1472
1473 "apihelp-unlinkaccount-summary": "Remove a linked third-party account from the current user.",
1474 "apihelp-unlinkaccount-example-simple": "Attempt to remove the current user's link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.",
1475
1476 "apihelp-upload-summary": "Upload a file, or get the status of pending uploads.",
1477 "apihelp-upload-extended-description": "Several 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>.",
1478 "apihelp-upload-param-filename": "Target filename.",
1479 "apihelp-upload-param-comment": "Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.",
1480 "apihelp-upload-param-tags": "Change tags to apply to the upload log entry and file page revision.",
1481 "apihelp-upload-param-text": "Initial page text for new files.",
1482 "apihelp-upload-param-watch": "Watch the page.",
1483 "apihelp-upload-param-watchlist": "Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.",
1484 "apihelp-upload-param-ignorewarnings": "Ignore any warnings.",
1485 "apihelp-upload-param-file": "File contents.",
1486 "apihelp-upload-param-url": "URL to fetch the file from.",
1487 "apihelp-upload-param-filekey": "Key that identifies a previous upload that was stashed temporarily.",
1488 "apihelp-upload-param-sessionkey": "Same as $1filekey, maintained for backward compatibility.",
1489 "apihelp-upload-param-stash": "If set, the server will stash the file temporarily instead of adding it to the repository.",
1490 "apihelp-upload-param-filesize": "Filesize of entire upload.",
1491 "apihelp-upload-param-offset": "Offset of chunk in bytes.",
1492 "apihelp-upload-param-chunk": "Chunk contents.",
1493 "apihelp-upload-param-async": "Make potentially large file operations asynchronous when possible.",
1494 "apihelp-upload-param-checkstatus": "Only fetch the upload status for the given file key.",
1495 "apihelp-upload-example-url": "Upload from a URL.",
1496 "apihelp-upload-example-filekey": "Complete an upload that failed due to warnings.",
1497
1498 "apihelp-userrights-summary": "Change a user's group membership.",
1499 "apihelp-userrights-param-user": "User name.",
1500 "apihelp-userrights-param-userid": "User ID.",
1501 "apihelp-userrights-param-add": "Add the user to these groups, or if they are already a member, update the expiry of their membership in that group.",
1502 "apihelp-userrights-param-expiry": "Expiry timestamps. 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 only one timestamp is set, it will be used for all groups passed to the <var>$1add</var> parameter. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd> for a never-expiring user group.",
1503 "apihelp-userrights-param-remove": "Remove the user from these groups.",
1504 "apihelp-userrights-param-reason": "Reason for the change.",
1505 "apihelp-userrights-param-tags": "Change tags to apply to the entry in the user rights log.",
1506 "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>.",
1507 "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>.",
1508 "apihelp-userrights-example-expiry": "Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month.",
1509
1510 "apihelp-validatepassword-summary": "Validate a password against the wiki's password policies.",
1511 "apihelp-validatepassword-extended-description": "Validity is reported as <samp>Good</samp> if the password is acceptable, <samp>Change</samp> if the password may be used for login but must be changed, or <samp>Invalid</samp> if the password is not usable.",
1512 "apihelp-validatepassword-param-password": "Password to validate.",
1513 "apihelp-validatepassword-param-user": "User name, for use when testing account creation. The named user must not exist.",
1514 "apihelp-validatepassword-param-email": "Email address, for use when testing account creation.",
1515 "apihelp-validatepassword-param-realname": "Real name, for use when testing account creation.",
1516 "apihelp-validatepassword-example-1": "Validate the password <kbd>foobar</kbd> for the current user.",
1517 "apihelp-validatepassword-example-2": "Validate the password <kbd>qwerty</kbd> for creating user <kbd>Example</kbd>.",
1518
1519 "apihelp-watch-summary": "Add or remove pages from the current user's watchlist.",
1520 "apihelp-watch-param-title": "The page to (un)watch. Use <var>$1titles</var> instead.",
1521 "apihelp-watch-param-unwatch": "If set the page will be unwatched rather than watched.",
1522 "apihelp-watch-example-watch": "Watch the page <kbd>Main Page</kbd>.",
1523 "apihelp-watch-example-unwatch": "Unwatch the page <kbd>Main Page</kbd>.",
1524 "apihelp-watch-example-generator": "Watch the first few pages in the main namespace.",
1525
1526 "apihelp-format-example-generic": "Return the query result in the $1 format.",
1527 "apihelp-format-param-wrappedhtml": "Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object.",
1528 "apihelp-json-summary": "Output data in JSON format.",
1529 "apihelp-json-param-callback": "If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.",
1530 "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>.",
1531 "apihelp-json-param-ascii": "If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.",
1532 "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.",
1533 "apihelp-jsonfm-summary": "Output data in JSON format (pretty-print in HTML).",
1534 "apihelp-none-summary": "Output nothing.",
1535 "apihelp-php-summary": "Output data in serialized PHP format.",
1536 "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.",
1537 "apihelp-phpfm-summary": "Output data in serialized PHP format (pretty-print in HTML).",
1538 "apihelp-rawfm-summary": "Output data, including debugging elements, in JSON format (pretty-print in HTML).",
1539 "apihelp-xml-summary": "Output data in XML format.",
1540 "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>.",
1541 "apihelp-xml-param-includexmlnamespace": "If specified, adds an XML namespace.",
1542 "apihelp-xmlfm-summary": "Output data in XML format (pretty-print in HTML).",
1543
1544 "api-format-title": "MediaWiki API result",
1545 "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:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.",
1546 "api-format-prettyprint-header-only-html": "This is an HTML representation intended for debugging, and is unsuitable for application use.\n\nSee the [[mw:Special:MyLanguage/API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.",
1547 "api-format-prettyprint-header-hyperlinked": "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 [$3 <kbd>format=$2</kbd>].\n\nSee the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.",
1548 "api-format-prettyprint-status": "This response would be returned with HTTP status $1 $2.",
1549
1550 "api-login-fail-aborted": "Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To be able to login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To continue using main-account login, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.",
1551 "api-login-fail-aborted-nobotpw": "Authentication requires user interaction, which is not supported by <kbd>action=login</kbd>. To log in, see <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.",
1552 "api-login-fail-badsessionprovider": "Cannot log in when using $1.",
1553 "api-login-fail-sameorigin": "Cannot log in when the same-origin policy is not applied.",
1554
1555 "api-pageset-param-titles": "A list of titles to work on.",
1556 "api-pageset-param-pageids": "A list of page IDs to work on.",
1557 "api-pageset-param-revids": "A list of revision IDs to work on.",
1558 "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.",
1559 "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>.",
1560 "api-pageset-param-redirects-nogenerator": "Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>.",
1561 "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.",
1562
1563 "api-help-title": "MediaWiki API help",
1564 "api-help-lead": "This is an auto-generated MediaWiki API documentation page.\n\nDocumentation and examples: https://www.mediawiki.org/wiki/API",
1565 "api-help-main-header": "Main module",
1566 "api-help-undocumented-module": "No documentation for module $1.",
1567 "api-help-fallback-description": "$1",
1568 "api-help-fallback-parameter": "$1",
1569 "api-help-fallback-example": "$1",
1570 "api-help-flags": "",
1571 "api-help-flag-deprecated": "This module is deprecated.",
1572 "api-help-flag-internal": "<strong>This module is internal or unstable.</strong> Its operation may change without notice.",
1573 "api-help-flag-readrights": "This module requires read rights.",
1574 "api-help-flag-writerights": "This module requires write rights.",
1575 "api-help-flag-mustbeposted": "This module only accepts POST requests.",
1576 "api-help-flag-generator": "This module can be used as a generator.",
1577 "api-help-source": "Source: $1",
1578 "api-help-source-unknown": "Source: <span class=\"apihelp-unknown\">unknown</span>",
1579 "api-help-license": "License: [[$1|$2]]",
1580 "api-help-license-noname": "License: [[$1|See link]]",
1581 "api-help-license-unknown": "License: <span class=\"apihelp-unknown\">unknown</span>",
1582 "api-help-help-urls": "",
1583 "api-help-parameters": "{{PLURAL:$1|Parameter|Parameters}}:",
1584 "api-help-param-deprecated": "Deprecated.",
1585 "api-help-param-required": "This parameter is required.",
1586 "api-help-datatypes-header": "Data types",
1587 "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>.",
1588 "api-help-param-type-limit": "Type: integer or <kbd>max</kbd>",
1589 "api-help-param-type-integer": "Type: {{PLURAL:$1|1=integer|2=list of integers}}",
1590 "api-help-param-type-boolean": "Type: boolean ([[Special:ApiHelp/main#main/datatypes|details]])",
1591 "api-help-param-type-password": "",
1592 "api-help-param-type-timestamp": "Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatypes|allowed formats]])",
1593 "api-help-param-type-user": "Type: {{PLURAL:$1|1=user name|2=list of user names}}",
1594 "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",
1595 "api-help-param-list-can-be-empty": "{{PLURAL:$1|0=Must be empty|Can be empty, or $2}}",
1596 "api-help-param-limit": "No more than $1 allowed.",
1597 "api-help-param-limit2": "No more than $1 ($2 for bots) allowed.",
1598 "api-help-param-integer-min": "The {{PLURAL:$1|1=value|2=values}} must be no less than $2.",
1599 "api-help-param-integer-max": "The {{PLURAL:$1|1=value|2=values}} must be no greater than $3.",
1600 "api-help-param-integer-minmax": "The {{PLURAL:$1|1=value|2=values}} must be between $2 and $3.",
1601 "api-help-param-upload": "Must be posted as a file upload using multipart/form-data.",
1602 "api-help-param-multi-separate": "Separate values with <kbd>|</kbd> or [[Special:ApiHelp/main#main/datatypes|alternative]].",
1603 "api-help-param-multi-max": "Maximum number of values is {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} for bots).",
1604 "api-help-param-multi-max-simple": "Maximum number of values is {{PLURAL:$1|$1}}.",
1605 "api-help-param-multi-all": "To specify all values, use <kbd>$1</kbd>.",
1606 "api-help-param-default": "Default: $1",
1607 "api-help-param-default-empty": "Default: <span class=\"apihelp-empty\">(empty)</span>",
1608 "api-help-param-token": "A \"$1\" token retrieved from [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]",
1609 "api-help-param-token-webui": "For compatibility, the token used in the web UI is also accepted.",
1610 "api-help-param-disabled-in-miser-mode": "Disabled due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]].",
1611 "api-help-param-limited-in-miser-mode": "<strong>Note:</strong> Due to [[mw:Special:MyLanguage/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.",
1612 "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.",
1613 "api-help-param-continue": "When more results are available, use this to continue.",
1614 "api-help-param-no-description": "<span class=\"apihelp-empty\">(no description)</span>",
1615 "api-help-param-maxbytes": "Cannot be longer than $1 {{PLURAL:$1|byte|bytes}}.",
1616 "api-help-param-maxchars": "Cannot be longer than $1 {{PLURAL:$1|character|characters}}.",
1617 "api-help-examples": "{{PLURAL:$1|Example|Examples}}:",
1618 "api-help-permissions": "{{PLURAL:$1|Permission|Permissions}}:",
1619 "api-help-permissions-granted-to": "{{PLURAL:$1|Granted to}}: $2",
1620 "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.",
1621 "api-help-open-in-apisandbox": "<small>[open in sandbox]</small>",
1622 "api-help-no-extended-description": "",
1623
1624 "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>.",
1625 "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.",
1626 "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>.",
1627 "api-help-authmanagerhelper-messageformat": "Format to use for returning messages.",
1628 "api-help-authmanagerhelper-mergerequestfields": "Merge field information for all authentication requests into one array.",
1629 "api-help-authmanagerhelper-preservestate": "Preserve state from a previous failed login attempt, if possible.",
1630 "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.",
1631 "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.",
1632 "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.",
1633
1634 "apierror-allimages-redirect": "Use <kbd>gaifilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allimages</kbd> as a generator.",
1635 "apierror-allpages-generator-redirects": "Use <kbd>gapfilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allpages</kbd> as a generator.",
1636 "apierror-appendnotsupported": "Can't append to pages using content model $1.",
1637 "apierror-articleexists": "The article you tried to create has been created already.",
1638 "apierror-assertbotfailed": "Assertion that the user has the <code>bot</code> right failed.",
1639 "apierror-assertnameduserfailed": "Assertion that the user is \"$1\" failed.",
1640 "apierror-assertuserfailed": "Assertion that the user is logged in failed.",
1641 "apierror-autoblocked": "Your IP address has been blocked automatically, because it was used by a blocked user.",
1642 "apierror-badconfig-resulttoosmall": "The value of <code>$wgAPIMaxResultSize</code> on this wiki is too small to hold basic result information.",
1643 "apierror-badcontinue": "Invalid continue param. You should pass the original value returned by the previous query.",
1644 "apierror-baddiff": "The diff cannot be retrieved. One or both revisions do not exist or you do not have permission to view them.",
1645 "apierror-baddiffto": "<var>$1diffto</var> must be set to a non-negative number, <kbd>prev</kbd>, <kbd>next</kbd> or <kbd>cur</kbd>.",
1646 "apierror-badformat-generic": "The requested format $1 is not supported for content model $2.",
1647 "apierror-badformat": "The requested format $1 is not supported for content model $2 used by $3.",
1648 "apierror-badgenerator-notgenerator": "Module <kbd>$1</kbd> cannot be used as a generator.",
1649 "apierror-badgenerator-unknown": "Unknown <kbd>generator=$1</kbd>.",
1650 "apierror-badip": "IP parameter is not valid.",
1651 "apierror-badmd5": "The supplied MD5 hash was incorrect.",
1652 "apierror-badmodule-badsubmodule": "The module <kbd>$1</kbd> does not have a submodule \"$2\".",
1653 "apierror-badmodule-nosubmodules": "The module <kbd>$1</kbd> has no submodules.",
1654 "apierror-badparameter": "Invalid value for parameter <var>$1</var>.",
1655 "apierror-badquery": "Invalid query.",
1656 "apierror-badtimestamp": "Invalid value \"$2\" for timestamp parameter <var>$1</var>.",
1657 "apierror-badtoken": "Invalid CSRF token.",
1658 "apierror-badupload": "File upload parameter <var>$1</var> is not a file upload; be sure to use <code>multipart/form-data</code> for your POST and include a filename in the <code>Content-Disposition</code> header.",
1659 "apierror-badurl": "Invalid value \"$2\" for URL parameter <var>$1</var>.",
1660 "apierror-baduser": "Invalid value \"$2\" for user parameter <var>$1</var>.",
1661 "apierror-badvalue-notmultivalue": "U+001F multi-value separation may only be used for multi-valued parameters.",
1662 "apierror-bad-watchlist-token": "Incorrect watchlist token provided. Please set a correct token in [[Special:Preferences]].",
1663 "apierror-blockedfrommail": "You have been blocked from sending email.",
1664 "apierror-blocked": "You have been blocked from editing.",
1665 "apierror-botsnotsupported": "This interface is not supported for bots.",
1666 "apierror-cannot-async-upload-file": "The parameters <var>async</var> and <var>file</var> cannot be combined. If you want asynchronous processing of your uploaded file, first upload it to stash (using the <var>stash</var> parameter) and then publish the stashed file asynchronously (using <var>filekey</var> and <var>async</var>).",
1667 "apierror-cannotreauthenticate": "This action is not available as your identity cannot be verified.",
1668 "apierror-cannotviewtitle": "You are not allowed to view $1.",
1669 "apierror-cantblock-email": "You don't have permission to block users from sending email through the wiki.",
1670 "apierror-cantblock": "You don't have permission to block users.",
1671 "apierror-cantchangecontentmodel": "You don't have permission to change the content model of a page.",
1672 "apierror-canthide": "You don't have permission to hide user names from the block log.",
1673 "apierror-cantimport-upload": "You don't have permission to import uploaded pages.",
1674 "apierror-cantimport": "You don't have permission to import pages.",
1675 "apierror-cantoverwrite-sharedfile": "The target file exists on a shared repository and you do not have permission to override it.",
1676 "apierror-cantsend": "You are not logged in, you do not have a confirmed email address, or you are not allowed to send email to other users, so you cannot send email.",
1677 "apierror-cantundelete": "Couldn't undelete: the requested revisions may not exist, or may have been undeleted already.",
1678 "apierror-changeauth-norequest": "Failed to create change request.",
1679 "apierror-chunk-too-small": "Minimum chunk size is $1 {{PLURAL:$1|byte|bytes}} for non-final chunks.",
1680 "apierror-cidrtoobroad": "$1 CIDR ranges broader than /$2 are not accepted.",
1681 "apierror-compare-no-title": "Cannot pre-save transform without a title. Try specifying <var>fromtitle</var> or <var>totitle</var>.",
1682 "apierror-compare-nosuchfromsection": "There is no section $1 in the 'from' content.",
1683 "apierror-compare-nosuchtosection": "There is no section $1 in the 'to' content.",
1684 "apierror-compare-relative-to-nothing": "No 'from' revision for <var>torelative</var> to be relative to.",
1685 "apierror-contentserializationexception": "Content serialization failed: $1",
1686 "apierror-contenttoobig": "The content you supplied exceeds the article size limit of $1 {{PLURAL:$1|kilobyte|kilobytes}}.",
1687 "apierror-copyuploadbaddomain": "Uploads by URL are not allowed from this domain.",
1688 "apierror-copyuploadbadurl": "Upload not allowed from this URL.",
1689 "apierror-create-titleexists": "Existing titles can't be protected with <kbd>create</kbd>.",
1690 "apierror-csp-report": "Error processing CSP report: $1.",
1691 "apierror-databaseerror": "[$1] Database query error.",
1692 "apierror-deletedrevs-param-not-1-2": "The <var>$1</var> parameter cannot be used in modes 1 or 2.",
1693 "apierror-deletedrevs-param-not-3": "The <var>$1</var> parameter cannot be used in mode 3.",
1694 "apierror-emptynewsection": "Creating empty new sections is not possible.",
1695 "apierror-emptypage": "Creating new, empty pages is not allowed.",
1696 "apierror-exceptioncaught": "[$1] Exception caught: $2",
1697 "apierror-filedoesnotexist": "File does not exist.",
1698 "apierror-fileexists-sharedrepo-perm": "The target file exists on a shared repository. Use the <var>ignorewarnings</var> parameter to override it.",
1699 "apierror-filenopath": "Cannot get local file path.",
1700 "apierror-filetypecannotberotated": "File type cannot be rotated.",
1701 "apierror-formatphp": "This response cannot be represented using <kbd>format=php</kbd>. See https://phabricator.wikimedia.org/T68776.",
1702 "apierror-imageusage-badtitle": "The title for <kbd>$1</kbd> must be a file.",
1703 "apierror-import-unknownerror": "Unknown error on import: $1.",
1704 "apierror-integeroutofrange-abovebotmax": "<var>$1</var> may not be over $2 (set to $3) for bots or sysops.",
1705 "apierror-integeroutofrange-abovemax": "<var>$1</var> may not be over $2 (set to $3) for users.",
1706 "apierror-integeroutofrange-belowminimum": "<var>$1</var> may not be less than $2 (set to $3).",
1707 "apierror-invalidcategory": "The category name you entered is not valid.",
1708 "apierror-invalid-chunk": "Offset plus current chunk is greater than claimed file size.",
1709 "apierror-invalidexpiry": "Invalid expiry time \"$1\".",
1710 "apierror-invalid-file-key": "Not a valid file key.",
1711 "apierror-invalidlang": "Invalid language code for parameter <var>$1</var>.",
1712 "apierror-invalidoldimage": "The <var>oldimage</var> parameter has an invalid format.",
1713 "apierror-invalidparammix-cannotusewith": "The <kbd>$1</kbd> parameter cannot be used with <kbd>$2</kbd>.",
1714 "apierror-invalidparammix-mustusewith": "The <kbd>$1</kbd> parameter may only be used with <kbd>$2</kbd>.",
1715 "apierror-invalidparammix-parse-new-section": "<kbd>section=new</kbd> cannot be combined with the <var>oldid</var>, <var>pageid</var> or <var>page</var> parameters. Please use <var>title</var> and <var>text</var>.",
1716 "apierror-invalidparammix": "The {{PLURAL:$2|parameters}} $1 can not be used together.",
1717 "apierror-invalidsection": "The <var>section</var> parameter must be a valid section ID or <kbd>new</kbd>.",
1718 "apierror-invalidsha1base36hash": "The SHA1Base36 hash provided is not valid.",
1719 "apierror-invalidsha1hash": "The SHA1 hash provided is not valid.",
1720 "apierror-invalidtitle": "Bad title \"$1\".",
1721 "apierror-invalidurlparam": "Invalid value for <var>$1urlparam</var> (<kbd>$2=$3</kbd>).",
1722 "apierror-invaliduser": "Invalid username \"$1\".",
1723 "apierror-invaliduserid": "User ID <var>$1</var> is not valid.",
1724 "apierror-maxbytes": "Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|byte|bytes}}",
1725 "apierror-maxchars": "Parameter <var>$1</var> cannot be longer than $2 {{PLURAL:$2|character|characters}}",
1726 "apierror-maxlag-generic": "Waiting for a database server: $1 {{PLURAL:$1|second|seconds}} lagged.",
1727 "apierror-maxlag": "Waiting for $2: $1 {{PLURAL:$1|second|seconds}} lagged.",
1728 "apierror-mimesearchdisabled": "MIME search is disabled in Miser Mode.",
1729 "apierror-missingcontent-pageid": "Missing content for page ID $1.",
1730 "apierror-missingcontent-revid": "Missing content for revision ID $1.",
1731 "apierror-missingparam-at-least-one-of": "{{PLURAL:$2|The parameter|At least one of the parameters}} $1 is required.",
1732 "apierror-missingparam-one-of": "{{PLURAL:$2|The parameter|One of the parameters}} $1 is required.",
1733 "apierror-missingparam": "The <var>$1</var> parameter must be set.",
1734 "apierror-missingrev-pageid": "No current revision of page ID $1.",
1735 "apierror-missingrev-title": "No current revision of title $1.",
1736 "apierror-missingtitle-createonly": "Missing titles can only be protected with <kbd>create</kbd>.",
1737 "apierror-missingtitle": "The page you specified doesn't exist.",
1738 "apierror-missingtitle-byname": "The page $1 doesn't exist.",
1739 "apierror-moduledisabled": "The <kbd>$1</kbd> module has been disabled.",
1740 "apierror-multival-only-one-of": "{{PLURAL:$3|Only|Only one of}} $2 is allowed for parameter <var>$1</var>.",
1741 "apierror-multival-only-one": "Only one value is allowed for parameter <var>$1</var>.",
1742 "apierror-multpages": "<var>$1</var> may only be used with a single page.",
1743 "apierror-mustbeloggedin-changeauth": "You must be logged in to change authentication data.",
1744 "apierror-mustbeloggedin-generic": "You must be logged in.",
1745 "apierror-mustbeloggedin-linkaccounts": "You must be logged in to link accounts.",
1746 "apierror-mustbeloggedin-removeauth": "You must be logged in to remove authentication data.",
1747 "apierror-mustbeloggedin-uploadstash": "The upload stash is only available to logged-in users.",
1748 "apierror-mustbeloggedin": "You must be logged in to $1.",
1749 "apierror-mustbeposted": "The <kbd>$1</kbd> module requires a POST request.",
1750 "apierror-mustpostparams": "The following {{PLURAL:$2|parameter was|parameters were}} found in the query string, but must be in the POST body: $1.",
1751 "apierror-noapiwrite": "Editing of this wiki through the API is disabled. Make sure the <code>$wgEnableWriteAPI=true;</code> statement is included in the wiki's <code>LocalSettings.php</code> file.",
1752 "apierror-nochanges": "No changes were requested.",
1753 "apierror-nodeleteablefile": "No such old version of the file.",
1754 "apierror-no-direct-editing": "Direct editing via API is not supported for content model $1 used by $2.",
1755 "apierror-noedit-anon": "Anonymous users can't edit pages.",
1756 "apierror-noedit": "You don't have permission to edit pages.",
1757 "apierror-noimageredirect-anon": "Anonymous users can't create image redirects.",
1758 "apierror-noimageredirect": "You don't have permission to create image redirects.",
1759 "apierror-nosuchlogid": "There is no log entry with ID $1.",
1760 "apierror-nosuchpageid": "There is no page with ID $1.",
1761 "apierror-nosuchrcid": "There is no recent change with ID $1.",
1762 "apierror-nosuchrevid": "There is no revision with ID $1.",
1763 "apierror-nosuchsection": "There is no section $1.",
1764 "apierror-nosuchsection-what": "There is no section $1 in $2.",
1765 "apierror-nosuchuserid": "There is no user with ID $1.",
1766 "apierror-notarget": "You have not specified a valid target for this action.",
1767 "apierror-notpatrollable": "The revision r$1 can't be patrolled as it's too old.",
1768 "apierror-nouploadmodule": "No upload module set.",
1769 "apierror-offline": "Could not proceed due to network connectivity issues. Make sure you have a working internet connection and try again.",
1770 "apierror-opensearch-json-warnings": "Warnings cannot be represented in OpenSearch JSON format.",
1771 "apierror-pagecannotexist": "Namespace doesn't allow actual pages.",
1772 "apierror-pagedeleted": "The page has been deleted since you fetched its timestamp.",
1773 "apierror-pagelang-disabled": "Changing the language of a page is not allowed on this wiki.",
1774 "apierror-paramempty": "The parameter <var>$1</var> may not be empty.",
1775 "apierror-parsetree-notwikitext": "<kbd>prop=parsetree</kbd> is only supported for wikitext content.",
1776 "apierror-parsetree-notwikitext-title": "<kbd>prop=parsetree</kbd> is only supported for wikitext content. $1 uses content model $2.",
1777 "apierror-pastexpiry": "Expiry time \"$1\" is in the past.",
1778 "apierror-permissiondenied": "You don't have permission to $1.",
1779 "apierror-permissiondenied-generic": "Permission denied.",
1780 "apierror-permissiondenied-patrolflag": "You need the <code>patrol</code> or <code>patrolmarks</code> right to request the patrolled flag.",
1781 "apierror-permissiondenied-unblock": "You don't have permission to unblock users.",
1782 "apierror-prefixsearchdisabled": "Prefix search is disabled in Miser Mode.",
1783 "apierror-promised-nonwrite-api": "The <code>Promise-Non-Write-API-Action</code> HTTP header cannot be sent to write-mode API modules.",
1784 "apierror-protect-invalidaction": "Invalid protection type \"$1\".",
1785 "apierror-protect-invalidlevel": "Invalid protection level \"$1\".",
1786 "apierror-ratelimited": "You've exceeded your rate limit. Please wait some time and try again.",
1787 "apierror-readapidenied": "You need read permission to use this module.",
1788 "apierror-readonly": "The wiki is currently in read-only mode.",
1789 "apierror-reauthenticate": "You have not authenticated recently in this session, please reauthenticate.",
1790 "apierror-redirect-appendonly": "You have attempted to edit using the redirect-following mode, which must be used in conjuction with <kbd>section=new</kbd>, <var>prependtext</var>, or <var>appendtext</var>.",
1791 "apierror-revdel-mutuallyexclusive": "The same field cannot be used in both <var>hide</var> and <var>show</var>.",
1792 "apierror-revdel-needtarget": "A target title is required for this RevDel type.",
1793 "apierror-revdel-paramneeded": "At least one value is required for <var>hide</var> and/or <var>show</var>.",
1794 "apierror-revisions-badid": "No revision was found for parameter <var>$1</var>.",
1795 "apierror-revisions-norevids": "The <var>revids</var> parameter may not be used with the list options (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var>).",
1796 "apierror-revisions-singlepage": "<var>titles</var>, <var>pageids</var> or a generator was used to supply multiple pages, but the <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var> parameters may only be used on a single page.",
1797 "apierror-revwrongpage": "r$1 is not a revision of $2.",
1798 "apierror-searchdisabled": "<var>$1</var> search is disabled.",
1799 "apierror-sectionreplacefailed": "Could not merge updated section.",
1800 "apierror-sectionsnotsupported": "Sections are not supported for content model $1.",
1801 "apierror-sectionsnotsupported-what": "Sections are not supported by $1.",
1802 "apierror-show": "Incorrect parameter - mutually exclusive values may not be supplied.",
1803 "apierror-siteinfo-includealldenied": "Cannot view all servers' info unless <var>$wgShowHostNames</var> is true.",
1804 "apierror-sizediffdisabled": "Size difference is disabled in Miser Mode.",
1805 "apierror-spamdetected": "Your edit was refused because it contained a spam fragment: <code>$1</code>.",
1806 "apierror-specialpage-cantexecute": "You don't have permission to view the results of this special page.",
1807 "apierror-stashedfilenotfound": "Could not find the file in the stash: $1.",
1808 "apierror-stashedit-missingtext": "No stashed text found with the given hash.",
1809 "apierror-stashexception": "$1",
1810 "apierror-stashfailed-complete": "Chunked upload is already completed, check status for details.",
1811 "apierror-stashfailed-nosession": "No chunked upload session with this key.",
1812 "apierror-stashfilestorage": "Could not store upload in the stash: $1",
1813 "apierror-stashinvalidfile": "Invalid stashed file.",
1814 "apierror-stashnosuchfilekey": "No such filekey: $1.",
1815 "apierror-stashpathinvalid": "File key of improper format or otherwise invalid: $1.",
1816 "apierror-stashwrongowner": "Wrong owner: $1",
1817 "apierror-stashzerolength": "File is of zero length, and could not be stored in the stash: $1.",
1818 "apierror-systemblocked": "You have been blocked automatically by MediaWiki.",
1819 "apierror-templateexpansion-notwikitext": "Template expansion is only supported for wikitext content. $1 uses content model $2.",
1820 "apierror-timeout": "The server did not respond within the expected time.",
1821 "apierror-toofewexpiries": "$1 expiry {{PLURAL:$1|timestamp was|timestamps were}} provided where $2 {{PLURAL:$2|was|were}} needed.",
1822 "apierror-unknownaction": "The action specified, <kbd>$1</kbd>, is not recognized.",
1823 "apierror-unknownerror-editpage": "Unknown EditPage error: $1.",
1824 "apierror-unknownerror-nocode": "Unknown error.",
1825 "apierror-unknownerror": "Unknown error: \"$1\".",
1826 "apierror-unknownformat": "Unrecognized format \"$1\".",
1827 "apierror-unrecognizedparams": "Unrecognized {{PLURAL:$2|parameter|parameters}}: $1.",
1828 "apierror-unrecognizedvalue": "Unrecognized value for parameter <var>$1</var>: $2.",
1829 "apierror-unsupportedrepo": "Local file repository does not support querying all images.",
1830 "apierror-upload-filekeyneeded": "Must supply a <var>filekey</var> when <var>offset</var> is non-zero.",
1831 "apierror-upload-filekeynotallowed": "Cannot supply a <var>filekey</var> when <var>offset</var> is 0.",
1832 "apierror-upload-inprogress": "Upload from stash already in progress.",
1833 "apierror-upload-missingresult": "No result in status data.",
1834 "apierror-urlparamnormal": "Could not normalize image parameters for $1.",
1835 "apierror-writeapidenied": "You're not allowed to edit this wiki through the API.",
1836
1837 "apiwarn-alldeletedrevisions-performance": "For better performance when generating titles, set <kbd>$1dir=newer</kbd>.",
1838 "apiwarn-badurlparam": "Could not parse <var>$1urlparam</var> for $2. Using only width and height.",
1839 "apiwarn-badutf8": "The value passed for <var>$1</var> contains invalid or non-normalized data. Textual data should be valid, NFC-normalized Unicode without C0 control characters other than HT (\\t), LF (\\n), and CR (\\r).",
1840 "apiwarn-checktoken-percentencoding": "Check that symbols such as \"+\" in the token are properly percent-encoded in the URL.",
1841 "apiwarn-compare-nocontentmodel": "No content model could be determined, assuming $1.",
1842 "apiwarn-deprecation-deletedrevs": "<kbd>list=deletedrevs</kbd> has been deprecated. Please use <kbd>prop=deletedrevisions</kbd> or <kbd>list=alldeletedrevisions</kbd> instead.",
1843 "apiwarn-deprecation-expandtemplates-prop": "Because no values have been specified for the <var>prop</var> parameter, a legacy format has been used for the output. This format is deprecated, and in the future, a default value will be set for the <var>prop</var> parameter, causing the new format to always be used.",
1844 "apiwarn-deprecation-httpsexpected": "HTTP used when HTTPS was expected.",
1845 "apiwarn-deprecation-login-botpw": "Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To continue login with <kbd>action=login</kbd>, see [[Special:BotPasswords]]. To safely continue using main-account login, see <kbd>action=clientlogin</kbd>.",
1846 "apiwarn-deprecation-login-nobotpw": "Main-account login via <kbd>action=login</kbd> is deprecated and may stop working without warning. To safely log in, see <kbd>action=clientlogin</kbd>.",
1847 "apiwarn-deprecation-login-token": "Fetching a token via <kbd>action=login</kbd> is deprecated. Use <kbd>action=query&meta=tokens&type=login</kbd> instead.",
1848 "apiwarn-deprecation-parameter": "The parameter <var>$1</var> has been deprecated.",
1849 "apiwarn-deprecation-parse-headitems": "<kbd>prop=headitems</kbd> is deprecated since MediaWiki 1.28. Use <kbd>prop=headhtml</kbd> when creating new HTML documents, or <kbd>prop=modules|jsconfigvars</kbd> when updating a document client-side.",
1850 "apiwarn-deprecation-purge-get": "Use of <kbd>action=purge</kbd> via GET is deprecated. Use POST instead.",
1851 "apiwarn-deprecation-withreplacement": "<kbd>$1</kbd> has been deprecated. Please use <kbd>$2</kbd> instead.",
1852 "apiwarn-difftohidden": "Couldn't diff to r$1: content is hidden.",
1853 "apiwarn-errorprinterfailed": "Error printer failed. Will retry without params.",
1854 "apiwarn-errorprinterfailed-ex": "Error printer failed (will retry without params): $1",
1855 "apiwarn-invalidcategory": "\"$1\" is not a category.",
1856 "apiwarn-invalidtitle": "\"$1\" is not a valid title.",
1857 "apiwarn-invalidxmlstylesheetext": "Stylesheet should have <code>.xsl</code> extension.",
1858 "apiwarn-invalidxmlstylesheet": "Invalid or non-existent stylesheet specified.",
1859 "apiwarn-invalidxmlstylesheetns": "Stylesheet should be in the {{ns:MediaWiki}} namespace.",
1860 "apiwarn-moduleswithoutvars": "Property <kbd>modules</kbd> was set but not <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd>. Configuration variables are necessary for proper module usage.",
1861 "apiwarn-notfile": "\"$1\" is not a file.",
1862 "apiwarn-nothumb-noimagehandler": "Could not create thumbnail because $1 does not have an associated image handler.",
1863 "apiwarn-parse-nocontentmodel": "No <var>title</var> or <var>contentmodel</var> was given, assuming $1.",
1864 "apiwarn-parse-revidwithouttext": "<var>revid</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>oldid</var> instead of <var>revid</var>?",
1865 "apiwarn-parse-titlewithouttext": "<var>title</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>page</var> instead of <var>title</var>?",
1866 "apiwarn-redirectsandrevids": "Redirect resolution cannot be used together with the <var>revids</var> parameter. Any redirects the <var>revids</var> point to have not been resolved.",
1867 "apiwarn-tokennotallowed": "Action \"$1\" is not allowed for the current user.",
1868 "apiwarn-tokens-origin": "Tokens may not be obtained when the same-origin policy is not applied.",
1869 "apiwarn-toomanyvalues": "Too many values supplied for parameter <var>$1</var>. The limit is $2.",
1870 "apiwarn-truncatedresult": "This result was truncated because it would otherwise be larger than the limit of $1 bytes.",
1871 "apiwarn-unclearnowtimestamp": "Passing \"$2\" for timestamp parameter <var>$1</var> has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use <kbd>now</kbd>.",
1872 "apiwarn-unrecognizedvalues": "Unrecognized {{PLURAL:$3|value|values}} for parameter <var>$1</var>: $2.",
1873 "apiwarn-unsupportedarray": "Parameter <var>$1</var> uses unsupported PHP array syntax.",
1874 "apiwarn-urlparamwidth": "Ignoring width value set in <var>$1urlparam</var> ($2) in favor of width value derived from <var>$1urlwidth</var>/<var>$1urlheight</var> ($3).",
1875 "apiwarn-validationfailed-badchars": "invalid characters in key (only <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>_</code>, and <code>-</code> are allowed).",
1876 "apiwarn-validationfailed-badpref": "not a valid preference.",
1877 "apiwarn-validationfailed-cannotset": "cannot be set by this module.",
1878 "apiwarn-validationfailed-keytoolong": "key too long (no more than $1 bytes allowed).",
1879 "apiwarn-validationfailed": "Validation error for <kbd>$1</kbd>: $2",
1880 "apiwarn-wgDebugAPI": "<strong>Security Warning</strong>: <var>$wgDebugAPI</var> is enabled.",
1881
1882 "api-feed-error-title": "Error ($1)",
1883 "api-usage-docref": "See $1 for API usage.",
1884 "api-usage-mailinglist-ref": "Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce&gt; for notice of API deprecations and breaking changes.",
1885 "api-exception-trace": "$1 at $2($3)\n$4",
1886 "api-credits-header": "Credits",
1887 "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/."
1888 }