mediawiki-extensions-Linter/i18n/api/en.json
Umherirrender 93552f7f1a Add apihelp message for list=linterrors&invisible-categories=
Bug: T342646
Follow-Up: I8397a24e85ca9f5a9ce6413dec5efa8c401a9960
Change-Id: Ief80d8524472051fc03aec75047fc7a2127aab26
2023-08-04 22:07:06 +02:00

22 lines
1 KiB
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-invisible-categories": "Invisible 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"
}