mediawiki-extensions-Linter/i18n/api/en.json
Umherirrender 9e51c0726f api: Remove old apihelp i18n description messages
No longer used since 1.33

Automatically removed message keys with "doc-apihelp-description" in qqq

Bug: T340253
Change-Id: I09f150575d50e308200b72bc10c9ba1df5cbe941
2023-06-23 23:57:08 +02:00

21 lines
959 B
JSON

{
"@metadata": {
"authors": [
"Brad Jorsch",
"Haikal Izzuddin",
"Kunal Mehta",
"xyx_is"
]
},
"apihelp-query+linterrors-summary": "Get a list of lint errors",
"apihelp-query+linterrors-param-categories": "Categories of lint errors",
"apihelp-query+linterrors-param-limit": "Number of results to query",
"apihelp-query+linterrors-param-from": "Lint ID to start querying from",
"apihelp-query+linterrors-param-namespace": "Only include lint errors from the specified namespaces",
"apihelp-query+linterrors-param-pageid": "Only include lint errors from the specified page IDs",
"apihelp-query+linterrors-param-title": "Only include lint errors from the specified page title",
"apihelp-query+linterrors-example-1": "Get all lint errors of the obsolete-tag category",
"apihelp-query+linterstats-summary": "Get number of lint errors in each category",
"apihelp-query+linterstats-example-1": "Get number of lint errors in each category"
}