mediawiki-extensions-TextEx.../i18n/api/en.json
Umherirrender cd565f856a i18n: Split apihelp for parameter prop=extracts&exsectionformat=
Easier to translate
There is no visible change on Special:ApiHelp/query+extracts

Bug: T285545
Change-Id: Ide7650148ea3bbf9fa85fb052090f3b13f1b42c5
2023-08-05 02:30:49 +02:00

22 lines
1.9 KiB
JSON

{
"@metadata": {
"authors": []
},
"apihelp-query+extracts-summary": "Returns plain-text or limited HTML extracts of the given pages.",
"apihelp-query+extracts-param-chars": "How many characters to return. Actual text returned might be slightly longer.",
"apihelp-query+extracts-param-sentences": "How many sentences to return.",
"apihelp-query+extracts-param-limit": "How many extracts to return. (Multiple extracts can only be returned if exintro is set to true.)",
"apihelp-query+extracts-param-intro": "Return only content before the first section.",
"apihelp-query+extracts-param-plaintext": "Return extracts as plain text instead of limited HTML.",
"apihelp-query+extracts-param-sectionformat": "How to format sections in plaintext mode:",
"apihelp-query+extracts-paramvalue-sectionformat-plain": "No formatting.",
"apihelp-query+extracts-paramvalue-sectionformat-wiki": "Wikitext-style formatting (== like this ==).",
"apihelp-query+extracts-paramvalue-sectionformat-raw": "This module's internal representation (section titles prefixed with <ASCII 1><ASCII 2><section level><ASCII 2><ASCII 1>).",
"apihelp-query+extracts-example-1": "Get a 175-character extract",
"apiwarn-textextracts-limit": "<var>exlimit</var> was too large for a whole article extracts request, lowered to $1.",
"apiwarn-textextracts-unsupportedmodel": "$1 has content model $2, which is not supported; returning an empty extract.",
"apiwarn-textextracts-title-in-file-namespace": "Extract for a title in File namespace was requested, none returned.",
"apiwarn-textextracts-sentences-and-html": "The <var>$1sentences</var> parameter may have unexpected results when used in HTML mode.",
"apiwarn-textextracts-malformed-html": "HTML may be malformed and/or unbalanced and may omit inline images. Use at your own risk. Known problems are listed at https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:TextExtracts#Caveats."
}