User:The editor1/monobook.js
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Mozilla/Safari: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Internet Explorer: press Ctrl-F5, Opera/Konqueror: press F5.
//<pre> var tooly=document.getElementById("toolbar"); if(tooly!=null) { var tooly=document.getElementById("toolbar"); tooly.write("\<script type='text\/javascript'> /\*\<\![CDATA[\*/ addButton('/skins-1.5/common/images/button_bold.png\','Bold text','\'\'\'','\'\'\'','Bold text')\; addButton('/skins-1.5/common/images/button_italic.png','Italic text','\'\'','\'\'','Italic text')\; addButton('/skins-1.5/common/images/button_link.png','Internal link','[[',']]','Link title')\; addButton('/skins-1.5/common/images/button_extlink.png','External link (remember http:// prefix)','[http://',']','location•altname')\; addButton('/skins-1.5/common/images/button_headline.png','Level 2 headline','\n== ',' ==\n','Headline text')\; addButton('/skins-1.5/common/images/button_image.png','Embedded image','[[Image:',']]','Example.jpg')\; addButton('/skins-1.5/common/images/button_media.png','Media file link','[[Media:',']]','Example.ogg')\; addButton('/skins-1.5/common/images/button_math.png','Mathematical formula (LaTeX)','<math>','</math>','Insert formula here')\; addButton('/skins-1.5/common/images/button_nowiki.png','Ignore wiki formatting','<nowiki>','</nowiki>','Insert non-formatted text here')\; addButton('/skins-1.5/common/images/button_sig.png','Your signature with timestamp','--~~~~','','')\; addButton('/skins-1.5/common/images/button_hr.png','Horizontal line (use sparingly)','\n----\n','','')\; addButton('http://upload.wikimedia.org/wikipedia/en/c/c9/Button_strike.png','Striked text','<s>','</s>','')\; addButton('http://upload.wikimedia.org/wikipedia/en/5/5f/Button_center.png','Center text','<center>','</center>','')\; addButton('http://upload.wikimedia.org/wikipedia/en/6/60/Button_insert_table.png','Make a table','\n{| border=\"1\" \n|-\n|','|}','')\; addButton('http://upload.wikimedia.org/wikipedia/en/1/13/Button_enter.png','Line break','\n<br>\n','','')\; /\*]]>\*/ </script>"); } window.onload=document.search.focous(); //</pre>