mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-24 07:53:51 +00:00
9e51c0726f
No longer used since 1.33 Automatically removed message keys with "doc-apihelp-description" in qqq Bug: T340253 Change-Id: I09f150575d50e308200b72bc10c9ba1df5cbe941
21 lines
959 B
JSON
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"
|
|
}
|