5 "Chase me ladies, I'm the Cavalry",
12 "apihelp-main-param-errorsuselocal": "If given, error texts will use locally-customised messages from the {{ns:MediaWiki}} namespace.",
13 "apihelp-compare-param-fromcontentformat-{slot}": "Content serialisation format of <var>fromtext-{slot}</var>.",
14 "apihelp-compare-param-tocontentformat-{slot}": "Content serialisation format of <var>totext-{slot}</var>.",
15 "apihelp-delete-example-simple": "Delete <kbd>Main Page</kbd>.",
16 "apihelp-delete-example-reason": "Delete <kbd>Main Page</kbd> with the reason <kbd>Preparing for move</kbd>.",
17 "apihelp-edit-param-contentformat": "Content serialisation format used for the input text.",
18 "apihelp-parse-param-contentformat": "Content serialisation format used for the input text. Only valid when used with $1text.",
19 "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>.",
20 "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>.",
21 "apihelp-query+revisions+base-param-contentformat": "Serialisation format used for <var>$1difftotext</var> and expected for output of content.",
22 "apihelp-query+search-example-generator": "Get page information about the pages returned for a search for <kbd>meaning</kbd>.",
23 "apihelp-query+siteinfo-paramvalue-prop-rightsinfo": "Returns wiki rights (licence) information if available.",
24 "apihelp-stashedit-param-contentformat": "Content serialisation format used for the input text.",
25 "apihelp-php-summary": "Output data in serialised PHP format.",
26 "apihelp-phpfm-summary": "Output data in serialised PHP format (pretty-print in HTML).",
27 "api-help-license": "Licence: [[$1|$2]]",
28 "api-help-license-unknown": "Licence: <span class=\"apihelp-unknown\">unknown</span>",
29 "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:",
30 "apierror-contentserializationexception": "Content serialisation failed: $1",
31 "apierror-unknownaction": "The action specified, <kbd>$1</kbd>, is not recognised.",
32 "apierror-unknownformat": "Unrecognised format \"$1\".",
33 "apierror-unrecognizedparams": "Unrecognised {{PLURAL:$2|parameter|parameters}}: $1.",
34 "apierror-unrecognizedvalue": "Unrecognised value for parameter <var>$1</var>: $2.",
35 "apierror-urlparamnormal": "Could not normalise image parameters for $1.",
36 "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).",
37 "apiwarn-unrecognizedvalues": "Unrecognised {{PLURAL:$3|value|values}} for parameter <var>$1</var>: $2."