Widget:Refresh : Différence entre versions
Ligne 2 : | Ligne 2 : | ||
var api = new mw.Api(); | var api = new mw.Api(); | ||
setTimeout(function(){ | setTimeout(function(){ | ||
− | api.get( { | + | var api = new mw.Api(); |
− | action: ' | + | api.get( { |
+ | action: 'expandtemplates', | ||
+ | text: '{{#invoke:liste7}}' | ||
} ).done ( function ( data ) { | } ).done ( function ( data ) { | ||
alert(data.expandtemplates['*']); | alert(data.expandtemplates['*']); | ||
} ); | } ); | ||
− | |||
}, 3000); | }, 3000); | ||
</script> | </script> |
Version du 1 juillet 2019 à 09:59
<script type="text/javascript">
var api = new mw.Api(); setTimeout(function(){ var api = new mw.Api();
api.get( {
action: 'expandtemplates',
text: 'Erreur de script : vous devez spécifier une fonction à appeler.'
} ).done ( function ( data ) {
alert(data.expandtemplates['*']);
} );
}, 3000);
</script>