Revision 68684 of "MediaWiki:Monobook.js" on cswikisource

/* Viz i nově zřízený MediaWiki:Common.js - viz bug 4178. */

/*
===Edit toolbar===
různá tlačítka na edit toolbar, zde podle cs.wiki a en.wiki
*/

function commonCustomizeEditToolbar()
  {
  if (!mwCustomEditButtons)
    return;
// vložení tabulky
mwCustomEditButtons[mwCustomEditButtons.length] = {
    "imageFile": "//upload.wikimedia.org/wikipedia/commons/0/04/Button_array.png",
    "speedTip": "Insert a table",
    "tagOpen": '{| class="wikitable"\n|-\n',
    "tagClose": "\n|}",
    "sampleText": "! header 1\n! header 2\n! header 3\n|-\n| row 1, cell 1\n| row 1, cell 2\n| row 1, cell 3\n|-\n| row 2, cell 1\n| row 2, cell 2\n| row 2, cell 3"}

}