Content deleted Content added
No edit summary |
No edit summary |
||
Line 13:
action: 'parse',
page: name,
prop: 'wikitext',
format: 'json'
};
Line 18 ⟶ 19:
api.get(FADparams).done(data => {
return data.parse.
});
}
|