Merge "Add language name for aeb"
[lhc/web/wiklou.git] / includes / api / i18n / en.json
1 {
2 "@metadata": {
3 "authors": [
4 "Anomie"
5 ]
6 },
7
8 "apihelp-main-description": "<div class=\"hlist plainlinks api-main-links\">\n* [https://www.mediawiki.org/wiki/API:Main_page Documentation]\n* [https://www.mediawiki.org/wiki/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://bugzilla.wikimedia.org/buglist.cgi?component=API&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=bugs.delta_ts 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, a 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 https://www.mediawiki.org/wiki/API:Errors_and_warnings.",
9 "apihelp-main-param-action": "Which action to perform.",
10 "apihelp-main-param-format": "The format of the output.",
11 "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 \"maxlag\" is returned with a message like \"Waiting for $host: $lag seconds lagged\".<br />See https://www.mediawiki.org/wiki/Manual:Maxlag_parameter for more information.",
12 "apihelp-main-param-smaxage": "Set the s-maxage header to this many seconds. Errors are never cached.",
13 "apihelp-main-param-maxage": "Set the max-age header to this many seconds. Errors are never cached.",
14 "apihelp-main-param-assert": "Verify the user is logged in if set to \"user\", or has the bot userright if \"bot\".",
15 "apihelp-main-param-requestid": "Any value given here will be included in the response. May be used to distinguish requests.",
16 "apihelp-main-param-servedby": "Include the hostname that served the request in the results.",
17 "apihelp-main-param-curtimestamp": "Include the current timestamp in the result.",
18 "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). This must match one of the origins in the Origin: header exactly, so it has to be set to something like http://en.wikipedia.org or https://meta.wikimedia.org. If this parameter does not match the Origin: header, a 403 response will be returned. If this parameter matches the Origin: header and the origin is whitelisted, an Access-Control-Allow-Origin header will be set.",
19 "apihelp-main-param-uselang": "Language to use for message translations. A list of codes may be fetched from [[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]], or specify \"user\" to use the current user's language preference.",
20
21 "apihelp-block-description": "Block a user.",
22 "apihelp-block-param-user": "Username, IP address or IP range you want to block.",
23 "apihelp-block-param-expiry": "Expiry time. May be relative (e.g. \"5 months\" or \"2 weeks\") or absolute (e.g. \"2014-09-18T12:34:56Z\"). If set to \"infinite\", \"indefinite\" or \"never\", the block will never expire.",
24 "apihelp-block-param-reason": "Reason for block.",
25 "apihelp-block-param-anononly": "Block anonymous users only (i.e. disable anonymous edits for this IP).",
26 "apihelp-block-param-nocreate": "Prevent account creation.",
27 "apihelp-block-param-autoblock": "Automatically block the last used IP address, and any subsequent IP addresses they try to login from.",
28 "apihelp-block-param-noemail": "Prevent user from sending email through the wiki. (Requires the \"blockemail\" right).",
29 "apihelp-block-param-hidename": "Hide the username from the block log. (Requires the \"hideuser\" right).",
30 "apihelp-block-param-allowusertalk": "Allow the user to edit their own talk page (depends on $wgBlockAllowsUTEdit).",
31 "apihelp-block-param-reblock": "If the user is already blocked, overwrite the existing block.",
32 "apihelp-block-param-watchuser": "Watch the user's or IP's user and talk pages.",
33 "apihelp-block-example-ip-simple": "Block IP 192.0.2.5 for three days with reason \"First strike\"",
34 "apihelp-block-example-user-complex": "Block user Vandal indefinitely with reason \"Vandalism\", and prevent new account creation and email",
35
36 "apihelp-clearhasmsg-description": "Clears the hasmsg flag for current user.",
37 "apihelp-clearhasmsg-example-1": "Clear the hasmsg flag for current user",
38
39 "apihelp-compare-description": "Get the difference between 2 pages.\n\nYou must pass a revision number, a page title, or a page ID for both \"from\" and \"to\".",
40 "apihelp-compare-param-fromtitle": "First title to compare.",
41 "apihelp-compare-param-fromid": "First page ID to compare.",
42 "apihelp-compare-param-fromrev": "First revision to compare.",
43 "apihelp-compare-param-totitle": "Second title to compare.",
44 "apihelp-compare-param-toid": "Second page ID to compare.",
45 "apihelp-compare-param-torev": "Second revision to compare.",
46 "apihelp-compare-example-1": "Create a diff between revision 1 and 2",
47
48 "apihelp-createaccount-description": "Create a new user account.",
49 "apihelp-createaccount-param-name": "Username.",
50 "apihelp-createaccount-param-password": "Password (ignored if $1mailpassword is set).",
51 "apihelp-createaccount-param-domain": "Domain for external authentication (optional).",
52 "apihelp-createaccount-param-token": "Account creation token obtained in first request.",
53 "apihelp-createaccount-param-email": "Email address of user (optional).",
54 "apihelp-createaccount-param-realname": "Real name of user (optional).",
55 "apihelp-createaccount-param-mailpassword": "If set to any value, a random password will be emailed to the user.",
56 "apihelp-createaccount-param-reason": "Optional reason for creating the account to be put in the logs.",
57 "apihelp-createaccount-param-language": "Language code to set as default for the user (optional, defaults to content language).",
58 "apihelp-createaccount-example-pass": "Create user \"testuser\" with password \"test123\"",
59 "apihelp-createaccount-example-mail": "Create user \"testmailuser\" and email a randomly-generated password",
60
61 "apihelp-delete-description": "Delete a page.",
62 "apihelp-delete-param-title": "Title of the page you want to delete. Cannot be used together with $1pageid.",
63 "apihelp-delete-param-pageid": "Page ID of the page you want to delete. Cannot be used together with $1title.",
64 "apihelp-delete-param-reason": "Reason for the deletion. If not set, an automatically generated reason will be used.",
65 "apihelp-delete-param-watch": "Add the page to your watchlist.",
66 "apihelp-delete-param-watchlist": "Unconditionally add or remove the page from your watchlist, use preferences or do not change watch.",
67 "apihelp-delete-param-unwatch": "Remove the page from your watchlist.",
68 "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]].",
69 "apihelp-delete-example-simple": "Delete the Main Page",
70 "apihelp-delete-example-reason": "Delete the Main Page with the reason \"Preparing for move\"",
71
72 "apihelp-disabled-description": "This module has been disabled.",
73
74 "apihelp-edit-description": "Create and edit pages.",
75 "apihelp-edit-param-title": "Title of the page you want to edit. Cannot be used together with $1pageid.",
76 "apihelp-edit-param-pageid": "Page ID of the page you want to edit. Cannot be used together with $1title.",
77 "apihelp-edit-param-section": "Section number. 0 for the top section, \"new\" for a new section.",
78 "apihelp-edit-param-sectiontitle": "The title for a new section.",
79 "apihelp-edit-param-text": "Page content.",
80 "apihelp-edit-param-summary": "Edit summary. Also section title when $1section=new and $1sectiontitle is not set.",
81 "apihelp-edit-param-minor": "Minor edit.",
82 "apihelp-edit-param-notminor": "Non-minor edit.",
83 "apihelp-edit-param-bot": "Mark this edit as bot.",
84 "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]].",
85 "apihelp-edit-param-starttimestamp": "Timestamp when you began the editing process, used to detect edit conflicts. An appropriate value may be obtained using [[Special:ApiHelp/main|curtimestamp]] when beginning the edit process (e.g. when loading the page content to edit).",
86 "apihelp-edit-param-recreate": "Override any errors about the article having been deleted in the meantime.",
87 "apihelp-edit-param-createonly": "Don't edit the page if it exists already.",
88 "apihelp-edit-param-nocreate": "Throw an error if the page doesn't exist.",
89 "apihelp-edit-param-watch": "Add the page to your watchlist.",
90 "apihelp-edit-param-unwatch": "Remove the page from your watchlist.",
91 "apihelp-edit-param-watchlist": "Unconditionally add or remove the page from your watchlist, use preferences or do not change watch.",
92 "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.",
93 "apihelp-edit-param-prependtext": "Add this text to the beginning of the page. Overrides $1text.",
94 "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.",
95 "apihelp-edit-param-undo": "Undo this revision. Overrides $1text, $1prependtext and $1appendtext.",
96 "apihelp-edit-param-undoafter": "Undo all revisions from $1undo to this one. If not set, just undo one revision.",
97 "apihelp-edit-param-redirect": "Automatically resolve redirects.",
98 "apihelp-edit-param-contentformat": "Content serialization format used for the input text.",
99 "apihelp-edit-param-contentmodel": "Content model of the new content.",
100 "apihelp-edit-param-token": "The token should always be sent as the last parameter, or at least after the $1text parameter.",
101 "apihelp-edit-example-edit": "Edit a page",
102 "apihelp-edit-example-prepend": "Prepend _&#95;NOTOC_&#95; to a page",
103 "apihelp-edit-example-undo": "Undo revisions 13579 through 13585 with autosummary",
104
105 "apihelp-emailuser-description": "Email a user.",
106 "apihelp-emailuser-param-target": "User to send email to.",
107 "apihelp-emailuser-param-subject": "Subject header.",
108 "apihelp-emailuser-param-text": "Mail body.",
109 "apihelp-emailuser-param-ccme": "Send a copy of this mail to me.",
110 "apihelp-emailuser-example-email": "Send an email to the User \"WikiSysop\" with the text \"Content\"",
111
112 "apihelp-expandtemplates-description": "Expands all templates in wikitext.",
113 "apihelp-expandtemplates-param-title": "Title of page.",
114 "apihelp-expandtemplates-param-text": "Wikitext to convert.",
115 "apihelp-expandtemplates-param-prop": "Which pieces of information to get:\n;wikitext:The expanded wikitext.\n;categories:Any categories present in the input that are not represented in the wikitext output.\n;volatile:Whether the output is volatile and should not be reused elsewhere within the page.\n;ttl:The maximum time after which caches of the result should be invalidated.\n;parsetree:The XML parse tree of the input.\nNote that if no values are selected, the result will contain the wikitext, but the output will be in a deprecated format.",
116 "apihelp-expandtemplates-param-includecomments": "Whether to include HTML comments in the output.",
117 "apihelp-expandtemplates-param-generatexml": "Generate XML parse tree (replaced by $1prop=parsetree).",
118 "apihelp-expandtemplates-example-simple": "Expand the wikitext \"<nowiki>{{Project:Sandbox}}</nowiki>\"",
119
120 "apihelp-feedcontributions-description": "Returns a user contributions feed.",
121 "apihelp-feedcontributions-param-feedformat": "The format of the feed.",
122 "apihelp-feedcontributions-param-user": "What users to get the contributions for.",
123 "apihelp-feedcontributions-param-namespace": "Which namespace to filter the contributions by.",
124 "apihelp-feedcontributions-param-year": "From year (and earlier).",
125 "apihelp-feedcontributions-param-month": "From month (and earlier).",
126 "apihelp-feedcontributions-param-tagfilter": "Filter contributions that have these tags.",
127 "apihelp-feedcontributions-param-deletedonly": "Show only deleted contributions.",
128 "apihelp-feedcontributions-param-toponly": "Only show edits that are latest revisions.",
129 "apihelp-feedcontributions-param-newonly": "Only show edits that are page creations.",
130 "apihelp-feedcontributions-param-showsizediff": "Show the size difference between revisions.",
131 "apihelp-feedcontributions-example-simple": "Return contributions for [[User:Example]]",
132
133 "apihelp-feedrecentchanges-description": "Returns a recent changes feed.",
134 "apihelp-feedrecentchanges-param-feedformat": "The format of the feed.",
135 "apihelp-feedrecentchanges-param-namespace": "Namespace to limit the results to.",
136 "apihelp-feedrecentchanges-param-invert": "All namespaces but the selected one.",
137 "apihelp-feedrecentchanges-param-associated": "Include associated (talk or main) namespace.",
138 "apihelp-feedrecentchanges-param-days": "Days to limit the results to.",
139 "apihelp-feedrecentchanges-param-limit": "Maximum number of results to return.",
140 "apihelp-feedrecentchanges-param-from": "Show changes since then.",
141 "apihelp-feedrecentchanges-param-hideminor": "Hide minor changes.",
142 "apihelp-feedrecentchanges-param-hidebots": "Hide changes made by bots.",
143 "apihelp-feedrecentchanges-param-hideanons": "Hide changes made by anonymous users.",
144 "apihelp-feedrecentchanges-param-hideliu": "Hide changes made by registered users.",
145 "apihelp-feedrecentchanges-param-hidepatrolled": "Hide patrolled changes.",
146 "apihelp-feedrecentchanges-param-hidemyself": "Hide changes made by yourself.",
147 "apihelp-feedrecentchanges-param-tagfilter": "Filter by tag.",
148 "apihelp-feedrecentchanges-param-target": "Show only changes on pages linked from this page.",
149 "apihelp-feedrecentchanges-param-showlinkedto": "Show changes on pages linked to the selected page instead.",
150 "apihelp-feedrecentchanges-example-simple": "Show recent changes",
151 "apihelp-feedrecentchanges-example-30days": "Show recent changes for 30 days",
152
153 "apihelp-feedwatchlist-description": "Returns a watchlist feed.",
154 "apihelp-feedwatchlist-param-feedformat": "The format of the feed.",
155 "apihelp-feedwatchlist-param-hours": "List pages modified within this many hours from now.",
156 "apihelp-feedwatchlist-param-linktosections": "Link directly to changed sections if possible.",
157 "apihelp-feedwatchlist-example-default": "Show the watchlist feed",
158 "apihelp-feedwatchlist-example-all6hrs": "Show all changes to watched pages in the past 6 hours",
159
160 "apihelp-filerevert-description": "Revert a file to an old version.",
161 "apihelp-filerevert-param-filename": "Target filename, without the File: prefix.",
162 "apihelp-filerevert-param-comment": "Upload comment.",
163 "apihelp-filerevert-param-archivename": "Archive name of the revision to revert to.",
164 "apihelp-filerevert-example-revert": "Revert Wiki.png to the version of 2011-03-05T15:27:40Z",
165
166 "apihelp-help-description": "Display help for the specified modules.",
167 "apihelp-help-param-modules": "Modules to display help for (values of the action= and format= parameters, or \"main\"). Can specify submodules with a \"+\".",
168 "apihelp-help-param-submodules": "Include help for submodules of the named module.",
169 "apihelp-help-param-recursivesubmodules": "Include help for submodules recursively.",
170 "apihelp-help-param-helpformat": "Format of the help output.",
171 "apihelp-help-param-wrap": "Wrap the output in a standard API response structure.",
172 "apihelp-help-param-toc": "Include a table of contents in the HTML output.",
173 "apihelp-help-example-main": "Help for the main module",
174 "apihelp-help-example-recursive": "All help in one page",
175 "apihelp-help-example-help": "Help for the help module itself",
176 "apihelp-help-example-query": "Help for two query submodules",
177
178 "apihelp-imagerotate-description": "Rotate one or more images.",
179 "apihelp-imagerotate-param-rotation": "Degrees to rotate image clockwise.",
180 "apihelp-imagerotate-example-simple": "Rotate [[:File:Example.png]] by 90 degrees",
181 "apihelp-imagerotate-example-generator": "Rotate all images in [[:Category:Flip]] by 180 degrees",
182
183 "apihelp-import-description": "Import a page from another wiki, or an XML file.\n\nNote that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the \"xml\" parameter.",
184 "apihelp-import-param-summary": "Import summary.",
185 "apihelp-import-param-xml": "Uploaded XML file.",
186 "apihelp-import-param-interwikisource": "For interwiki imports: wiki to import from.",
187 "apihelp-import-param-interwikipage": "For interwiki imports: page to import.",
188 "apihelp-import-param-fullhistory": "For interwiki imports: import the full history, not just the current version.",
189 "apihelp-import-param-templates": "For interwiki imports: import all included templates as well.",
190 "apihelp-import-param-namespace": "For interwiki imports: import to this namespace.",
191 "apihelp-import-param-rootpage": "Import as subpage of this page.",
192 "apihelp-import-example-import": "Import [[meta:Help:Parserfunctions]] to namespace 100 with full history.",
193
194 "apihelp-login-description": "Log in and get authentication cookies.\n\nIn the event of a successful log-in, the needed cookies will be included in the HTTP response headers. In the event of a failed log-in, further attempts may be throttled to limit automated password guessing attacks.",
195 "apihelp-login-param-name": "User name.",
196 "apihelp-login-param-password": "Password.",
197 "apihelp-login-param-domain": "Domain (optional).",
198 "apihelp-login-param-token": "Login token obtained in first request.",
199 "apihelp-login-example-gettoken": "Retrieve a login token",
200 "apihelp-login-example-login": "Log in",
201
202 "apihelp-logout-description": "Log out and clear session data.",
203 "apihelp-logout-example-logout": "Log the current user out",
204
205 "apihelp-move-description": "Move a page.",
206 "apihelp-move-param-from": "Title of the page you want to move. Cannot be used together with $1fromid.",
207 "apihelp-move-param-fromid": "Page ID of the page you want to move. Cannot be used together with $1from.",
208 "apihelp-move-param-to": "Title you want to rename the page to.",
209 "apihelp-move-param-reason": "Reason for the move.",
210 "apihelp-move-param-movetalk": "Move the talk page, if it exists.",
211 "apihelp-move-param-movesubpages": "Move subpages, if applicable.",
212 "apihelp-move-param-noredirect": "Don't create a redirect.",
213 "apihelp-move-param-watch": "Add the page and the redirect to your watchlist.",
214 "apihelp-move-param-unwatch": "Remove the page and the redirect from your watchlist.",
215 "apihelp-move-param-watchlist": "Unconditionally add or remove the page from your watchlist, use preferences or do not change watch.",
216 "apihelp-move-param-ignorewarnings": "Ignore any warnings.",
217 "apihelp-move-example-move": "Move \"Badtitle\" to \"Goodtitle\" without leaving a redirect",
218
219 "apihelp-opensearch-description": "Search the wiki using the OpenSearch protocol.",
220 "apihelp-opensearch-param-search": "Search string.",
221 "apihelp-opensearch-param-limit": "Maximum number of results to return.",
222 "apihelp-opensearch-param-namespace": "Namespaces to search.",
223 "apihelp-opensearch-param-suggest": "Do nothing if [https://www.mediawiki.org/wiki/Manual:$wgEnableOpenSearchSuggest $wgEnableOpenSearchSuggest] is false.",
224 "apihelp-opensearch-param-format": "The format of the output.",
225 "apihelp-opensearch-example-te": "Find pages beginning with \"Te\"",
226
227 "apihelp-options-description": "Change preferences of the current user.\n\nOnly options which are registered in core or in one of installed extensions, or options with keys prefixed with \"userjs-\" (intended to be used by user scripts), can be set.",
228 "apihelp-options-param-reset": "Resets preferences to the site defaults.",
229 "apihelp-options-param-resetkinds": "List of types of options to reset when the \"$1reset\" option is set.",
230 "apihelp-options-param-change": "List of changes, formatted name=value (e.g. skin=vector). Value cannot contain pipe characters. If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value.",
231 "apihelp-options-param-optionname": "A name of a option which should be set to the value given by \"$1optionvalue\".",
232 "apihelp-options-param-optionvalue": "A value of the option specified by \"$1optionname\", can contain pipe characters.",
233 "apihelp-options-example-reset": "Reset all preferences",
234 "apihelp-options-example-change": "Change \"skin\" and \"hideminor\" preferences",
235 "apihelp-options-example-complex": "Reset all preferences, then set \"skin\" and \"nickname\"",
236
237 "apihelp-paraminfo-description": "Obtain information about API modules.",
238 "apihelp-paraminfo-param-modules": "List of module names (values of the action= and format= parameters, or \"main\"). Can specify submodules with a \"+\".",
239 "apihelp-paraminfo-param-helpformat": "Format of help strings.",
240 "apihelp-paraminfo-param-querymodules": "List of query module names (value of prop=, meta= or list= parameter). Use \"$1modules=query+foo\" instead of \"$1querymodules=foo\".",
241 "apihelp-paraminfo-param-mainmodule": "Get information about the main (top-level) module as well. Use \"$1modules=main\" instead.",
242 "apihelp-paraminfo-param-pagesetmodule": "Get information about the pageset module (providing titles= and friends) as well.",
243 "apihelp-paraminfo-param-formatmodules": "List of format module names (value of format= parameter). Use \"$1modules\" instead.",
244 "apihelp-paraminfo-example-1": "Show info for [[Special:ApiHelp/parse|action=parse]], [[Special:ApiHelp/jsonfm|format=jsonfm]], [[Special:ApiHelp/query+allpages|action=query&list=allpages]], and [[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]",
245
246 "apihelp-parse-description": "Parses content and returns parser output.\n\nSee the various prop-modules of [[Special:ApiHelp/query|action=query]] 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 $1page, $1pageid, or $1oldid.\n# Specify content explicitly, using $1text, $1title, and $1contentmodel.\n# Specify only a summary to parse. $1prop should be given an empty value.",
247 "apihelp-parse-param-title": "Title of page the text belongs to. If omitted, $1contentmodel must be specified, and \"[[API]]\" will be used as the title.",
248 "apihelp-parse-param-text": "Text to parse. Use $1title or $1contentmodel to control the content model.",
249 "apihelp-parse-param-summary": "Summary to parse.",
250 "apihelp-parse-param-page": "Parse the content of this page. Cannot be used together with $1text and $1title.",
251 "apihelp-parse-param-pageid": "Parse the content of this page. Overrides $1page.",
252 "apihelp-parse-param-redirects": "If the $1page or the $1pageid parameter is set to a redirect, resolve it.",
253 "apihelp-parse-param-oldid": "Parse the content of this revision. Overrides $1page and $1pageid.",
254 "apihelp-parse-param-prop": "Which pieces of information to get:\n;text:Gives the parsed text of the wikitext.\n;langlinks:Gives the language links in the parsed wikitext.\n;categories:Gives the categories in the parsed wikitext.\n;categorieshtml:Gives the HTML version of the categories.\n;links:Gives the internal links in the parsed wikitext.\n;templates:Gives the templates in the parsed wikitext.\n;images:Gives the images in the parsed wikitext.\n;externallinks:Gives the external links in the parsed wikitext.\n;sections:Gives the sections in the parsed wikitext.\n;revid:Adds the revision ID of the parsed page.\n;displaytitle:Adds the title of the parsed wikitext.\n;headitems:Gives items to put in the &lt;head&gt; of the page.\n;headhtml:Gives parsed &lt;head&gt; of the page.\n;modules:Gives the ResourceLoader modules used on the page.\n;indicators:Gives the HTML of page status indicators used on the page.\n;iwlinks:Gives interwiki links in the parsed wikitext.\n;wikitext:Gives the original wikitext that was parsed.\n;properties:Gives various properties defined in the parsed wikitext.\n;limitreportdata:Gives the limit report in a structured way. Gives no data, when $1disablepp is set.\n;limitreporthtml:Gives the HTML version of the limit report. Gives no data, when $1disablepp is set.",
255 "apihelp-parse-param-pst": "Do a pre-save transform on the input before parsing it. Only valid when used with text.",
256 "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 $1text.",
257 "apihelp-parse-param-effectivelanglinks": "Includes language links supplied by extensions (for use with $1prop=langlinks).",
258 "apihelp-parse-param-section": "Only retrieve the content of this section number.",
259 "apihelp-parse-param-disablepp": "Disable the PP Report from the parser output.",
260 "apihelp-parse-param-disableeditsection": "Disable edit section links from the parser output.",
261 "apihelp-parse-param-generatexml": "Generate XML parse tree (requires content model \"$1\").",
262 "apihelp-parse-param-preview": "Parse in preview mode.",
263 "apihelp-parse-param-sectionpreview": "Parse in section preview mode (enables preview mode too).",
264 "apihelp-parse-param-disabletoc": "Disable table of contents in output.",
265 "apihelp-parse-param-contentformat": "Content serialization format used for the input text. Only valid when used with $1text.",
266 "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.",
267 "apihelp-parse-example-page": "Parse a page.",
268 "apihelp-parse-example-text": "Parse wikitext.",
269 "apihelp-parse-example-texttitle": "Parse wikitext, specifying the page title.",
270 "apihelp-parse-example-summary": "Parse a summary.",
271
272 "apihelp-patrol-description": "Patrol a page or revision.",
273 "apihelp-patrol-param-rcid": "Recentchanges ID to patrol.",
274 "apihelp-patrol-param-revid": "Revision ID to patrol.",
275 "apihelp-patrol-example-rcid": "Patrol a recent change",
276 "apihelp-patrol-example-revid": "Patrol a revision",
277
278 "apihelp-protect-description": "Change the protection level of a page.",
279 "apihelp-protect-param-title": "Title of the page to (un)protect. Cannot be used together with $1pageid.",
280 "apihelp-protect-param-pageid": "ID of the page to (un)protect. Cannot be used together with $1title.",
281 "apihelp-protect-param-protections": "List of protection levels, formatted action=level (e.g. edit=sysop).\n\n'''NOTE:''' Any actions not listed will have restrictions removed.",
282 "apihelp-protect-param-expiry": "Expiry timestamps. If only one timestamp is set, it'll be used for all protections. Use \"infinite\", \"indefinite\", \"infinity\" or \"never\", for a never-expiring protection.",
283 "apihelp-protect-param-reason": "Reason for (un)protecting.",
284 "apihelp-protect-param-cascade": "Enable cascading protection (i.e. protect pages included in this page). Ignored if all protection levels given do not support cascading.",
285 "apihelp-protect-param-watch": "If set, add the page being (un)protected to your watchlist.",
286 "apihelp-protect-param-watchlist": "Unconditionally add or remove the page from your watchlist, use preferences or do not change watch.",
287 "apihelp-protect-example-protect": "Protect a page",
288 "apihelp-protect-example-unprotect": "Unprotect a page by setting restrictions to \"all\"",
289 "apihelp-protect-example-unprotect2": "Unprotect a page by setting no restrictions",
290
291 "apihelp-purge-description": "Purge the cache for the given titles.\n\nRequires a POST request if the user is not logged in.",
292 "apihelp-purge-param-forcelinkupdate": "Update the links tables.",
293 "apihelp-purge-param-forcerecursivelinkupdate": "Update the links table, and update the links tables for any page that uses this page as a template.",
294 "apihelp-purge-example-simple": "Purge the \"Main Page\" and the \"API\" page",
295 "apihelp-purge-example-generator": "Purge the first 10 pages in the main namespace",
296
297 "apihelp-query-description": "Fetch data from and about MediaWiki.\n\nAll data modifications will first have to use query to acquire a token to prevent abuse from malicious sites.",
298 "apihelp-query-param-prop": "Which properties to get for the queried pages.",
299 "apihelp-query-param-list": "Which lists to get.",
300 "apihelp-query-param-meta": "Which metadata to get.",
301 "apihelp-query-param-indexpageids": "Include an additional pageids section listing all returned page IDs.",
302 "apihelp-query-param-export": "Export the current revisions of all given or generated pages.",
303 "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.",
304 "apihelp-query-param-iwurl": "Whether to get the full URL if the title is an interwiki link.",
305 "apihelp-query-param-continue": "When present, formats query-continue as key-value pairs that should simply be merged into the original request. This parameter must be set to an empty string in the initial query.\n\nThis parameter is recommended for all new development, and will be made default in the next API version.",
306 "apihelp-query-param-rawcontinue": "Currently ignored. In the future, \"$1continue=\" will become the default and this will be needed to receive the raw query-continue data.",
307 "apihelp-query-example-revisions": "Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of the Main Page",
308 "apihelp-query-example-allpages": "Fetch revisions of pages beginning with \"API/\"",
309
310 "apihelp-query+allcategories-description": "Enumerate all categories.",
311 "apihelp-query+allcategories-param-from": "The category to start enumerating from.",
312 "apihelp-query+allcategories-param-to": "The category to stop enumerating at.",
313 "apihelp-query+allcategories-param-prefix": "Search for all category titles that begin with this value.",
314 "apihelp-query+allcategories-param-dir": "Direction to sort in.",
315 "apihelp-query+allcategories-param-min": "Only return categories with at least this many members.",
316 "apihelp-query+allcategories-param-max": "Only return categories with at most this many members.",
317 "apihelp-query+allcategories-param-limit": "How many categories to return.",
318 "apihelp-query+allcategories-param-prop": "Which properties to get:\n;size:Adds number of pages in the category.\n;hidden:Tags categories that are hidden with _&#95;HIDDENCAT_&#95;.",
319 "apihelp-query+allcategories-example-size": "List categories with information on the number of pages in each",
320 "apihelp-query+allcategories-example-generator": "Retrieve info about the category page itself for categories beginning \"List\"",
321
322 "apihelp-query+allfileusages-description": "List all file usages, including non-existing.",
323 "apihelp-query+allfileusages-param-from": "The title of the file to start enumerating from.",
324 "apihelp-query+allfileusages-param-to": "The title of the file to stop enumerating at.",
325 "apihelp-query+allfileusages-param-prefix": "Search for all file titles that begin with this value.",
326 "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.",
327 "apihelp-query+allfileusages-param-prop": "Which pieces of information to include:\n;ids:Adds the pageid of the using page (cannot be used with $1unique).\n;title:Adds the title of the file.",
328 "apihelp-query+allfileusages-param-limit": "How many total items to return.",
329 "apihelp-query+allfileusages-param-dir": "The direction in which to list.",
330 "apihelp-query+allfileusages-example-B": "List file titles, including missing ones, with page ids they are from, starting at B",
331 "apihelp-query+allfileusages-example-unique": "List unique file titles",
332 "apihelp-query+allfileusages-example-unique-generator": "Gets all file titles, marking the missing ones",
333 "apihelp-query+allfileusages-example-generator": "Gets pages containing the files",
334
335 "apihelp-query+allimages-description": "Enumerate all images sequentially.",
336 "apihelp-query+allimages-param-sort": "Property to sort by.",
337 "apihelp-query+allimages-param-dir": "The direction in which to list.",
338 "apihelp-query+allimages-param-from": "The image title to start enumerating from. Can only be used with $1sort=name.",
339 "apihelp-query+allimages-param-to": "The image title to stop enumerating at. Can only be used with $1sort=name.",
340 "apihelp-query+allimages-param-start": "The timestamp to start enumerating from. Can only be used with $1sort=timestamp.",
341 "apihelp-query+allimages-param-end": "The timestamp to end enumerating. Can only be used with $1sort=timestamp.",
342 "apihelp-query+allimages-param-prop": "Which image information to get:\n;timestamp:Adds timestamp for the uploaded version.\n;user:Adds the user who uploaded the image version.\n;userid:Add the user ID that uploaded the image version.\n;comment:Comment on the version.\n;parsedcomment:Parse the comment on the version.\n;canonicaltitle:Adds the canonical title of the image file.\n;url:Gives URL to the image and the description page.\n;size:Adds the size of the image in bytes and the height, width and page count (if applicable).\n;dimensions:Alias for size.\n;sha1:Adds SHA-1 hash for the image.\n;mime:Adds MIME type of the image.\n;mediatype:Adds the media type of the image.\n;metadata:Lists Exif metadata for the version of the image.\n;commonmetadata:Lists file format generic metadata for the version of the image.\n;extmetadata:Lists formatted metadata combined from multiple sources. Results are HTML formatted.\n;bitdepth:Adds the bit depth of the version.",
343 "apihelp-query+allimages-param-prefix": "Search for all image titles that begin with this value. Can only be used with $1sort=name.",
344 "apihelp-query+allimages-param-minsize": "Limit to images with at least this many bytes.",
345 "apihelp-query+allimages-param-maxsize": "Limit to images with at most this many bytes.",
346 "apihelp-query+allimages-param-sha1": "SHA1 hash of image. Overrides $1sha1base36.",
347 "apihelp-query+allimages-param-sha1base36": "SHA1 hash of image in base 36 (used in MediaWiki).",
348 "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.",
349 "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.",
350 "apihelp-query+allimages-param-mime": "What MIME type to search for. e.g. image/jpeg.",
351 "apihelp-query+allimages-param-limit": "How many images in total to return.",
352 "apihelp-query+allimages-example-B": "Show a list of files starting at the letter \"B\"",
353 "apihelp-query+allimages-example-recent": "Show a list of recently uploaded files similar to [[Special:NewFiles]]",
354 "apihelp-query+allimages-example-generator": "Show info about 4 files starting at the letter \"T\"",
355
356 "apihelp-query+alllinks-description": "Enumerate all links that point to a given namespace.",
357 "apihelp-query+alllinks-param-from": "The title of the link to start enumerating from.",
358 "apihelp-query+alllinks-param-to": "The title of the link to stop enumerating at.",
359 "apihelp-query+alllinks-param-prefix": "Search for all linked titles that begin with this value.",
360 "apihelp-query+alllinks-param-unique": "Only show distinct linked titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.",
361 "apihelp-query+alllinks-param-prop": "Which pieces of information to include:\n;ids:Adds the pageid of the linking page (cannot be used with $1unique).\n;title:Adds the title of the link.",
362 "apihelp-query+alllinks-param-namespace": "The namespace to enumerate.",
363 "apihelp-query+alllinks-param-limit": "How many total items to return.",
364 "apihelp-query+alllinks-param-dir": "The direction in which to list.",
365 "apihelp-query+alllinks-example-B": "List linked titles, including missing ones, with page ids they are from, starting at B",
366 "apihelp-query+alllinks-example-unique": "List unique linked titles",
367 "apihelp-query+alllinks-example-unique-generator": "Gets all linked titles, marking the missing ones",
368 "apihelp-query+alllinks-example-generator": "Gets pages containing the links",
369
370 "apihelp-query+allmessages-description": "Return messages from this site.",
371 "apihelp-query+allmessages-param-messages": "Which messages to output. \"*\" (default) means all messages.",
372 "apihelp-query+allmessages-param-prop": "Which properties to get.",
373 "apihelp-query+allmessages-param-enableparser": "Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).",
374 "apihelp-query+allmessages-param-nocontent": "If set, do not include the content of the messages in the output.",
375 "apihelp-query+allmessages-param-includelocal": "Also include local messages, i.e. messages that don't exist in the software but do exist as a MediaWiki: page.\nThis lists all MediaWiki: pages, so it will also list those that aren't really messages such as [[MediaWiki:Common.js|Common.js]].",
376 "apihelp-query+allmessages-param-args": "Arguments to be substituted into message.",
377 "apihelp-query+allmessages-param-filter": "Return only messages with names that contain this string.",
378 "apihelp-query+allmessages-param-customised": "Return only messages in this customisation state.",
379 "apihelp-query+allmessages-param-lang": "Return messages in this language.",
380 "apihelp-query+allmessages-param-from": "Return messages starting at this message.",
381 "apihelp-query+allmessages-param-to": "Return messages ending at this message.",
382 "apihelp-query+allmessages-param-title": "Page name to use as context when parsing message (for $1enableparser option).",
383 "apihelp-query+allmessages-param-prefix": "Return messages with this prefix.",
384 "apihelp-query+allmessages-example-ipb": "Show messages starting with \"ipb-\"",
385 "apihelp-query+allmessages-example-de": "Show messages \"august\" and \"mainpage\" in German",
386
387 "apihelp-query+allpages-description": "Enumerate all pages sequentially in a given namespace.",
388 "apihelp-query+allpages-param-from": "The page title to start enumerating from.",
389 "apihelp-query+allpages-param-to": "The page title to stop enumerating at.",
390 "apihelp-query+allpages-param-prefix": "Search for all page titles that begin with this value.",
391 "apihelp-query+allpages-param-namespace": "The namespace to enumerate.",
392 "apihelp-query+allpages-param-filterredir": "Which pages to list.",
393 "apihelp-query+allpages-param-minsize": "Limit to pages with at least this many bytes.",
394 "apihelp-query+allpages-param-maxsize": "Limit to pages with at most this many bytes.",
395 "apihelp-query+allpages-param-prtype": "Limit to protected pages only.",
396 "apihelp-query+allpages-param-prlevel": "Filter protections based on protection level (must be used with $1prtype= parameter).",
397 "apihelp-query+allpages-param-prfiltercascade": "Filter protections based on cascadingness (ignored when $1prtype isn't set).",
398 "apihelp-query+allpages-param-limit": "How many total pages to return.",
399 "apihelp-query+allpages-param-dir": "The direction in which to list.",
400 "apihelp-query+allpages-param-filterlanglinks": "Filter based on whether a page has langlinks. Note that this may not consider langlinks added by extensions.",
401 "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.",
402 "apihelp-query+allpages-example-B": "Show a list of pages starting at the letter \"B\"",
403 "apihelp-query+allpages-example-generator": "Show info about 4 pages starting at the letter \"T\"",
404 "apihelp-query+allpages-example-generator-revisions": "Show content of first 2 non-redirect pages beginning at \"Re\"",
405
406 "apihelp-query+allredirects-description": "List all redirects to a namespace.",
407 "apihelp-query+allredirects-param-from": "The title of the redirect to start enumerating from.",
408 "apihelp-query+allredirects-param-to": "The title of the redirect to stop enumerating at.",
409 "apihelp-query+allredirects-param-prefix": "Search for all target pages that begin with this value.",
410 "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.",
411 "apihelp-query+allredirects-param-prop": "Which pieces of information to include:\n;ids:Adds the pageid of the redirecting page (cannot be used with $1unique).\n;title:Adds the title of the redirect.\n;fragment:Adds the fragment from the redirect, if any (cannot be used with $1unique).\n;interwiki:Adds the interwiki prefix from the redirect, if any (cannot be used with $1unique).",
412 "apihelp-query+allredirects-param-namespace": "The namespace to enumerate.",
413 "apihelp-query+allredirects-param-limit": "How many total items to return.",
414 "apihelp-query+allredirects-param-dir": "The direction in which to list.",
415 "apihelp-query+allredirects-example-B": "List target pages, including missing ones, with page ids they are from, starting at B",
416 "apihelp-query+allredirects-example-unique": "List unique target pages",
417 "apihelp-query+allredirects-example-unique-generator": "Gets all target pages, marking the missing ones",
418 "apihelp-query+allredirects-example-generator": "Gets pages containing the redirects",
419
420 "apihelp-query+alltransclusions-description": "List all transclusions (pages embedded using &#123;&#123;x&#125;&#125;), including non-existing.",
421 "apihelp-query+alltransclusions-param-from": "The title of the transclusion to start enumerating from.",
422 "apihelp-query+alltransclusions-param-to": "The title of the transclusion to stop enumerating at.",
423 "apihelp-query+alltransclusions-param-prefix": "Search for all transcluded titles that begin with this value.",
424 "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.",
425 "apihelp-query+alltransclusions-param-prop": "Which pieces of information to include:\n;ids:Adds the pageid of the transcluding page (cannot be used with $1unique).\n;title:Adds the title of the transclusion.",
426 "apihelp-query+alltransclusions-param-namespace": "The namespace to enumerate.",
427 "apihelp-query+alltransclusions-param-limit": "How many total items to return.",
428 "apihelp-query+alltransclusions-param-dir": "The direction in which to list.",
429 "apihelp-query+alltransclusions-example-B": "List transcluded titles, including missing ones, with page ids they are from, starting at B",
430 "apihelp-query+alltransclusions-example-unique": "List unique transcluded titles",
431 "apihelp-query+alltransclusions-example-unique-generator": "Gets all transcluded titles, marking the missing ones",
432 "apihelp-query+alltransclusions-example-generator": "Gets pages containing the transclusions",
433
434 "apihelp-query+allusers-description": "Enumerate all registered users.",
435 "apihelp-query+allusers-param-from": "The user name to start enumerating from.",
436 "apihelp-query+allusers-param-to": "The user name to stop enumerating at.",
437 "apihelp-query+allusers-param-prefix": "Search for all users that begin with this value.",
438 "apihelp-query+allusers-param-dir": "Direction to sort in.",
439 "apihelp-query+allusers-param-group": "Only include users in the given groups.",
440 "apihelp-query+allusers-param-excludegroup": "Exclude users in the given groups.",
441 "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.",
442 "apihelp-query+allusers-param-prop": "Which pieces of information to include:\n;blockinfo:Adds the information about a current block on the user.\n;groups:Lists groups that the user is in. This uses more server resources and may return fewer results than the limit.\n;implicitgroups:Lists all the groups the user is automatically in.\n;rights:Lists rights that the user has.\n;editcount:Adds the edit count of the user.\n;registration:Adds the timestamp of when the user registered if available (may be blank).",
443 "apihelp-query+allusers-param-limit": "How many total user names to return.",
444 "apihelp-query+allusers-param-witheditsonly": "Only list users who have made edits.",
445 "apihelp-query+allusers-param-activeusers": "Only list users active in the last $1 {{PLURAL:$1|day|days}}.",
446 "apihelp-query+allusers-example-Y": "List users starting at Y",
447
448 "apihelp-query+backlinks-description": "Find all pages that link to the given page.",
449 "apihelp-query+backlinks-param-title": "Title to search. Cannot be used together with $1pageid.",
450 "apihelp-query+backlinks-param-pageid": "Pageid to search. Cannot be used together with $1title.",
451 "apihelp-query+backlinks-param-namespace": "The namespace to enumerate.",
452 "apihelp-query+backlinks-param-dir": "The direction in which to list.",
453 "apihelp-query+backlinks-param-filterredir": "How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level.",
454 "apihelp-query+backlinks-param-limit": "How many total pages to return. If $1redirect is enabled, limit applies to each level separately (which means you may get up to 2 * limit results).",
455 "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.",
456 "apihelp-query+backlinks-example-simple": "Show links to [[Main page]]",
457 "apihelp-query+backlinks-example-generator": "Get information about pages linking to [[Main page]]",
458
459 "apihelp-query+blocks-description": "List all blocked users and IP addresses.",
460 "apihelp-query+blocks-param-start": "The timestamp to start enumerating from.",
461 "apihelp-query+blocks-param-end": "The timestamp to stop enumerating at.",
462 "apihelp-query+blocks-param-ids": "List of block IDs to list (optional).",
463 "apihelp-query+blocks-param-users": "List of users to search for (optional).",
464 "apihelp-query+blocks-param-ip": "Get all blocks applying to this IP or CIDR range, including range blocks.\nCannot be used together with $3users. CIDR ranges broader than IPv4/$1 or IPv6/$2 are not accepted.",
465 "apihelp-query+blocks-param-limit": "The maximum number of blocks to list.",
466 "apihelp-query+blocks-param-prop": "Which properties to get:\n;id:Adds the ID of the block.\n;user:Adds the username of the blocked user.\n;userid:Adds the user ID of the blocked user.\n;by:Adds the username of the blocking user.\n;byid:Adds the user ID of the blocking user.\n;timestamp:Adds the timestamp of when the block was given.\n;expiry:Adds the timestamp of when the block expires.\n;reason:Adds the reason given for the block.\n;range:Adds the range of IPs affected by the block.\n;flags:Tags the ban with (autoblock, anononly, etc.).",
467 "apihelp-query+blocks-param-show": "Show only items that meet these criteria.\nFor example, to see only indefinite blocks on IPs, set $1show=ip|!temp.",
468 "apihelp-query+blocks-example-simple": "List blocks",
469 "apihelp-query+blocks-example-users": "List blocks of users Alice and Bob",
470
471 "apihelp-query+categories-description": "List all categories the pages belong to.",
472 "apihelp-query+categories-param-prop": "Which additional properties to get for each category:\n;sortkey:Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category.\n;timestamp:Adds timestamp of when the category was added.\n;hidden:Tags categories that are hidden with _&#95;HIDDENCAT_&#95;.",
473 "apihelp-query+categories-param-show": "Which kind of categories to show.",
474 "apihelp-query+categories-param-limit": "How many categories to return.",
475 "apihelp-query+categories-param-categories": "Only list these categories. Useful for checking whether a certain page is in a certain category.",
476 "apihelp-query+categories-param-dir": "The direction in which to list.",
477 "apihelp-query+categories-example-simple": "Get a list of categories [[Albert Einstein]] belongs to",
478 "apihelp-query+categories-example-generator": "Get information about all categories used in the [[Albert Einstein]]",
479
480 "apihelp-query+categoryinfo-description": "Returns information about the given categories.",
481 "apihelp-query+categoryinfo-example-simple": "Get information about [[:Category:Foo]] and [[:Category:Bar]]",
482
483 "apihelp-query+categorymembers-description": "List all pages in a given category.",
484 "apihelp-query+categorymembers-param-title": "Which category to enumerate (required). Must include the \"Category:\" prefix. Cannot be used together with $1pageid.",
485 "apihelp-query+categorymembers-param-pageid": "Page ID of the category to enumerate. Cannot be used together with $1title.",
486 "apihelp-query+categorymembers-param-prop": "Which pieces of information to include:\n;ids:Adds the page ID.\n;title:Adds the title and namespace ID of the page.\n;sortkey:Adds the sortkey used for sorting in the category (hexadecimal string).\n;sortkeyprefix:Adds the sortkey prefix used for sorting in the category (human-readable part of the sortkey).\n;type:Adds the type that the page has been categorised as (page, subcat or file).\n;timestamp:Adds the timestamp of when the page was included.",
487 "apihelp-query+categorymembers-param-namespace": "Only include pages in these namespaces. Note that $1type=subcat or $1type=file may be used instead of $1namespace=14 or 6.",
488 "apihelp-query+categorymembers-param-type": "Which type of category members to include. Ignored when $1sort=timestamp is set.",
489 "apihelp-query+categorymembers-param-limit": "The maximum number of pages to return.",
490 "apihelp-query+categorymembers-param-sort": "Property to sort by.",
491 "apihelp-query+categorymembers-param-dir": "In which direction to sort.",
492 "apihelp-query+categorymembers-param-start": "Timestamp to start listing from. Can only be used with $1sort=timestamp.",
493 "apihelp-query+categorymembers-param-end": "Timestamp to end listing at. Can only be used with $1sort=timestamp.",
494 "apihelp-query+categorymembers-param-starthexsortkey": "Sortkey to start listing from, as returned by $1prop=sortkey. Can only be used with $1sort=sortkey.",
495 "apihelp-query+categorymembers-param-endhexsortkey": "Sortkey to end listing from, as returned by $1prop=sortkey. Can only be used with $1sort=sortkey.",
496 "apihelp-query+categorymembers-param-startsortkeyprefix": "Sortkey prefix to start listing from. Can only be used with $1sort=sortkey. Overrides $1starthexsortkey.",
497 "apihelp-query+categorymembers-param-endsortkeyprefix": "Sortkey prefix to end listing BEFORE (not at, if this value occurs it will not be included!). Can only be used with $1sort=sortkey. Overrides $1endhexsortkey.",
498 "apihelp-query+categorymembers-param-startsortkey": "Use $1starthexsortkey instead.",
499 "apihelp-query+categorymembers-param-endsortkey": "Use $1endhexsortkey instead.",
500 "apihelp-query+categorymembers-example-simple": "Get first 10 pages in [[:Category:Physics]]",
501 "apihelp-query+categorymembers-example-generator": "Get page info about first 10 pages in [[:Category:Physics]]",
502
503 "apihelp-query+contributors-description": "Get the list of logged-in contributors and the count of anonymous contributors to a page.",
504 "apihelp-query+contributors-param-group": "Only include users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.",
505 "apihelp-query+contributors-param-excludegroup": "Exclude users in the given groups. Does not include implicit or auto-promoted groups like *, user, or autoconfirmed.",
506 "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.",
507 "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.",
508 "apihelp-query+contributors-param-limit": "How many contributors to return.",
509 "apihelp-query+contributors-example-simple": "Show contributors to the [[Main Page]]",
510
511 "apihelp-query+deletedrevs-description": "List deleted revisions.\n\nOperates in three modes:\n# List deleted revisions for the given titles, sorted by timestamp.\n# List deleted contributions for the given user, sorted by timestamp (no titles specified).\n# List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, $1user not set).\n\nCertain parameters only apply to some modes and are ignored in others.",
512 "apihelp-query+deletedrevs-paraminfo-modes": "{{PLURAL:$1|Mode|Modes}}: $2",
513 "apihelp-query+deletedrevs-param-start": "The timestamp to start enumerating from.",
514 "apihelp-query+deletedrevs-param-end": "The timestamp to stop enumerating at.",
515 "apihelp-query+deletedrevs-param-from": "Start listing at this title.",
516 "apihelp-query+deletedrevs-param-to": "Stop listing at this title.",
517 "apihelp-query+deletedrevs-param-prefix": "Search for all page titles that begin with this value.",
518 "apihelp-query+deletedrevs-param-unique": "List only one revision for each page.",
519 "apihelp-query+deletedrevs-param-tag": "Only list revisions tagged with this tag.",
520 "apihelp-query+deletedrevs-param-user": "Only list revisions by this user.",
521 "apihelp-query+deletedrevs-param-excludeuser": "Don't list revisions by this user.",
522 "apihelp-query+deletedrevs-param-namespace": "Only list pages in this namespace.",
523 "apihelp-query+deletedrevs-param-limit": "The maximum amount of revisions to list.",
524 "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 user ID whom 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.",
525 "apihelp-query+deletedrevs-example-mode1": "List the last deleted revisions of Main Page and Talk:Main Page, with content (mode 1)",
526 "apihelp-query+deletedrevs-example-mode2": "List the last 50 deleted contributions by Bob (mode 2)",
527 "apihelp-query+deletedrevs-example-mode3-main": "List the first 50 deleted revisions in the main namespace (mode 3)",
528 "apihelp-query+deletedrevs-example-mode3-talk": "List the first 50 deleted pages in the Talk namespace (mode 3):",
529
530 "apihelp-query+disabled-description": "This query module has been disabled.",
531
532 "apihelp-query+duplicatefiles-description": "List all files that are duplicates of the given files based on hash values.",
533 "apihelp-query+duplicatefiles-param-limit": "How many duplicate files to return.",
534 "apihelp-query+duplicatefiles-param-dir": "The direction in which to list.",
535 "apihelp-query+duplicatefiles-param-localonly": "Look only for files in the local repository.",
536 "apihelp-query+duplicatefiles-example-simple": "Look for duplicates of [[:File:Albert Einstein Head.jpg]]",
537 "apihelp-query+duplicatefiles-example-generated": "Look for duplicates of all files",
538
539 "apihelp-query+embeddedin-description": "Find all pages that embed (transclude) the given title.",
540 "apihelp-query+embeddedin-param-title": "Title to search. Cannot be used together with $1pageid.",
541 "apihelp-query+embeddedin-param-pageid": "Pageid to search. Cannot be used together with $1title.",
542 "apihelp-query+embeddedin-param-namespace": "The namespace to enumerate.",
543 "apihelp-query+embeddedin-param-dir": "The direction in which to list.",
544 "apihelp-query+embeddedin-param-filterredir": "How to filter for redirects.",
545 "apihelp-query+embeddedin-param-limit": "How many total pages to return.",
546 "apihelp-query+embeddedin-example-simple": "Show pages transcluding [[Template:Stub]]",
547 "apihelp-query+embeddedin-example-generator": "Get information about pages transcluding [[Template:Stub]]",
548
549 "apihelp-query+extlinks-description": "Returns all external URLs (not interwikis) from the given pages.",
550 "apihelp-query+extlinks-param-limit": "How many links to return.",
551 "apihelp-query+extlinks-param-protocol": "Protocol of the URL. If empty and $1query is set, the protocol is \"http\". Leave both this and $1query empty to list all external links.",
552 "apihelp-query+extlinks-param-query": "Search string without protocol. Useful for checking whether a certain page contains a certain external url.",
553 "apihelp-query+extlinks-param-expandurl": "Expand protocol-relative URLs with the canonical protocol.",
554 "apihelp-query+extlinks-example-simple": "Get a list of external links on the [[Main Page]]",
555
556 "apihelp-query+exturlusage-description": "Enumerate pages that contain a given URL.",
557 "apihelp-query+exturlusage-param-prop": "Which pieces of information to include:\n;ids:Adds the ID of page.\n;title:Adds the title and namespace ID of the page.\n;url:Adds the URL used in the page.",
558 "apihelp-query+exturlusage-param-protocol": "Protocol of the URL. If empty and $1query set, the protocol is \"http\". Leave both this and $1query empty to list all external links.",
559 "apihelp-query+exturlusage-param-query": "Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links.",
560 "apihelp-query+exturlusage-param-namespace": "The page namespaces to enumerate.",
561 "apihelp-query+exturlusage-param-limit": "How many pages to return.",
562 "apihelp-query+exturlusage-param-expandurl": "Expand protocol-relative URLs with the canonical protocol.",
563 "apihelp-query+exturlusage-example-simple": "Show pages linking to http://www.mediawiki.org",
564
565 "apihelp-query+filearchive-description": "Enumerate all deleted files sequentially.",
566 "apihelp-query+filearchive-param-from": "The image title to start enumerating from.",
567 "apihelp-query+filearchive-param-to": "The image title to stop enumerating at.",
568 "apihelp-query+filearchive-param-prefix": "Search for all image titles that begin with this value.",
569 "apihelp-query+filearchive-param-limit": "How many images to return in total.",
570 "apihelp-query+filearchive-param-dir": "The direction in which to list.",
571 "apihelp-query+filearchive-param-sha1": "SHA1 hash of image. Overrides $1sha1base36.",
572 "apihelp-query+filearchive-param-sha1base36": "SHA1 hash of image in base 36 (used in MediaWiki).",
573 "apihelp-query+filearchive-param-prop": "Which image information to get:\n;sha1:Adds SHA-1 hash for the image.\n;timestamp:Adds timestamp for the uploaded version.\n;user:Adds user who uploaded the image version.\n;size:Adds the size of the image in bytes and the height, width and page count (if applicable).\n;dimensions:Alias for size.\n;description:Adds description the image version.\n;parseddescription:Parse the description on the version.\n;mime:Adds MIME of the image.\n;mediatype:Adds the media type of the image.\n;metadata:Lists Exif metadata for the version of the image.\n;bitdepth:Adds the bit depth of the version.\n;archivename:Adds the file name of the archive version for non-latest versions.",
574 "apihelp-query+filearchive-example-simple": "Show a list of all deleted files",
575
576 "apihelp-query+filerepoinfo-description": "Return meta information about image repositories configured on the wiki.",
577 "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. $wgForeignFileRepos and 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.",
578 "apihelp-query+filerepoinfo-example-simple": "Get information about file repositories",
579
580 "apihelp-query+fileusage-description": "Find all pages that use the given files.",
581 "apihelp-query+fileusage-param-prop": "Which properties to get:\n;pageid:Page id of each page.\n;title:Title of each page.\n;redirect:Flag if the page is a redirect.",
582 "apihelp-query+fileusage-param-namespace": "Only include pages in these namespaces.",
583 "apihelp-query+fileusage-param-limit": "How many to return.",
584 "apihelp-query+fileusage-param-show": "Show only items that meet these criteria:\n;redirect:Only show redirects.\n;!redirects:Only show non-redirects.",
585 "apihelp-query+fileusage-example-simple": "Get a list of pages using [[:File:Example.jpg]]",
586 "apihelp-query+fileusage-example-generator": "Get information about pages using [[:File:Example.jpg]]",
587
588 "apihelp-query+imageinfo-description": "Returns file information and upload history.",
589 "apihelp-query+imageinfo-param-prop": "Which file information to get:\n;timestamp:Adds timestamp for the uploaded version.\n;user:Adds the user who uploaded each file version.\n;userid:Add the user ID that uploaded each file version.\n;comment:Comment on the version.\n;parsedcomment:Parse the comment on the version.\n;canonicaltitle:Adds the canonical title of the file.\n;url:Gives URL to the file and the description page.\n;size:Adds the size of the file in bytes and the height, width and page count (if applicable).\n;dimensions:Alias for size.\n;sha1:Adds SHA-1 hash for the file.\n;mime:Adds MIME type of the file.\n;thumbmime:Adds MIME type of the image thumbnail (requires url and param $1urlwidth).\n;mediatype:Adds the media type of the file.\n;metadata:Lists Exif metadata for the version of the file.\n;commonmetadata:Lists file format generic metadata for the version of the file.\n;extmetadata:Lists formatted metadata combined from multiple sources. Results are HTML formatted.\n;archivename:Adds the file name of the archive version for non-latest versions.\n;bitdepth:Adds the bit depth of the version.\n;uploadwarning:Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.",
590 "apihelp-query+imageinfo-param-limit": "How many file revisions to return per file.",
591 "apihelp-query+imageinfo-param-start": "Timestamp to start listing from.",
592 "apihelp-query+imageinfo-param-end": "Timestamp to stop listing at.",
593 "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.",
594 "apihelp-query+imageinfo-param-urlheight": "Similar to $1urlwidth.",
595 "apihelp-query+imageinfo-param-metadataversion": "Version of metadata to use. if \"latest\" is specified, use latest version. Defaults to \"1\" for backwards compatibility.",
596 "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.",
597 "apihelp-query+imageinfo-param-extmetadatamultilang": "If translations for extmetadata property are available, fetch all of them.",
598 "apihelp-query+imageinfo-param-extmetadatafilter": "If specified and non-empty, only these keys will be returned for $1prop=extmetadata.",
599 "apihelp-query+imageinfo-param-urlparam": "A handler specific parameter string. For example, pdfs might use \"page15-100px\". $1urlwidth must be used and be consistent with $1urlparam.",
600 "apihelp-query+imageinfo-param-localonly": "Look only for files in the local repository.",
601 "apihelp-query+imageinfo-example-simple": "Fetch information about the current version of [[:File:Albert Einstein Head.jpg]]",
602 "apihelp-query+imageinfo-example-dated": "Fetch information about versions of [[:File:Test.jpg]] from 2008 and later",
603
604 "apihelp-query+images-description": "Returns all files contained on the given pages.",
605 "apihelp-query+images-param-limit": "How many files to return.",
606 "apihelp-query+images-param-images": "Only list these files. Useful for checking whether a certain page has a certain file.",
607 "apihelp-query+images-param-dir": "The direction in which to list.",
608 "apihelp-query+images-example-simple": "Get a list of files used in the [[Main Page]]",
609 "apihelp-query+images-example-generator": "Get information about all files used in the [[Main Page]]",
610
611 "apihelp-query+imageusage-description": "Find all pages that use the given image title.",
612 "apihelp-query+imageusage-param-title": "Title to search. Cannot be used together with $1pageid.",
613 "apihelp-query+imageusage-param-pageid": "Pageid to search. Cannot be used together with $1title.",
614 "apihelp-query+imageusage-param-namespace": "The namespace to enumerate.",
615 "apihelp-query+imageusage-param-dir": "The direction in which to list.",
616 "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.",
617 "apihelp-query+imageusage-param-limit": "How many total pages to return. If $1redirect is enabled, limit applies to each level separately (which means you may get up to 2 * limit results).",
618 "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.",
619 "apihelp-query+imageusage-example-simple": "Show pages using [[:File:Albert Einstein Head.jpg]]",
620 "apihelp-query+imageusage-example-generator": "Get information about pages using [[:File:Albert Einstein Head.jpg]]",
621
622 "apihelp-query+info-description": "Get basic page information.",
623 "apihelp-query+info-param-prop": "Which additional properties to get:\n;protection:List the protection level of each page.\n;talkid:The page ID of the talk page for each non-talk page.\n;watched:List the watched status of each page.\n;watchers:The number of watchers, if allowed.\n;notificationtimestamp:The watchlist notification timestamp of each page.\n;subjectid:The page ID of the parent page for each talk page.\n;url:Gives a full URL, an edit URL, and the canonical URL for each page.\n;readable:Whether the user can read this page.\n;preload:Gives the text returned by EditFormPreloadText.\n;displaytitle:Gives the way the page title is actually displayed.",
624 "apihelp-query+info-param-token": "Use [[Special:ApiHelp/query+tokens|action=query&meta=tokens]] instead.",
625 "apihelp-query+info-example-simple": "Get information about the [[Main Page]]",
626 "apihelp-query+info-example-protection": "Get general and protection information about the [[Main Page]]",
627
628 "apihelp-query+iwbacklinks-description": "Find all pages that link to the given interwiki link.\n\nCan be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively \"all interwiki links\".",
629 "apihelp-query+iwbacklinks-param-prefix": "Prefix for the interwiki.",
630 "apihelp-query+iwbacklinks-param-title": "Interwiki link to search for. Must be used with $1blprefix.",
631 "apihelp-query+iwbacklinks-param-limit": "How many total pages to return.",
632 "apihelp-query+iwbacklinks-param-prop": "Which properties to get:\n;iwprefix:Adds the prefix of the interwiki.\n;iwtitle:Adds the title of the interwiki.",
633 "apihelp-query+iwbacklinks-param-dir": "The direction in which to list.",
634 "apihelp-query+iwbacklinks-example-simple": "Get pages linking to [[wikibooks:Test]]",
635 "apihelp-query+iwbacklinks-example-generator": "Get information about pages linking to [[wikibooks:Test]]",
636
637 "apihelp-query+iwlinks-description": "Returns all interwiki links from the given pages.",
638 "apihelp-query+iwlinks-param-url": "Whether to get the full URL (cannot be used with $1prop).",
639 "apihelp-query+iwlinks-param-prop": "Which additional properties to get for each interlanguage link:\n;url:Adds the full URL.",
640 "apihelp-query+iwlinks-param-limit": "How many interwiki links to return.",
641 "apihelp-query+iwlinks-param-prefix": "Only return interwiki links with this prefix.",
642 "apihelp-query+iwlinks-param-title": "Interwiki link to search for. Must be used with $1prefix.",
643 "apihelp-query+iwlinks-param-dir": "The direction in which to list.",
644 "apihelp-query+iwlinks-example-simple": "Get interwiki links from the [[Main Page]]",
645
646 "apihelp-query+langbacklinks-description": "Find all pages that link to the given language link.\n\nCan be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively \"all language links\".\n\nNote that this may not consider language links added by extensions.",
647 "apihelp-query+langbacklinks-param-lang": "Language for the language link.",
648 "apihelp-query+langbacklinks-param-title": "Language link to search for. Must be used with $1lang.",
649 "apihelp-query+langbacklinks-param-limit": "How many total pages to return.",
650 "apihelp-query+langbacklinks-param-prop": "Which properties to get:\n;lllang:Adds the language code of the language link.\n;lltitle:Adds the title of the language link.",
651 "apihelp-query+langbacklinks-param-dir": "The direction in which to list.",
652 "apihelp-query+langbacklinks-example-simple": "Get pages linking to [[:fr:Test]]",
653 "apihelp-query+langbacklinks-example-generator": "Get information about pages linking to [[:fr:Test]]",
654
655 "apihelp-query+langlinks-description": "Returns all interlanguage links from the given pages.",
656 "apihelp-query+langlinks-param-limit": "How many langlinks to return.",
657 "apihelp-query+langlinks-param-url": "Whether to get the full URL (cannot be used with $1prop).",
658 "apihelp-query+langlinks-param-prop": "Which additional properties to get for each interlanguage link:\n;url:Adds the full URL.\n;langname:Adds the localised language name (best effort). Use $1inlanguagecode to control the language.\n;autonym:Adds the native language name.",
659 "apihelp-query+langlinks-param-lang": "Only return language links with this language code.",
660 "apihelp-query+langlinks-param-title": "Link to search for. Must be used with $1lang.",
661 "apihelp-query+langlinks-param-dir": "The direction in which to list.",
662 "apihelp-query+langlinks-param-inlanguagecode": "Language code for localised language names.",
663 "apihelp-query+langlinks-example-simple": "Get interlanguage links from the [[Main Page]]",
664
665 "apihelp-query+links-description": "Returns all links from the given pages.",
666 "apihelp-query+links-param-namespace": "Show links in these namespaces only.",
667 "apihelp-query+links-param-limit": "How many links to return.",
668 "apihelp-query+links-param-titles": "Only list links to these titles. Useful for checking whether a certain page links to a certain title.",
669 "apihelp-query+links-param-dir": "The direction in which to list.",
670 "apihelp-query+links-example-simple": "Get links from the [[Main Page]]",
671 "apihelp-query+links-example-generator": "Get information about the link pages in the [[Main Page]]",
672 "apihelp-query+links-example-namespaces": "Get links from the [[Main Page]] in the User and Template namespaces",
673
674 "apihelp-query+linkshere-description": "Find all pages that link to the given pages.",
675 "apihelp-query+linkshere-param-prop": "Which properties to get:\n;pageid:Page id of each page.\n;title:Title of each page.\n;redirect:Flag if the page is a redirect.",
676 "apihelp-query+linkshere-param-namespace": "Only include pages in these namespaces.",
677 "apihelp-query+linkshere-param-limit": "How many to return.",
678 "apihelp-query+linkshere-param-show": "Show only items that meet these criteria:\n;redirect:Only show redirects.\n;!redirects:Only show non-redirects.",
679 "apihelp-query+linkshere-example-simple": "Get a list of pages linking to the [[Main Page]]",
680 "apihelp-query+linkshere-example-generator": "Get information about pages linking to the [[Main Page]]",
681
682 "apihelp-query+logevents-description": "Get events from logs.",
683 "apihelp-query+logevents-param-prop": "Which properties to get:\n;ids:Adds the ID of the log event.\n;title:Adds the title of the page for the log event.\n;type:Adds the type of log event.\n;user:Adds the user responsible for the log event.\n;userid:Adds the user ID who was responsible for the log event.\n;timestamp:Adds the timestamp for the event.\n;comment:Adds the comment of the event.\n;parsedcomment:Adds the parsed comment of the event.\n;details:Lists additional details about the event.\n;tags:Lists tags for the event.",
684 "apihelp-query+logevents-param-type": "Filter log entries to only this type.",
685 "apihelp-query+logevents-param-action": "Filter log actions to only this action. Overrides $1type. Wildcard actions like \"action/*\" allows to specify any string for the asterisk.",
686 "apihelp-query+logevents-param-start": "The timestamp to start enumerating from.",
687 "apihelp-query+logevents-param-end": "The timestamp to end enumerating.",
688 "apihelp-query+logevents-param-user": "Filter entries to those made by the given user.",
689 "apihelp-query+logevents-param-title": "Filter entries to those related to a page.",
690 "apihelp-query+logevents-param-namespace": "Filter entries to those in the given namespace.",
691 "apihelp-query+logevents-param-prefix": "Filter entries that start with this prefix.",
692 "apihelp-query+logevents-param-tag": "Only list event entries tagged with this tag.",
693 "apihelp-query+logevents-param-limit": "How many total event entries to return.",
694 "apihelp-query+logevents-example-simple": "List recent log events",
695
696 "apihelp-query+pagepropnames-description": "List all page prop names in use on the wiki.",
697 "apihelp-query+pagepropnames-param-limit": "The maximum number of names to return.",
698 "apihelp-query+pagepropnames-example-simple": "Get first 10 prop names",
699
700 "apihelp-query+pageprops-description": "Get various properties defined in the page content.",
701 "apihelp-query+pageprops-param-prop": "Only list these props. Useful for checking whether a certain page uses a certain page prop.",
702 "apihelp-query+pageprops-example-simple": "Get properties for [[:Category:Foo]]",
703
704 "apihelp-query+pageswithprop-description": "List all pages using a given page prop.",
705 "apihelp-query+pageswithprop-param-propname": "Page prop for which to enumerate pages.",
706 "apihelp-query+pageswithprop-param-prop": "Which pieces of information to include:\n;ids:Adds the page ID.\n;title:Adds the title and namespace ID of the page.\n;value:Adds the value of the page prop.",
707 "apihelp-query+pageswithprop-param-limit": "The maximum number of pages to return.",
708 "apihelp-query+pageswithprop-param-dir": "In which direction to sort.",
709 "apihelp-query+pageswithprop-example-simple": "List the first 10 pages using &#123;&#123;DISPLAYTITLE:&#125;&#125;",
710 "apihelp-query+pageswithprop-example-generator": "Get page info about first 10 pages using _&#95;NOTOC_&#95;",
711
712 "apihelp-query+prefixsearch-description": "Perform a prefix search for page titles.",
713 "apihelp-query+prefixsearch-param-search": "Search string.",
714 "apihelp-query+prefixsearch-param-namespace": "Namespaces to search.",
715 "apihelp-query+prefixsearch-param-limit": "Maximum number of results to return.",
716 "apihelp-query+prefixsearch-example-simple": "Search for page titles beginning with \"meaning\"",
717
718 "apihelp-query+protectedtitles-description": "List all titles protected from creation.",
719 "apihelp-query+protectedtitles-param-namespace": "Only list titles in these namespaces.",
720 "apihelp-query+protectedtitles-param-level": "Only list titles with these protection levels.",
721 "apihelp-query+protectedtitles-param-limit": "How many total pages to return.",
722 "apihelp-query+protectedtitles-param-start": "Start listing at this protection timestamp.",
723 "apihelp-query+protectedtitles-param-end": "Stop listing at this protection timestamp.",
724 "apihelp-query+protectedtitles-param-prop": "Which properties to get:\n;timestamp:Adds the timestamp of when protection was added.\n;user:Adds the user that added the protection.\n;userid:Adds the user id that added the protection.\n;comment:Adds the comment for the protection.\n;parsedcomment:Adds the parsed comment for the protection.\n;expiry:Adds the timestamp of when the protection will be lifted.\n;level:Adds the protection level.",
725 "apihelp-query+protectedtitles-example-simple": "List protected titles",
726 "apihelp-query+protectedtitles-example-generator": "Find links to protected titles in the main namespace",
727
728 "apihelp-query+querypage-description": "Get a list provided by a QueryPage-based special page.",
729 "apihelp-query+querypage-param-page": "The name of the special page. Note, this is case sensitive.",
730 "apihelp-query+querypage-param-limit": "Number of results to return.",
731 "apihelp-query+querypage-example-ancientpages": "Return results from [[Special:Ancientpages]].",
732
733 "apihelp-query+random-description": "Get a set of random pages.\n\nPages are listed in a fixed sequence, only the starting point is random. This means that if, for example, \"Main Page\" is the first random page on your list, \"List of fictional monkeys\" will *always* be second, \"List of people on stamps of Vanuatu\" third, etc.\n\nIf the number of pages in the namespace is lower than $1limit, you will get fewer pages. You will not get the same page twice.",
734 "apihelp-query+random-param-namespace": "Return pages in these namespaces only.",
735 "apihelp-query+random-param-limit": "Limit how many random pages will be returned.",
736 "apihelp-query+random-param-redirect": "Load a random redirect instead of a random page.",
737 "apihelp-query+random-example-simple": "Return two random pages from the main namespace",
738 "apihelp-query+random-example-generator": "Return page info about two random pages from the main namespace",
739
740 "apihelp-query+recentchanges-description": "Enumerate recent changes.",
741 "apihelp-query+recentchanges-param-start": "The timestamp to start enumerating from.",
742 "apihelp-query+recentchanges-param-end": "The timestamp to end enumerating.",
743 "apihelp-query+recentchanges-param-namespace": "Filter changes to only these namespaces.",
744 "apihelp-query+recentchanges-param-user": "Only list changes by this user.",
745 "apihelp-query+recentchanges-param-excludeuser": "Don't list changes by this user.",
746 "apihelp-query+recentchanges-param-tag": "Only list changes tagged with this tag.",
747 "apihelp-query+recentchanges-param-prop": "Include additional pieces of information:\n;user:Adds the user responsible for the edit and tags if they are an IP.\n;userid:Adds the user id responsible for the edit.\n;comment:Adds the comment for the edit.\n;parsedcomment:Adds the parsed comment for the edit.\n;flags:Adds flags for the edit.\n;timestamp:Adds timestamp of the edit.\n;title:Adds the page title of the edit.\n;ids:Adds the page ID, recent changes ID and the new and old revision ID.\n;sizes:Adds the new and old page length in bytes.\n;redirect:Tags edit if page is a redirect.\n;patrolled:Tags patrollable edits as being patrolled or unpatrolled.\n;loginfo:Adds log information (logid, logtype, etc) to log entries.\n;tags:Lists tags for the entry.\n;sha1:Adds the content checksum for entries associated with a revision.",
748 "apihelp-query+recentchanges-param-token": "Use [[Special:ApiHelp/query+tokens|action=query&meta=tokens]] instead.",
749 "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.",
750 "apihelp-query+recentchanges-param-limit": "How many total changes to return.",
751 "apihelp-query+recentchanges-param-type": "Which types of changes to show.",
752 "apihelp-query+recentchanges-param-toponly": "Only list changes which are the latest revision.",
753 "apihelp-query+recentchanges-example-simple": "List recent changes",
754 "apihelp-query+recentchanges-example-generator": "Get page info about recent unpatrolled changes",
755
756 "apihelp-query+redirects-description": "Returns all redirects to the given pages.",
757 "apihelp-query+redirects-param-prop": "Which properties to get:\n;pageid:Page id of each redirect.\n;title:Title of each redirect.\n;fragment:Fragment of each redirect, if any.",
758 "apihelp-query+redirects-param-namespace": "Only include pages in these namespaces.",
759 "apihelp-query+redirects-param-limit": "How many redirects to return.",
760 "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.",
761 "apihelp-query+redirects-example-simple": "Get a list of redirects to the [[Main Page]]",
762 "apihelp-query+redirects-example-generator": "Get information about all redirects to the [[Main Page]]",
763
764 "apihelp-query+revisions-description": "Get revision information.\n\nMay be used in several ways:\n# Get data about a set of pages (last revision), by setting titles or pageids.\n# Get revisions for one given page, by using titles or pageids with start, end, or limit.\n# Get data about a set of revisions by setting their IDs with revids.",
765 "apihelp-query+revisions-paraminfo-singlepageonly": "May only be used with a single page (mode #2).",
766 "apihelp-query+revisions-param-prop": "Which properties to get for each revision:\n;ids:The ID of the revision.\n;flags:Revision flags (minor).\n;timestamp:The timestamp of the revision.\n;user:User that made the revision.\n;userid:User id of revision creator.\n;size:Length (bytes) of the revision.\n;sha1:SHA-1 (base 16) of the revision.\n;contentmodel:Content model id.\n;comment:Comment by the user for revision.\n;parsedcomment:Parsed comment by the user for the revision.\n;content:Text of the revision.\n;tags:Tags for the revision.",
767 "apihelp-query+revisions-param-limit": "Limit how many revisions will be returned.",
768 "apihelp-query+revisions-param-startid": "From which revision id to start enumeration.",
769 "apihelp-query+revisions-param-endid": "Stop revision enumeration on this revid.",
770 "apihelp-query+revisions-param-start": "From which revision timestamp to start enumeration.",
771 "apihelp-query+revisions-param-end": "Enumerate up to this timestamp.",
772 "apihelp-query+revisions-param-user": "Only include revisions made by user.",
773 "apihelp-query+revisions-param-excludeuser": "Exclude revisions made by user.",
774 "apihelp-query+revisions-param-tag": "Only list revisions tagged with this tag.",
775 "apihelp-query+revisions-param-expandtemplates": "Expand templates in revision content (requires $1prop=content).",
776 "apihelp-query+revisions-param-generatexml": "Generate XML parse tree for revision content (requires $1prop=content).",
777 "apihelp-query+revisions-param-parse": "Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1.",
778 "apihelp-query+revisions-param-section": "Only retrieve the content of this section number.",
779 "apihelp-query+revisions-param-token": "Which tokens to obtain for each revision.",
780 "apihelp-query+revisions-param-diffto": "Revision ID to diff each revision to. Use \"prev\", \"next\" and \"cur\" for the previous, next and current revision respectively.",
781 "apihelp-query+revisions-param-difftotext": "Text to diff each revision to. Only diffs a limited number of revisions. Overrides $1diffto. If $1section is set, only that section will be diffed against this text.",
782 "apihelp-query+revisions-param-contentformat": "Serialization format used for $1difftotext and expected for output of content.",
783 "apihelp-query+revisions-example-content": "Get data with content for the last revision of titles \"API\" and \"Main Page\"",
784 "apihelp-query+revisions-example-last5": "Get last 5 revisions of the \"Main Page\"",
785 "apihelp-query+revisions-example-first5": "Get first 5 revisions of the \"Main Page\"",
786 "apihelp-query+revisions-example-first5-after": "Get first 5 revisions of the \"Main Page\" made after 2006-05-01",
787 "apihelp-query+revisions-example-first5-not-localhost": "Get first 5 revisions of the \"Main Page\" that were not made made by anonymous user \"127.0.0.1\"",
788 "apihelp-query+revisions-example-first5-user": "Get first 5 revisions of the \"Main Page\" that were made by the user \"MediaWiki default\"",
789
790 "apihelp-query+search-description": "Perform a full text search.",
791 "apihelp-query+search-param-search": "Search for all page titles (or content) that have this value.",
792 "apihelp-query+search-param-namespace": "Search only within these namespaces.",
793 "apihelp-query+search-param-what": "Which type of search to perform.",
794 "apihelp-query+search-param-info": "Which metadata to return.",
795 "apihelp-query+search-param-prop": "Which properties to return:\n;size:Adds the size of the page in bytes.\n;wordcount:Adds the word count of the page.\n;timestamp:Adds the timestamp of when the page was last edited.\n;snippet:Adds a parsed snippet of the page.\n;titlesnippet:Adds a parsed snippet of the page title.\n;redirectsnippet:Adds a parsed snippet of the redirect title.\n;redirecttitle:Adds the title of the matching redirect.\n;sectionsnippet:Adds a parsed snippet of the matching section title.\n;sectiontitle:Adds the title of the matching section.\n;score:<span class=\"apihelp-deprecated\">Deprecated and ignored.</span>\n;hasrelated:<span class=\"apihelp-deprecated\">Deprecated and ignored.</span>",
796 "apihelp-query+search-param-limit": "How many total pages to return.",
797 "apihelp-query+search-param-interwiki": "Include interwiki results in the search, if available.",
798 "apihelp-query+search-param-backend": "Which search backend to use, if not the default.",
799 "apihelp-query+search-example-simple": "Search for \"meaning\"",
800 "apihelp-query+search-example-text": "Search texts for \"meaning\"",
801 "apihelp-query+search-example-generator": "Ger page info about the pages returned for a search for \"meaning\"",
802
803 "apihelp-query+siteinfo-description": "Return general information about the site.",
804 "apihelp-query+siteinfo-param-prop": "Which information to get:\n;general:Overall system information.\n;namespaces:List of registered namespaces and their canonical names.\n;namespacealiases:List of registered namespace aliases.\n;specialpagealiases:List of special page aliases.\n;magicwords:List of magic words and their aliases.\n;statistics:Returns site statistics.\n;interwikimap:Returns interwiki map (optionally filtered, (optionally localised by using $1inlanguagecode)).\n;dbrepllag:Returns database server with the highest replication lag.\n;usergroups:Returns user groups and the associated permissions.\n;extensions:Returns extensions installed on the wiki.\n;fileextensions:Returns list of file extensions allowed to be uploaded.\n;rightsinfo:Returns wiki rights (license) information if available.\n;restrictions:Returns information on available restriction (protection) types.\n;languages:Returns a list of languages MediaWiki supports (optionally localised by using $1inlanguagecode).\n;skins:Returns a list of all enabled skins (optionally localised by using $1inlanguagecode, otherwise in content language).\n;extensiontags:Returns a list of parser extension tags.\n;functionhooks:Returns a list of parser function hooks.\n;showhooks:Returns a list of all subscribed hooks (contents of $wgHooks).\n;variables:Returns a list of variable IDs.\n;protocols:Returns a list of protocols that are allowed in external links.\n;defaultoptions:Returns the default values for user preferences.",
805 "apihelp-query+siteinfo-param-filteriw": "Return only local or only nonlocal entries of the interwiki map.",
806 "apihelp-query+siteinfo-param-showalldb": "List all database servers, not just the one lagging the most.",
807 "apihelp-query+siteinfo-param-numberingroup": "Lists the number of users in user groups.",
808 "apihelp-query+siteinfo-param-inlanguagecode": "Language code for localised language names (best effort) and skin names.",
809 "apihelp-query+siteinfo-example-simple": "Fetch site information",
810 "apihelp-query+siteinfo-example-interwiki": "Fetch a list of local interwiki prefixes",
811 "apihelp-query+siteinfo-example-replag": "Check the current replication lag",
812
813 "apihelp-query+stashimageinfo-description": "Returns file information for stashed files.",
814 "apihelp-query+stashimageinfo-param-filekey": "Key that identifies a previous upload that was stashed temporarily.",
815 "apihelp-query+stashimageinfo-param-sessionkey": "Alias for $1filekey, for backward compatibility.",
816 "apihelp-query+stashimageinfo-param-prop": "Which image information to get:\n;timestamp:Adds timestamp for the uploaded version.\n;canonicaltitle:Adds the canonical title of the image file.\n;url:Gives URL to the image and the description page.\n;size:Adds the size of the image in bytes and the height, width and page count (if applicable).\n;dimensions:Alias for size.\n;sha1:Adds SHA-1 hash for the image.\n;mime:Adds MIME type of the image.\n;thumbmime:Adds MIME type of the image thumbnail (requires url and param $1urlwidth).\n;metadata:Lists Exif metadata for the version of the image.\n;commonmetadata:Lists file format generic metadata for the version of the image.\n;extmetadata:Lists formatted metadata combined from multiple sources. Results are HTML formatted.\n;bitdepth:Adds the bit depth of the version.",
817 "apihelp-query+stashimageinfo-example-simple": "Returns information for a stashed file",
818 "apihelp-query+stashimageinfo-example-params": "Returns thumbnails for two stashed files",
819
820 "apihelp-query+tags-description": "List change tags.",
821 "apihelp-query+tags-param-limit": "The maximum number of tags to list.",
822 "apihelp-query+tags-param-prop": "Which properties to get:\n;name:Adds name of tag.\n;displayname:Adds system message for the tag.\n;description:Adds description of the tag.\n;hitcount:Adds the amount of revisions that have this tag.",
823 "apihelp-query+tags-example-simple": "List available tags",
824
825 "apihelp-query+templates-description": "Returns all pages transcluded on the given pages.",
826 "apihelp-query+templates-param-namespace": "Show templates in this namespaces only.",
827 "apihelp-query+templates-param-limit": "How many templates to return.",
828 "apihelp-query+templates-param-templates": "Only list these templates. Useful for checking whether a certain page uses a certain template.",
829 "apihelp-query+templates-param-dir": "The direction in which to list.",
830 "apihelp-query+templates-example-simple": "Get templates from the [[Main Page]]",
831 "apihelp-query+templates-example-generator": "Get information about the template pages in the [[Main Page]]",
832 "apihelp-query+templates-example-namespaces": "Get templates from the [[Main Page]] in the User and Template namespaces",
833
834 "apihelp-query+tokens-description": "Gets tokens for data-modifying actions.",
835 "apihelp-query+tokens-param-type": "Types of token to request.",
836 "apihelp-query+tokens-example-simple": "Retrieve a csrf token (the default)",
837 "apihelp-query+tokens-example-types": "Retrieve a watch token and a patrol token",
838
839 "apihelp-query+transcludedin-description": "Find all pages that transclude the given pages.",
840 "apihelp-query+transcludedin-param-prop": "Which properties to get:\n;pageid:Page id of each page.\n;title:Title of each page.\n;redirect:Flag if the page is a redirect.",
841 "apihelp-query+transcludedin-param-namespace": "Only include pages in these namespaces.",
842 "apihelp-query+transcludedin-param-limit": "How many to return.",
843 "apihelp-query+transcludedin-param-show": "Show only items that meet these criteria:\n;redirect:Only show redirects.\n;!redirects:Only show non-redirects.",
844 "apihelp-query+transcludedin-example-simple": "Get a list of pages transcluding the [[Main Page]]",
845 "apihelp-query+transcludedin-example-generator": "Get information about pages transcluding the [[Main Page]]",
846
847 "apihelp-query+usercontribs-description": "Get all edits by a user.",
848 "apihelp-query+usercontribs-param-limit": "The maximum number of contributions to return.",
849 "apihelp-query+usercontribs-param-start": "The start timestamp to return from.",
850 "apihelp-query+usercontribs-param-end": "The end timestamp to return to.",
851 "apihelp-query+usercontribs-param-user": "The users to retrieve contributions for.",
852 "apihelp-query+usercontribs-param-userprefix": "Retrieve contributions for all users whose names begin with this value. Overrides $1user.",
853 "apihelp-query+usercontribs-param-namespace": "Only list contributions in these namespaces.",
854 "apihelp-query+usercontribs-param-prop": "Include additional pieces of information:\n;ids:Adds the page ID and revision ID.\n;title:Adds the title and namespace ID of the page.\n;timestamp:Adds the timestamp of the edit.\n;comment:Adds the comment of the edit.\n;parsedcomment:Adds the parsed comment of the edit.\n;size:Adds the new size of the edit.\n;sizediff:Adds the size delta of the edit against its parent.\n;flags:Adds flags of the edit.\n;patrolled:Tags patrolled edits.\n;tags:Lists tags for the edit.",
855 "apihelp-query+usercontribs-param-show": "Show only items that meet thse criteria, e.g. non minor edits only: $2show=!minor.\n\nIf $2show=patrolled or $2show=!patrolled is set, revisions older than [https://www.mediawiki.org/wiki/Manual:$wgRCMaxAge $wgRCMaxAge] ($1 {{PLURAL:$1|second|seconds}}) won't be shown.",
856 "apihelp-query+usercontribs-param-tag": "Only list revisions tagged with this tag.",
857 "apihelp-query+usercontribs-param-toponly": "Only list changes which are the latest revision.",
858 "apihelp-query+usercontribs-example-user": "Show contributions of [[User:Example]]",
859 "apihelp-query+usercontribs-example-ipprefix": "Show contributions from all IPs with prefix \"192.0.2.\"",
860
861 "apihelp-query+userinfo-description": "Get information about the current user.",
862 "apihelp-query+userinfo-param-prop": "Which pieces of information to include:\n;blockinfo:Tags if the current user is blocked, by whom, and for what reason.\n;hasmsg:Adds a tag \"message\" if the current user has pending messages.\n;groups:Lists all the groups the current user belongs to.\n;implicitgroups:Lists all the groups the current user is automatically a member of.\n;rights:Lists all the rights the current user has.\n;changeablegroups:Lists the groups the current user can add to and remove from.\n;options:Lists all preferences the current user has set.\n;preferencestoken:DEPRECATED! Get a token to change current user's preferences.\n;editcount:Adds the current user's edit count.\n;ratelimits:Lists all rate limits applying to the current user.\n;realname:Adds the user's real name.\n;email:Adds the user's email address and email authentication date.\n;acceptlang:Echoes the Accept-Language header sent by the client in a structured format.\n;registrationdate:Adds the user's registration date.\n;unreadcount:Adds the count of unread pages on the user's watchlist (maximum $1; returns \"$2\" if more).",
863 "apihelp-query+userinfo-example-simple": "Get information about the current user",
864 "apihelp-query+userinfo-example-data": "Get additional information about the current user",
865
866 "apihelp-query+users-description": "Get information about a list of users.",
867 "apihelp-query+users-param-prop": "Which pieces of information to include:\n;blockinfo:Tags if the user is blocked, by whom, and for what reason.\n;groups:Lists all the groups each user belongs to.\n;implicitgroups:Lists all the groups a user is automatically a member of.\n;rights:Lists all the rights each user has.\n;editcount:Adds the user's edit count.\n;registration:Adds the user's registration timestamp.\n;emailable:Tags if the user can and wants to receive email through [[Special:Emailuser]].\n;gender:Tags the gender of the user. Returns \"male\", \"female\", or \"unknown\".",
868 "apihelp-query+users-param-users": "A list of users to obtain information for.",
869 "apihelp-query+users-param-token": "Use [[Special:ApiHelp/query+tokens|action=query&meta=tokens]] instead.",
870 "apihelp-query+users-example-simple": "Return information for [[User:Example]]",
871
872 "apihelp-query+watchlist-description": "Get recent changes to pages in the logged in user's watchlist.",
873 "apihelp-query+watchlist-param-allrev": "Include multiple revisions of the same page within given timeframe.",
874 "apihelp-query+watchlist-param-start": "The timestamp to start enumerating from.",
875 "apihelp-query+watchlist-param-end": "The timestamp to end enumerating.",
876 "apihelp-query+watchlist-param-namespace": "Filter changes to only the given namespaces.",
877 "apihelp-query+watchlist-param-user": "Only list changes by this user.",
878 "apihelp-query+watchlist-param-excludeuser": "Don't list changes by this user.",
879 "apihelp-query+watchlist-param-limit": "How many total results to return per request.",
880 "apihelp-query+watchlist-param-prop": "Which additional items to get:\n;ids:Adds revision ids and page ids.\n;title:Adds title of the page.\n;flags:Adds flags for the edit.\n;user:Adds the user who made the edit.\n;userid:Adds user id of whom made the edit.\n;comment:Adds comment of the edit.\n;parsedcomment:Adds parsed comment of the edit.\n;timestamp:Adds timestamp of the edit.\n;patrol:Tags edits that are patrolled.\n;sizes:Adds the old and new lengths of the page.\n;notificationtimestamp:Adds timestamp of when the user was last notified about the edit.\n;loginfo:Adds log information where appropriate.",
881 "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.",
882 "apihelp-query+watchlist-param-type": "Which types of changes to show:\n;edit:Regular page edits.\n;external:External changes.\n;new:Page creations.\n;log:Log entries.",
883 "apihelp-query+watchlist-param-owner": "Used along with $1token to access a different user's watchlist.",
884 "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.",
885 "apihelp-query+watchlist-example-simple": "List the top revision for recently changed pages on the current user's watchlist",
886 "apihelp-query+watchlist-example-props": "Fetch additional information about the top revision for recently changed pages on the current user's watchlist",
887 "apihelp-query+watchlist-example-allrev": "Fetch information about all recent changes to pages on the current user's watchlist",
888 "apihelp-query+watchlist-example-generator": "Fetch page info for recently changed pages on the current user's watchlist",
889 "apihelp-query+watchlist-example-generator-rev": "Fetch revision info for recent changes to pages on the current user's watchlist",
890 "apihelp-query+watchlist-example-wlowner": "List the top revision for recently changed pages on [[User:Example]]'s watchlist",
891
892 "apihelp-query+watchlistraw-description": "Get all pages on the logged in user's watchlist.",
893 "apihelp-query+watchlistraw-param-namespace": "Only list pages in the given namespaces.",
894 "apihelp-query+watchlistraw-param-limit": "How many total results to return per request.",
895 "apihelp-query+watchlistraw-param-prop": "Which additional properties to get:\n;changed:Adds timestamp of when the user was last notified about the edit.",
896 "apihelp-query+watchlistraw-param-show": "Only list items that meet these criteria.",
897 "apihelp-query+watchlistraw-param-owner": "Used along with $1token to access a different user's watchlist.",
898 "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.",
899 "apihelp-query+watchlistraw-example-simple": "List pages on the current user's watchlist",
900 "apihelp-query+watchlistraw-example-generator": "Fetch page info for pages on the current user's watchlist",
901
902 "apihelp-revisiondelete-description": "Delete and undelete revisions.",
903 "apihelp-revisiondelete-param-type": "Type of revision deletion being performed.",
904 "apihelp-revisiondelete-param-target": "Page title for the revision deletion, if required for the type.",
905 "apihelp-revisiondelete-param-ids": "Identifiers for the revisions to be deleted.",
906 "apihelp-revisiondelete-param-hide": "What to hide for each revision.",
907 "apihelp-revisiondelete-param-show": "What to unhide for each revision.",
908 "apihelp-revisiondelete-param-suppress": "Whether to suppress data from administrators as well as others.",
909 "apihelp-revisiondelete-param-reason": "Reason for the deletion or undeletion.",
910 "apihelp-revisiondelete-example-revision": "Hide content for revision 12345 on the Main Page",
911 "apihelp-revisiondelete-example-log": "Hide all data on log entry 67890 with the reason \"BLP violation\"",
912
913 "apihelp-rollback-description": "Undo the last edit to the page.\n\nIf the last user who edited the page made multiple edits in a row, they will all be rolled back.",
914 "apihelp-rollback-param-title": "Title of the page you want to roll back. Cannot be used together with $1pageid.",
915 "apihelp-rollback-param-pageid": "Page ID of the page you want to roll back. Cannot be used together with $1title.",
916 "apihelp-rollback-param-user": "Name of the user whose edits are to be rolled back.",
917 "apihelp-rollback-param-summary": "Custom edit summary. If empty, default summary will be used.",
918 "apihelp-rollback-param-markbot": "Mark the reverted edits and the revert as bot edits.",
919 "apihelp-rollback-param-watchlist": "Unconditionally add or remove the page from your watchlist, use preferences or do not change watch.",
920 "apihelp-rollback-example-simple": "Roll back the last edits to [[Main Page]] by user Example",
921 "apihelp-rollback-example-summary": "Roll back the last edits to [[Main Page]] by IP user 192.0.2.5 with summary \"Reverting vandalism\", and mark those edits and the revert as \"bot\"",
922
923 "apihelp-rsd-description": "Export an RSD (Really Simple Discovery) schema.",
924 "apihelp-rsd-example-simple": "Export the RSD schema",
925
926 "apihelp-setnotificationtimestamp-description": "Update the notification timestamp for watched pages.\n\nThis affects the highlighting of changed pages in the watchlist and history, and the sending of email when the \"Email me when a page on my watchlist is changed\" preference is enabled.",
927 "apihelp-setnotificationtimestamp-param-entirewatchlist": "Work on all watched pages.",
928 "apihelp-setnotificationtimestamp-param-timestamp": "Timestamp to which to set the notification timestamp.",
929 "apihelp-setnotificationtimestamp-param-torevid": "Revision to set the notification timestamp to (one page only).",
930 "apihelp-setnotificationtimestamp-param-newerthanrevid": "Revision to set the notification timestamp newer than (one page only).",
931 "apihelp-setnotificationtimestamp-example-all": "Reset the notification status for the entire watchlist",
932 "apihelp-setnotificationtimestamp-example-page": "Reset the notification status for \"Main page\"",
933 "apihelp-setnotificationtimestamp-example-pagetimestamp": "Set the notification timestamp for \"Main page\" so all edits since 1 January 2012 are unviewed",
934 "apihelp-setnotificationtimestamp-example-allpages": "Reset the notification status for pages in the User namespace",
935
936 "apihelp-tokens-description": "Get tokens for data-modifying actions.\n\nThis module is deprecated in favor of [[Special:ApiHelp/query+tokens|action=query&meta=tokens]].",
937 "apihelp-tokens-param-type": "Types of token to request.",
938 "apihelp-tokens-example-edit": "Retrieve an edit token (the default).",
939 "apihelp-tokens-example-emailmove": "Retrieve an email token and a move token.",
940
941 "apihelp-unblock-description": "Unblock a user.",
942 "apihelp-unblock-param-id": "ID of the block to unblock (obtained through list=blocks). Cannot be used together with $1user.",
943 "apihelp-unblock-param-user": "Username, IP address or IP range to unblock. Cannot be used together with $1id.",
944 "apihelp-unblock-param-reason": "Reason for unblock.",
945 "apihelp-unblock-example-id": "Unblock block ID #105",
946 "apihelp-unblock-example-user": "Unblock user Bob with reason \"Sorry Bob\"",
947
948 "apihelp-undelete-description": "Restore revisions of a deleted page.\n\nA list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevs|list=deletedrevs]], and a list of deleted file ids can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].",
949 "apihelp-undelete-param-title": "Title of the page to restore.",
950 "apihelp-undelete-param-reason": "Reason for restoring.",
951 "apihelp-undelete-param-timestamps": "Timestamps of the revisions to restore. If both $1timestamps and $1fileids are empty, all will be restored.",
952 "apihelp-undelete-param-fileids": "IDs of the file revisions to restore. If both $1timestamps and $1fileids are empty, all will be restored.",
953 "apihelp-undelete-param-watchlist": "Unconditionally add or remove the page from your watchlist, use preferences or do not change watch.",
954 "apihelp-undelete-example-page": "Undelete [[Main Page]]",
955 "apihelp-undelete-example-revisions": "Undelete two revisions of [[Main Page]]",
956
957 "apihelp-upload-description": "Upload a file, or get the status of pending uploads.\n\nSeveral methods are available:\n* Upload file contents directly, using the \"$1file\" parameter.\n* Upload the file in pieces, using the \"$1filesize\", \"$1chunk\" and \"$1offset\" parameters.* Have the MediaWiki server fetch a file from a URL, using the \"$1url\" parameter.\n* Complete an earlier upload that failed due to warnings, using the \"$1filekey\" parameter.\nNote that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending the \"$1file\".",
958 "apihelp-upload-param-filename": "Target filename.",
959 "apihelp-upload-param-comment": "Upload comment. Also used as the initial page text for new files if \"$1text\" is not specified.",
960 "apihelp-upload-param-text": "Initial page text for new files.",
961 "apihelp-upload-param-watch": "Watch the page.",
962 "apihelp-upload-param-watchlist": "Unconditionally add or remove the page from your watchlist, use preferences or do not change watch.",
963 "apihelp-upload-param-ignorewarnings": "Ignore any warnings.",
964 "apihelp-upload-param-file": "File contents.",
965 "apihelp-upload-param-url": "URL to fetch the file from.",
966 "apihelp-upload-param-filekey": "Key that identifies a previous upload that was stashed temporarily.",
967 "apihelp-upload-param-sessionkey": "Same as $1filekey, maintained for backward compatibility.",
968 "apihelp-upload-param-stash": "If set, the server will not add the file to the repository and stash it temporarily.",
969 "apihelp-upload-param-filesize": "Filesize of entire upload.",
970 "apihelp-upload-param-offset": "Offset of chunk in bytes.",
971 "apihelp-upload-param-chunk": "Chunk contents.",
972 "apihelp-upload-param-async": "Make potentially large file operations asynchronous when possible.",
973 "apihelp-upload-param-asyncdownload": "Make fetching a URL asynchronous.",
974 "apihelp-upload-param-leavemessage": "If asyncdownload is used, leave a message on the user talk page if finished.",
975 "apihelp-upload-param-statuskey": "Fetch the upload status for this file key (upload by URL).",
976 "apihelp-upload-param-checkstatus": "Only fetch the upload status for the given file key.",
977 "apihelp-upload-example-url": "Upload from a URL",
978 "apihelp-upload-example-filekey": "Complete an upload that failed due to warnings",
979
980 "apihelp-userrights-description": "Change a user's group membership.",
981 "apihelp-userrights-param-user": "User name.",
982 "apihelp-userrights-param-userid": "User id.",
983 "apihelp-userrights-param-add": "Add the user to these groups.",
984 "apihelp-userrights-param-remove": "Remove the user from these groups.",
985 "apihelp-userrights-param-reason": "Reason for the change.",
986 "apihelp-userrights-example-user": "Add user FooBot to group \"bot\", and remove from groups \"sysop\" and \"bureaucrat\"",
987 "apihelp-userrights-example-userid": "Add the user with id 123 to group \"bot\", and remove from groups \"sysop\" and \"bureaucrat\"",
988
989 "apihelp-watch-description": "Add or remove pages from the current user's watchlist.",
990 "apihelp-watch-param-title": "The page to (un)watch. Use $1titles instead.",
991 "apihelp-watch-param-unwatch": "If set the page will be unwatched rather than watched.",
992 "apihelp-watch-example-watch": "Watch the page \"Main Page\"",
993 "apihelp-watch-example-unwatch": "Unwatch the page \"Main Page\"",
994 "apihelp-watch-example-generator": "Watch the first few pages in the main namespace",
995
996 "apihelp-format-example-generic": "Format the query result in the $1 format",
997 "apihelp-dbg-description": "Output data in PHP's var_export() format.",
998 "apihelp-dbgfm-description": "Output data in PHP's var_export() format (pretty-print in HTML).",
999 "apihelp-dump-description": "Output data in PHP's var_dump() format.",
1000 "apihelp-dumpfm-description": "Output data in PHP's var_dump() format (pretty-print in HTML).",
1001 "apihelp-json-description": "Output data in JSON format.",
1002 "apihelp-json-param-callback": "If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.",
1003 "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.",
1004 "apihelp-jsonfm-description": "Output data in JSON format (pretty-print in HTML).",
1005 "apihelp-none-description": "Output nothing.",
1006 "apihelp-php-description": "Output data in serialized PHP format.",
1007 "apihelp-phpfm-description": "Output data in serialized PHP format (pretty-print in HTML).",
1008 "apihelp-rawfm-description": "Output data with the debugging elements in JSON format (pretty-print in HTML).",
1009 "apihelp-txt-description": "Output data in PHP's print_r() format.",
1010 "apihelp-txtfm-description": "Output data in PHP's print_r() format (pretty-print in HTML).",
1011 "apihelp-wddx-description": "Output data in WDDX format.",
1012 "apihelp-wddxfm-description": "Output data in WDDX format (pretty-print in HTML).",
1013 "apihelp-xml-description": "Output data in XML format.",
1014 "apihelp-xml-param-xslt": "If specified, adds &lt;xslt&gt; as stylesheet. This should be a wiki page in the MediaWiki namespace whose page name ends with \".xsl\".",
1015 "apihelp-xml-param-includexmlnamespace": "If specified, adds an XML namespace.",
1016 "apihelp-xmlfm-description": "Output data in XML format (pretty-print in HTML).",
1017 "apihelp-yaml-description": "Output data in YAML format.",
1018 "apihelp-yamlfm-description": "Output data in YAML format (pretty-print in HTML).",
1019
1020 "api-format-title": "MediaWiki API result",
1021 "api-format-prettyprint-header": "You are looking at the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.\n\nSpecify the format parameter to change the output format. To see the non-HTML representation of the $1 format, set format=$2.\n\nSee the [https://www.mediawiki.org/wiki/API complete documentation], or [[Special:ApiHelp/main|API help]] for more information.",
1022
1023 "api-orm-param-props": "Fields to query.",
1024 "api-orm-param-limit": "Max amount of rows to return.",
1025
1026 "api-pageset-param-titles": "A list of titles to work on.",
1027 "api-pageset-param-pageids": "A list of page IDs to work on.",
1028 "api-pageset-param-revids": "A list of revision IDs to work on.",
1029 "api-pageset-param-generator": "Get the list of pages to work on by executing the specified query module.\n\n'''NOTE:''' generator parameter names must be prefixed with a \"g\", see examples.",
1030 "api-pageset-param-redirects-generator": "Automatically resolve redirects in $1titles, $1pageids, and $1revids, and in pages returned by $1generator.",
1031 "api-pageset-param-redirects-nogenerator": "Automatically resolve redirects in $1titles, $1pageids, and $1revids.",
1032 "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.",
1033
1034 "api-help-title": "MediaWiki API help",
1035 "api-help-lead": "This is an auto-generated MediaWiki API documentation page.\n\nDocumentation and examples: https://www.mediawiki.org/wiki/API",
1036 "api-help-main-header": "Main module",
1037 "api-help-fallback-description": "$1",
1038 "api-help-fallback-parameter": "$1",
1039 "api-help-fallback-example": "$1",
1040 "api-help-flags": "",
1041 "api-help-flag-deprecated": "This module is deprecated.",
1042 "api-help-flag-internal": "<strong>This module is internal or unstable.</strong> Its operation may change without notice.",
1043 "api-help-flag-readrights": "This module requires read rights.",
1044 "api-help-flag-writerights": "This module requires write rights.",
1045 "api-help-flag-mustbeposted": "This module only accepts POST requests.",
1046 "api-help-flag-generator": "This module can be used as a generator.",
1047 "api-help-help-urls": "",
1048 "api-help-parameters": "{{PLURAL:$1|Parameter|Parameters}}:",
1049 "api-help-param-deprecated": "Deprecated.",
1050 "api-help-param-required": "This parameter is required.",
1051 "api-help-param-list": "{{PLURAL:$1|1=One value|2=Values (separate with \"{{!}}\")}}: $2",
1052 "api-help-param-list-can-be-empty": "{{PLURAL:$1|0=Must be empty|Can be empty, or $2}}",
1053 "api-help-param-limit": "No more than $1 allowed.",
1054 "api-help-param-limit2": "No more than $1 ($2 for bots) allowed.",
1055 "api-help-param-integer-min": "The {{PLURAL:$1|1=value|2=values}} must be no less than $2.",
1056 "api-help-param-integer-max": "The {{PLURAL:$1|1=value|2=values}} must be no greater than $3.",
1057 "api-help-param-integer-minmax": "The {{PLURAL:$1|1=value|2=values}} must be between $2 and $3.",
1058 "api-help-param-upload": "Must be posted as a file upload using multipart/form-data.",
1059 "api-help-param-multi-separate": "Separate values with \"|\".",
1060 "api-help-param-multi-max": "Maximum number of values is {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} for bots).",
1061 "api-help-param-default": "Default: $1",
1062 "api-help-param-default-empty": "Default: <span class=\"apihelp-empty\">(empty)</span>",
1063 "api-help-param-token": "A \"$1\" token retrieved from [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]",
1064 "api-help-param-token-webui": "For compatibility, the token used in the web UI is also accepted.",
1065 "api-help-param-disabled-in-miser-mode": "Disabled due to [https://www.mediawiki.org/wiki/Manual:$wgMiserMode miser mode].",
1066 "api-help-param-limited-in-miser-mode": "'''NOTE:''' Due to [https://www.mediawiki.org/wiki/Manual:$wgMiserMode miser mode], using this may result in fewer than \"$1limit\" results returned before continuing; in extreme cases, zero results may be returned.",
1067 "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.",
1068 "api-help-param-continue": "When more results are available, use this to continue.",
1069 "api-help-param-no-description": "<span class=\"apihelp-empty\">(no description)</span>",
1070 "api-help-examples": "{{PLURAL:$1|Example|Examples}}:",
1071 "api-help-permissions": "{{PLURAL:$1|Permission|Permissions}}:",
1072 "api-help-permissions-granted-to": "{{PLURAL:$1|Granted to}}: $2",
1073 "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.",
1074
1075 "api-credits-header": "Credits",
1076 "api-credits": "API developers:\n* Roan Kattouw (lead developer Sep 2007–2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Yuri Astrakhan (creator, lead developer Sep 2006–Sep 2007)\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://bugzilla.wikimedia.org/."
1077 }