User Details
User Details
- User Since
- Mar 14 2015, 6:06 PM (573 w, 5 d)
- Availability
- Available
- LDAP User
- Ujjwalwahi
- MediaWiki User
- Unknown
Mar 15 2015
Mar 15 2015
Ujjwalwahi added a comment to T92634: Add ParserOutput::getWarnings() to action=parse output.
I have created a patch here https://gerrit.wikimedia.org/r/#/c/196898/ Please have a look
Mar 14 2015
Mar 14 2015
Ujjwalwahi added a comment to T92634: Add ParserOutput::getWarnings() to action=parse output.
I would like to work on this. Something like following api result is required?
{
"parse": {
"title": "API",
"text": {
"*": "parsed text"
},
"parse_warnings": [],
}
}