MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 13: Line 13:
   var myElement = document.getElementById('mw-Mycanvas');
   var myElement = document.getElementById('mw-Mycanvas');
   myElement.innerHTML = '<html><canvas width="200" height="100" style="display: block; margin: 0 auto; border:1px solid red;"></canvas></html>';
   myElement.innerHTML = '<html><canvas width="200" height="100" style="display: block; margin: 0 auto; border:1px solid red;"></canvas></html>';
}());
(function () {
  var myElement = document.getElementById('mw-Mycanvas2');
  myElement.innerHTML = '<html><img id="my-image" src="https://en.wikipedia.org/static/images/icons/wikipedia.png" alt="Alt text" /></html>';


}());
}());


/*document.getElementById('mw-Mycanvas').innerHTML = '<canvas width="100" height="100" style="border:1px solid red;"></canvas>';*/
/*document.getElementById('mw-Mycanvas').innerHTML = '<canvas width="100" height="100" style="border:1px solid red;"></canvas>';*/

Navigation menu