Widget:Refresh : Différence entre versions
Ligne 8 : | Ligne 8 : | ||
api.get( { | api.get( { | ||
action: 'expandtemplates', | action: 'expandtemplates', | ||
− | text: '{{ | + | text: '{{Focus:Texte=test}}' |
} ).done ( function ( data ) { | } ).done ( function ( data ) { | ||
alert(data.expandtemplates['*']); | alert(data.expandtemplates['*']); |
Version du 1 juillet 2019 à 09:26
<script type="text/javascript">
setTimeout(function(){ window.location.reload(1);
}, 300000);
var api = new mw.Api(); api.get( {
action: 'expandtemplates', text: 'Modèle:Focus:Texte=test'
} ).done ( function ( data ) {
alert(data.expandtemplates['*']);
} );
</script>