mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-13 17:57:15 +00:00
93552f7f1a
Bug: T342646 Follow-Up: I8397a24e85ca9f5a9ce6413dec5efa8c401a9960 Change-Id: Ief80d8524472051fc03aec75047fc7a2127aab26
22 lines
1 KiB
JSON
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"
|
|
}
|