Revision as of 15:39, 22 October 2012 by Matt Pijoan(talk | contribs)(Created page with "<includeonly> var api = new mw.Api(); api.get( { action: 'query', meta: 'userinfo', format: 'json' }, { ok: function (data) { alert(data.query.userinfo.name); } }...")