RazeSoldier
Recently I am developing a bot to fix the linter error on zhwiki. But I encountered an obstacle. I can’t find linter error point. E.g.:
{
"pageid": 3912458,
"ns": 0,
"title": "首音互換",
"lintId": 14657777,
"category": "multiple-unclosed-formatting-tags",
"location": [
2129,
2275
],
"templateInfo": {},
"params": {
"inTable": true,
"name": "u"
}
},
I don’t know what “location” represents. Does anyone know?