Widget:Refresh : Différence entre versions
Ligne 5 : | Ligne 5 : | ||
api.get( { | api.get( { | ||
action: 'expandtemplates', | action: 'expandtemplates', | ||
− | text: '{{#invoke: | + | text: '{{#invoke:Liste7|main |
+ | |fields=apercu,_pageName,titre,realisateurs,dateDebut,dateFin,annee,resumefr,resumeen,resumede,idSupport,timecode,duree,video,thematique | ||
+ | |where=apercu<>'' | ||
+ | }} | ||
+ | ' | ||
} ).done ( function ( data ) { | } ).done ( function ( data ) { | ||
alert(data.expandtemplates['*']); | alert(data.expandtemplates['*']); |
Version du 1 juillet 2019 à 10:00
<script type="text/javascript">
var api = new mw.Api(); setTimeout(function(){ var api = new mw.Api();
api.get( {
action: 'expandtemplates',
text: '
' } ).done ( function ( data ) {
alert(data.expandtemplates['*']);
} );
}, 3000);
</script>