Widget:Sandbox3: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
function poke() { | |||
var api = new mw.Api(); | var api = new mw.Api(); | ||
api.get( { | api.get( { | ||
Line 13: | Line 14: | ||
} | } | ||
} ); | } ); | ||
} | |||
</script> | </script> | ||
<input type="button" onclick="poke()" /> | |||
</includeonly> | </includeonly> |