User:The editor1/monobook.js

From Wikipedia, the free encyclopedia

If a message on your talk page led you here, please be wary of who left it. The code below could contain malicious content capable of compromising your account; if your account appears to be compromised, it will be blocked. If you are unsure whether the code is safe, you can ask at the appropriate village pump.
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
//<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>