1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
{
"@metadata": {
"authors": [
"Bjh21",
"Chase me ladies, I'm the Cavalry",
"Dreamy Jazz",
"Macofe",
"Reedy",
"Samwilson"
]
},
"apihelp-main-param-errorsuselocal": "If given, error texts will use locally-customised messages from the {{ns:MediaWiki}} namespace.",
"apihelp-compare-param-fromcontentformat-{slot}": "Content serialisation format of <var>fromtext-{slot}</var>.",
"apihelp-compare-param-tocontentformat-{slot}": "Content serialisation format of <var>totext-{slot}</var>.",
"apihelp-delete-example-simple": "Delete <kbd>Main Page</kbd>.",
"apihelp-delete-example-reason": "Delete <kbd>Main Page</kbd> with the reason <kbd>Preparing for move</kbd>.",
"apihelp-edit-param-contentformat": "Content serialisation format used for the input text.",
"apihelp-parse-param-contentformat": "Content serialisation format used for the input text. Only valid when used with $1text.",
"apihelp-query+info-paramvalue-prop-linkclasses": "Gives the additional CSS classes (e.g. link colours) used for links to this page if they were to appear on the page named by <var>$1linkcontext</var>.",
"apihelp-query+info-param-linkcontext": "The context title to use when determining extra CSS classes (e.g. link colours) when <var>$1prop</var> contains <var>linkclasses</var>.",
"apihelp-query+revisions+base-param-contentformat": "Serialisation format used for <var>$1difftotext</var> and expected for output of content.",
"apihelp-query+search-example-generator": "Get page information about the pages returned for a search for <kbd>meaning</kbd>.",
"apihelp-query+siteinfo-paramvalue-prop-rightsinfo": "Returns wiki rights (licence) information if available.",
"apihelp-stashedit-param-contentformat": "Content serialisation format used for the input text.",
"apihelp-php-summary": "Output data in serialised PHP format.",
"apihelp-phpfm-summary": "Output data in serialised PHP format (pretty-print in HTML).",
"api-help-license": "Licence: [[$1|$2]]",
"api-help-license-unknown": "Licence: <span class=\"apihelp-unknown\">unknown</span>",
"api-help-datatypes-top": "Input to MediaWiki should be NFC-normalised UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail.\n\nParameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator ''and'' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.\n\nSome parameter types in API requests need further explanation:",
"apierror-contentserializationexception": "Content serialisation failed: $1",
"apierror-unknownaction": "The action specified, <kbd>$1</kbd>, is not recognised.",
"apierror-unknownformat": "Unrecognised format \"$1\".",
"apierror-unrecognizedparams": "Unrecognised {{PLURAL:$2|parameter|parameters}}: $1.",
"apierror-unrecognizedvalue": "Unrecognised value for parameter <var>$1</var>: $2.",
"apierror-urlparamnormal": "Could not normalise image parameters for $1.",
"apiwarn-badutf8": "The value passed for <var>$1</var> contains invalid or non-normalised data. Textual data should be valid, NFC-normalised Unicode without C0 control characters other than HT (\\t), LF (\\n), and CR (\\r).",
"apiwarn-unrecognizedvalues": "Unrecognised {{PLURAL:$3|value|values}} for parameter <var>$1</var>: $2."
}
|