Ouvrir le menu principal

Modifications

MediaWiki:Common.js

70 octets ajoutés, 12 juillet 2013 à 14:39
aucun résumé de modification
{
var api = new mw.Api();
var zone = $(this).val();
console.log(zone);
api.get({
'action': 'ask',
'query': '[[-Has subobject::<q>[['+$(this).val()zone+']]</q>]]|?Carte|Sort=Carte',
})
.done(function(data)
{
console.log(data); var cartes = data.query.results[$(this).val()zone+'#Carte'].printouts.Carte;console.log(cartes);
$("option", "#zoneCarte").each(function() {
$(this).remove();