میدیاویکی:Common.js: جیاوازیی نێوان پێداچوونەوەکان

ناوەڕۆکی سڕاو ناوەڕۆکی زیادکراو
No edit summary
No edit summary
ھێڵی ١٬٠٦٩:
}
}());
 
/**
* Bring today featured picture of commons
* @author User:Ebraminio
**/
$.when(
new mw.Api({ ajax: { url: '//commons.wikimedia.org/w/api.php' } }).get({
action: 'parse',
format: 'json',
page: 'Main Page/potd',
prop: 'text',
origin: window.location.protocol + '//' + window.location.hostname
}),
$.ready
).then(function (res) {
$('#mp-commonsfp').html(res[0].parse.text['*']);
});