ഉപയോക്താവ്:Vssun/monobook.js

വിക്കിപീഡിയ, ഒരു സ്വതന്ത്ര വിജ്ഞാനകോശം.

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror:: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences.

/*<pre><nowiki>
ടൂള്‍ ബാര്‍ ബട്ടണുകള്‍ അടുക്കിപ്പെറുക്കി വയ്ക്കാനുള്ള സ്ക്രിപ്റ്റ്‌
Maintainer : [[User:Tux the penguin]]
*/
function lija_rearrange()
{
var def,ext;
if(mwEditButtons)
def=mwEditButtons;
 
if(mwCustomEditButtons)
ext=mwCustomEditButtons;
 
if(def!=null && ext!=null)
{
var defc=def.slice();
 var extc=ext.slice();
try
  {
def[2]=extc[1];
def[3]=defc[4];
def[4]=extc[8];
def[5]=extc[5];
def[6]=extc[9];
def[7]=extc[2];
def[8]=defc[10];
def[9]=extc[6];
def[10]=defc[8];
def[def.length]={
     "imageFile": "http://upload.wikimedia.org/wikipedia/commons/8/88/Btn_toolbar_enum.png",
     "speedTip": "എണ്ണമിട്ട പട്ടിക",
     "tagOpen": "\n#",
     "tagClose": "\n#രണ്ടാമത്തെ ഇനം\n#മൂന്നാമത്തെ ഇനം",
     "sampleText": "ഒന്നാമത്തെ ഇനം"};
def[def.length]={
     "imageFile": "http://upload.wikimedia.org/wikipedia/commons/1/11/Btn_toolbar_liste.png",
     "speedTip": "എണ്ണമിടാത്ത പട്ടിക",
     "tagOpen": "\n*",
     "tagClose": "\n*രണ്ടാമത്തെ ഇനം\n*മൂന്നാമത്തെ ഇനം",
     "sampleText": "ഒന്നാമത്തെ ഇനം"};
def[def.length]={
     "imageFile": "http://upload.wikimedia.org/wikipedia/commons/b/b4/Button_category03.png",
     "speedTip": "സൂചിക ചേര്ക്കുക",
     "tagOpen": "[[Category:",
     "tagClose": "]]",
     "sampleText": "ഉള്ളടക്കം"};
def[def.length]={
     "imageFile": "http://upload.wikimedia.org/wikipedia/commons/b/bf/WP-icon.png",
     "speedTip": "വിക്കിവല്‍ക്കരണം",
     "tagOpen": "{{",
     "tagClose": "}}",
     "sampleText": "വിക്കിവല്‍ക്കരണം"};
def[def.length]={
     "imageFile": "http://upload.wikimedia.org/wikipedia/commons/2/2e/Button_broom.png",
     "speedTip": "വൃത്തിയാക്കേണ്ടവ",
     "tagOpen": "{{",
     "tagClose": "}}",
     "sampleText": "വൃത്തിയാക്കേണ്ടവ"};
def[def.length]={
     "imageFile": "http://upload.wikimedia.org/wikipedia/commons/0/0d/Button_wikification.png",
     "speedTip": "അപൂര്‍ണ്ണം",
     "tagOpen": "{{",
     "tagClose": "}}",
     "sampleText": "അപൂര്‍ണ്ണം"};
def[def.length]={
     "imageFile": "http://upload.wikimedia.org/wikipedia/commons/4/4d/Button_quotes.png",
     "speedTip": "ഉദ്ധരണി",
     "tagOpen": "{{ഉദ്ധരണി|",
     "tagClose": "}}",
     "sampleText": "പറഞ്ഞു"};
 
ext[0]=defc[2];
ext[1]=defc[3];
ext[2]=defc[5];
ext[3]=defc[6];
ext[4]=extc[7];
ext[5]=defc[7];
ext[6]=extc[3];
ext[7]=extc[4];
ext[8]=extc[0];
ext[9]=extc[10];
ext[10]=extc[11];
ext[11]=defc[9];
}
catch(ex)
{
//എറര്‍ ഉണ്ടായാല്‍..... സഹിക്കുക. അല്ലാണ്ടെന്തു ചെയ്യാന്‍ ?
}
}
 
 
}
 
addOnloadHook(lija_rearrange);
//****************************************************************************************************************
//ടൂള്‍ ബാര്‍ സ്ക്രിപ്റ്റ്‌ ഇവിടെ അവസാനിയ്ക്കുന്നു. 
//****************************************************************************************************************
/*</nowiki></pre>*/
ആശയവിനിമയം