mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-12-01 02:46:24 +00:00
243604ffc6
Bug: T189982 Change-Id: Ie06eb176da9257816057d2a9af2a793dfe169689
30 lines
1.6 KiB
JSON
30 lines
1.6 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-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"
|
|
}
|