mediawiki-extensions-Linter/i18n/api/en.json
Bartosz Dziewoński fb58818a42 ApiQueryLintErrors: Allow querying by page title
Adding a new parameter 'lnttitle'.

The SQL queries should work the same as the ones when using the
existing parameter 'lntnamespace'.

Bug: T254930
Change-Id: Ic34617e2f56d1055388ea6e8a93ff641f0342240
2020-06-09 20:38:21 +02:00

31 lines
1.7 KiB
JSON

{
"@metadata": {
"authors": [
"Brad Jorsch",
"Haikal Izzuddin",
"Kunal Mehta",
"xyx_is"
]
},
"apihelp-query+linterrors-description": "Get a list of lint errors",
"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-record-lint-description": "Record a lint error in the database",
"apihelp-record-lint-summary": "Record a lint error in the database",
"apihelp-record-lint-param-data": "JSON encoded data about the error",
"apihelp-record-lint-param-page": "Page title",
"apihelp-record-lint-param-revision": "Revision ID that the error was found in",
"apihelp-query+linterstats-description": "Get number of lint errors in each 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",
"apierror-linter-invalid-ip": "Your IP address has not been whitelisted to report lint errors",
"apierror-linter-invalid-data": "Invalid data",
"apierror-linter-invalid-title": "Invalid, non-existent, or outdated title"
}