MediaWiki:Common.js

Aus OPwiki

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(mal sehen obs hinhaut ^^)
(Neue Logos von Kaizoku)
 
(Der Versionsvergleich bezieht 23 dazwischenliegende Versionen mit ein.)
Zeile 1: Zeile 1:
 +
//<pre>
/* Jedes JavaScript hier wird für alle Benutzer für jede Seite geladen. */
/* Jedes JavaScript hier wird für alle Benutzer für jede Seite geladen. */
 +
//<pre>
 +
function addonBackgroundSwitcher() {
-
/**  
+
    var logoimages = new Array();
 +
    logoimages[0] = 'https://opwiki.org/images/OPwiki-new-ace.png';
 +
    logoimages[1] = 'https://opwiki.org/images/OPwiki-new-aokiji.png';
 +
    logoimages[2] = 'https://opwiki.org/images/OPwiki-new-franky.png';
 +
    logoimages[3] = 'https://opwiki.org/images/OPwiki-new-sanji.png';
 +
    logoimages[4] = 'https://opwiki.org/images/OPwiki-new-zorro.png';
 +
    logoimages[5] = 'https://opwiki.org/images/OPwiki-new-lucci.png';
 +
    logoimages[6] = 'https://opwiki.org/images/OPwiki-new-mihawk.png';
 +
    logoimages[7] = 'https://opwiki.org/images/OPwiki-new-shanks.png';
 +
    logoimages[8] = 'https://opwiki.org/images/OPwiki-new-enel.png';
 +
    logoimages[9] = 'https://opwiki.org/images/OPwiki-new-moria.png';
 +
    logoimages[10] = 'https://opwiki.org/images/OPwiki-new-nami.png';
 +
    logoimages[11] = 'https://opwiki.org/images/OPwiki-new-smoker.png';
 +
    logoimages[12] = 'https://opwiki.org/images/OPwiki-new-croco.png';
 +
    logoimages[13] = 'https://opwiki.org/images/OPwiki-new-ruffy.png';
 +
    logoimages[14] = 'https://opwiki.org/images/OPwiki-buggy.png';
 +
    logoimages[15] = 'https://opwiki.org/images/OPwiki-chopper.png';
 +
    logoimages[16] = 'https://opwiki.org/images/OPwiki-lysop.png';
 +
    logoimages[17] = 'https://opwiki.org/images/OPwiki-oz.png';
 +
    logoimages[18] = 'https://opwiki.org/images/OPwiki-perona.png';
 +
    logoimages[19] = 'https://opwiki.org/images/OPwiki-robin.png';
 +
    logoimages[20] = 'https://opwiki.org/images/OPwiki-morgan.png';
 +
    logoimages[21] = 'https://opwiki.org/images/OPwiki-vivi.png';
 +
    logoimages[22] = 'https://opwiki.org/images/OPwiki-batman.png';
 +
    logoimages[23] = 'https://opwiki.org/images/OPwiki-blackbeard.png';
 +
    logoimages[24] = 'https://opwiki.org/images/OPwiki-borsalino.png';
 +
    logoimages[25] = 'https://opwiki.org/images/OPwiki-brook.png';
 +
    logoimages[26] = 'https://opwiki.org/images/OPwiki-bruno.png';
 +
    logoimages[27] = 'https://opwiki.org/images/OPwiki-eisberg.png';
 +
    logoimages[28] = 'https://opwiki.org/images/OPwiki-hancock.png';
 +
    logoimages[29] = 'https://opwiki.org/images/OPwiki-jozu.png';
 +
    logoimages[30] = 'https://opwiki.org/images/OPwiki-kaido.png';
 +
    logoimages[31] = 'https://opwiki.org/images/OPwiki-kalifa.png';
 +
    logoimages[32] = 'https://opwiki.org/images/OPwiki-katakuri.png';
 +
    logoimages[33] = 'https://opwiki.org/images/OPwiki-katakuri2.png';
 +
    logoimages[34] = 'https://opwiki.org/images/OPwiki-kinemon.png';
 +
    logoimages[35] = 'https://opwiki.org/images/OPwiki-law.png';
 +
    logoimages[36] = 'https://opwiki.org/images/OPwiki-linlin.png';
 +
    logoimages[37] = 'https://opwiki.org/images/OPwiki-magellan.png';
 +
    logoimages[38] = 'https://opwiki.org/images/OPwiki-minatomo.png';
 +
    logoimages[39] = 'https://opwiki.org/images/OPwiki-oden.png';
 +
    logoimages[40] = 'https://opwiki.org/images/OPwiki-orochi.png';
 +
    logoimages[41] = 'https://opwiki.org/images/OPwiki-oven.png';
 +
    logoimages[42] = 'https://opwiki.org/images/OPwiki-pandaman.png';
 +
    logoimages[43] = 'https://opwiki.org/images/OPwiki-queen.png';
 +
    logoimages[44] = 'https://opwiki.org/images/OPwiki-saldeath.png';
 +
    logoimages[45] = 'https://opwiki.org/images/OPwiki-sentomaru.png';
 +
    logoimages[46] = 'https://opwiki.org/images/OPwiki-vergo.png';
 +
    logoimages[47] = 'https://opwiki.org/images/OPwiki-viola.png';
 +
    logoimages[48] = 'https://opwiki.org/images/OPwiki-vito.png';
 +
    logoimages[49] = 'https://opwiki.org/images/OPwiki-whitebeard.png';
 +
 
 +
    var currentlogo = Math.floor( Math.random() * logoimages.length );
 +
 
 +
    //check for IE
 +
    var rslt = navigator.appVersion.match(/MSIE (\d+\.\d+)/, '');
 +
 
 +
    if(rslt==null){ //not IE
 +
        document.getElementById('p-logo').style.background="url('" + logoimages[currentlogo] + "') no-repeat left top";
 +
        document.getElementById('gamesworld').style.background="url('https://opwiki.org/GamesWorld-Logo-opwiki.png') no-repeat";
 +
    }
 +
    else{ // IE
 +
        document.getElementById('p-logo').style.background="none";
 +
        document.getElementById('gamesworld').style.background="none";
 +
        document.getElementById('p-logo').style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+logoimages[currentlogo]+"', sizingMethod='crop')";
 +
        document.getElementById('gamesworld').style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://opwiki.org/GamesWorld-Logo-opwiki.png', sizingMethod='crop')";
 +
    }
 +
 
 +
    document.getElementById('p-logo').style.display="inline";
 +
    doneOnloadHook = true;
 +
 
 +
}
 +
 
 +
addOnloadHook(addonBackgroundSwitcher);
 +
 
 +
//for IE to cache background images
 +
try {
 +
  document.execCommand("BackgroundImageCache", false, true);
 +
} catch(err) {}
 +
 
 +
 
 +
function horizont_scroll(i)
 +
{
 +
  if(!i){ i=0; doneOnloadHook = true;}
 +
  i=i+1;
 +
  if(i>1601) i=1;
 +
  var val=""+i+"px 0px"
 +
  document.body.style.backgroundPosition=val;
 +
  setTimeout("horizont_scroll("+i+")",100);
 +
}
 +
//addOnloadHook(horizont_scroll);
 +
 
 +
 
 +
    /**  
         Toggles the display of elements on a page  
         Toggles the display of elements on a page  
         Author/contact: Austin Che http://openwetware.org/wiki/User:Austin
         Author/contact: Austin Che http://openwetware.org/wiki/User:Austin
-
*/
+
    */
-
+
 
// indexed array of toggler ids to array of associated toggle operations
// indexed array of toggler ids to array of associated toggle operations
// each operation is a two element array, the first being the type, the second a class name or array of elements
// each operation is a two element array, the first being the type, the second a class name or array of elements
Zeile 11: Zeile 107:
var togglers = new Array();     
var togglers = new Array();     
var allClasses = new Object(); // associative map of class names to page elements
var allClasses = new Object(); // associative map of class names to page elements
-
+
 
function toggler(id)
function toggler(id)
{
{
Zeile 17: Zeile 113:
     if (!toBeToggled)
     if (!toBeToggled)
         return;
         return;
-
+
 
     // if some element is in list more than once, it will be toggled multiple times
     // if some element is in list more than once, it will be toggled multiple times
     for (var i = 0; i < toBeToggled.length; i++)
     for (var i = 0; i < toBeToggled.length; i++)
Zeile 37: Zeile 133:
         if (!toggles || !toggles.length)
         if (!toggles || !toggles.length)
             continue;
             continue;
-
+
 
         var op = toBeToggled[i][0]; // what the operation will be
         var op = toBeToggled[i][0]; // what the operation will be
-
+
 
         switch (op)
         switch (op)
         {
         {
Zeile 63: Zeile 159:
     }
     }
}
}
-
+
 
function createTogglerLink(toggler, id)
function createTogglerLink(toggler, id)
{
{
Zeile 75: Zeile 171:
     toggler.insertBefore(toggle, toggler.firstChild);
     toggler.insertBefore(toggle, toggler.firstChild);
}
}
-
+
 
function toggleInit()
function toggleInit()
{
{
     var togglerElems = new Array();
     var togglerElems = new Array();
     var toggleGroup = new Array();
     var toggleGroup = new Array();
-
+
       
     // make list of all document classes
     // make list of all document classes
     var elems = document.getElementsByTagName("*");
     var elems = document.getElementsByTagName("*");
Zeile 89: Zeile 185:
         if (!elem.className)
         if (!elem.className)
             continue;
             continue;
-
+
 
         elem._toggle_original_display = elem.style.display;
         elem._toggle_original_display = elem.style.display;
         var togglerID = -1;
         var togglerID = -1;
Zeile 99: Zeile 195:
                 allClasses[elemClass] = new Array();
                 allClasses[elemClass] = new Array();
             allClasses[elemClass].push(elem);
             allClasses[elemClass].push(elem);
-
+
 
             // all the special classes begin with _toggle
             // all the special classes begin with _toggle
             if (elemClass.substring(0, 7) != "_toggle")
             if (elemClass.substring(0, 7) != "_toggle")
                 continue;
                 continue;
-
+
 
             if (elemClass == "_togglegroup")
             if (elemClass == "_togglegroup")
                 toggleGroup = new Array();
                 toggleGroup = new Array();
Zeile 127: Zeile 223:
                     togglerElems[togglerID] = elem;
                     togglerElems[togglerID] = elem;
                 }
                 }
-
+
 
                 // all classes are of form _toggler_op-CLASS
                 // all classes are of form _toggler_op-CLASS
                 // figure out what class we're toggling
                 // figure out what class we're toggling
Zeile 140: Zeile 236:
                     hyphen = elemClass.length;
                     hyphen = elemClass.length;
                 }
                 }
-
+
 
                 var op = elemClass.substring(8, hyphen);
                 var op = elemClass.substring(8, hyphen);
                 togglers[togglerID].push(new Array(op, toBeToggled));
                 togglers[togglerID].push(new Array(op, toBeToggled));
Zeile 146: Zeile 242:
         }
         }
     }
     }
-
+
 
     // add javascript links to all toggler elements
     // add javascript links to all toggler elements
     for (var i = 0; i < togglerElems.length; i++)
     for (var i = 0; i < togglerElems.length; i++)
         createTogglerLink(togglerElems[i], i);
         createTogglerLink(togglerElems[i], i);
}
}
-
+
 
addOnloadHook(toggleInit);
addOnloadHook(toggleInit);
-
+
 
-
//
+
function unToggle()
 +
{   
 +
  var path=window.location.href;
 +
  var parts=path.split("#");
 +
  if(parts.length > 1)
 +
  {
 +
      path=parts[parts.length-1];
 +
      parts=path.split(".23");
 +
     
 +
      var untogglerGroup = new Array();
 +
      var untogglerClass = new Array();
 +
         
 +
      // make list of all document classes
 +
      var elems = document.getElementsByTagName("*");
 +
      var numelems = elems.length;
 +
      for (var c=0; c < parts.length; c++)
 +
      {
 +
        for (var i = 0; i < elems.length; i++)
 +
        {
 +
            var elem = elems[i];
 +
            if (!elem.className)
 +
                continue;
 +
   
 +
            var elemClasses = elem.className.split(' '); // get list of classes
 +
           
 +
            for (var j = 0; j < elemClasses.length; j++)
 +
            {
 +
              var elemClass=elemClasses[j];
 +
              if (elemClass != parts[c])
 +
                  continue; 
 +
              else
 +
              {
 +
                  untogglerGroup.push(elem);
 +
                  untogglerClass.push(elemClass);
 +
              }
 +
            }
 +
        }
 +
      }
 +
 
 +
      // add javascript links to all toggler elements
 +
      for (var i = 0; i < untogglerGroup.length; i++)
 +
      {
 +
          untogglerGroup[i].style.display = '';
 +
      }
 +
  }
 +
}
 +
 
 +
addOnloadHook(unToggle);
 +
 
 +
function autoRedirect()
 +
{
 +
  var re = document.getElementById("bodyContent").getElementsByTagName("div");
 +
  for(var i=0;i<re.length;i++)
 +
  {
 +
      var div = re[i];
 +
      var text = div.innerHTML.replace(/(?:(?:^|\n)\s+|\s+(?:$|\n))/g,'').replace(/\s+/g,' ').substring(0,16);
 +
      if(text=="<ol><li>REDIRECT")
 +
      {
 +
          window.location.href = div.getElementsByTagName("a")[0].href;
 +
      }
 +
  }
 +
}
 +
 
 +
addOnloadHook(autoRedirect);
 +
 
 +
function addFlagged2Nav()
 +
{
 +
    if(!(!wgUserGroups) && wgUserGroups.indexOf("team")!= -1)
 +
    {
 +
        var nav= document.getElementById("p-navigation").children[1].children[0];
 +
        var li=document.createElement("li");
 +
        var a =document.createElement("a")
 +
        a.innerHTML="Änderungen sichten";
 +
        a.href="/wiki/Spezial:Seiten_mit_ungesichteten_Versionen";
 +
        li.appendChild(a);
 +
        nav.insertBefore(li, nav.children[3]);
 +
        var lii=document.createElement("li");
 +
        var aa=document.createElement("a")
 +
        aa.innerHTML="Neue Seiten sichten";
 +
        aa.href="/wiki/Spezial:Ungesichtete_Seiten";
 +
        lii.appendChild(aa);
 +
        nav.insertBefore(lii, nav.children[3]);
 +
    }
 +
}
 +
addOnloadHook(addFlagged2Nav);
 +
 
 +
/* Cookies
 +
Wird das Wiki von Tablet oder Smartphone besucht, erfolgt auf Wunsch eine Umleitung zur mobilen Version.
 +
Die Entscheidung des Benutzers soll dann für die Zukunft in einem Cookie gespeichert werden.
 +
*/
 +
function setCookie(c_name,value,exdays)
 +
{
 +
  var exdate=new Date();
 +
  exdate.setDate(exdate.getDate() + exdays);
 +
  var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
 +
  document.cookie=c_name + "=" + c_value;
 +
}
 +
 
 +
function getCookie(c_name)
 +
{
 +
  var c_value = document.cookie;
 +
  var c_start = c_value.indexOf(" " + c_name + "=");
 +
  if (c_start == -1)
 +
  {
 +
      c_start = c_value.indexOf(c_name + "=");
 +
  }
 +
  if (c_start == -1)
 +
  {
 +
      c_value = null;
 +
  }
 +
  else
 +
  {
 +
      c_start = c_value.indexOf("=", c_start) + 1;
 +
      var c_end = c_value.indexOf(";", c_start);
 +
      if (c_end == -1)
 +
      {
 +
        c_end = c_value.length;
 +
      }
 +
      c_value = unescape(c_value.substring(c_start,c_end));
 +
  }
 +
  return c_value;
 +
}
 +
 
 +
 
 +
//</pre>

Aktuelle Version vom 01:16, 25. Sep. 2020

//<pre>
/* Jedes JavaScript hier wird für alle Benutzer für jede Seite geladen. */
//<pre>
function addonBackgroundSwitcher() {

    var logoimages = new Array();
    logoimages[0] = 'https://opwiki.org/images/OPwiki-new-ace.png';
    logoimages[1] = 'https://opwiki.org/images/OPwiki-new-aokiji.png';
    logoimages[2] = 'https://opwiki.org/images/OPwiki-new-franky.png';
    logoimages[3] = 'https://opwiki.org/images/OPwiki-new-sanji.png';
    logoimages[4] = 'https://opwiki.org/images/OPwiki-new-zorro.png';
    logoimages[5] = 'https://opwiki.org/images/OPwiki-new-lucci.png';
    logoimages[6] = 'https://opwiki.org/images/OPwiki-new-mihawk.png';
    logoimages[7] = 'https://opwiki.org/images/OPwiki-new-shanks.png';
    logoimages[8] = 'https://opwiki.org/images/OPwiki-new-enel.png';
    logoimages[9] = 'https://opwiki.org/images/OPwiki-new-moria.png';
    logoimages[10] = 'https://opwiki.org/images/OPwiki-new-nami.png';
    logoimages[11] = 'https://opwiki.org/images/OPwiki-new-smoker.png';
    logoimages[12] = 'https://opwiki.org/images/OPwiki-new-croco.png';
    logoimages[13] = 'https://opwiki.org/images/OPwiki-new-ruffy.png';
    logoimages[14] = 'https://opwiki.org/images/OPwiki-buggy.png';
    logoimages[15] = 'https://opwiki.org/images/OPwiki-chopper.png';
    logoimages[16] = 'https://opwiki.org/images/OPwiki-lysop.png';
    logoimages[17] = 'https://opwiki.org/images/OPwiki-oz.png';
    logoimages[18] = 'https://opwiki.org/images/OPwiki-perona.png';
    logoimages[19] = 'https://opwiki.org/images/OPwiki-robin.png';
    logoimages[20] = 'https://opwiki.org/images/OPwiki-morgan.png';
    logoimages[21] = 'https://opwiki.org/images/OPwiki-vivi.png';
    logoimages[22] = 'https://opwiki.org/images/OPwiki-batman.png';
    logoimages[23] = 'https://opwiki.org/images/OPwiki-blackbeard.png';
    logoimages[24] = 'https://opwiki.org/images/OPwiki-borsalino.png';
    logoimages[25] = 'https://opwiki.org/images/OPwiki-brook.png';
    logoimages[26] = 'https://opwiki.org/images/OPwiki-bruno.png';
    logoimages[27] = 'https://opwiki.org/images/OPwiki-eisberg.png';
    logoimages[28] = 'https://opwiki.org/images/OPwiki-hancock.png';
    logoimages[29] = 'https://opwiki.org/images/OPwiki-jozu.png';
    logoimages[30] = 'https://opwiki.org/images/OPwiki-kaido.png';
    logoimages[31] = 'https://opwiki.org/images/OPwiki-kalifa.png';
    logoimages[32] = 'https://opwiki.org/images/OPwiki-katakuri.png';
    logoimages[33] = 'https://opwiki.org/images/OPwiki-katakuri2.png';
    logoimages[34] = 'https://opwiki.org/images/OPwiki-kinemon.png';
    logoimages[35] = 'https://opwiki.org/images/OPwiki-law.png';
    logoimages[36] = 'https://opwiki.org/images/OPwiki-linlin.png';
    logoimages[37] = 'https://opwiki.org/images/OPwiki-magellan.png';
    logoimages[38] = 'https://opwiki.org/images/OPwiki-minatomo.png';
    logoimages[39] = 'https://opwiki.org/images/OPwiki-oden.png';
    logoimages[40] = 'https://opwiki.org/images/OPwiki-orochi.png';
    logoimages[41] = 'https://opwiki.org/images/OPwiki-oven.png';
    logoimages[42] = 'https://opwiki.org/images/OPwiki-pandaman.png';
    logoimages[43] = 'https://opwiki.org/images/OPwiki-queen.png';
    logoimages[44] = 'https://opwiki.org/images/OPwiki-saldeath.png';
    logoimages[45] = 'https://opwiki.org/images/OPwiki-sentomaru.png';
    logoimages[46] = 'https://opwiki.org/images/OPwiki-vergo.png';
    logoimages[47] = 'https://opwiki.org/images/OPwiki-viola.png';
    logoimages[48] = 'https://opwiki.org/images/OPwiki-vito.png';
    logoimages[49] = 'https://opwiki.org/images/OPwiki-whitebeard.png';

    var currentlogo = Math.floor( Math.random() * logoimages.length );

    //check for IE
    var rslt = navigator.appVersion.match(/MSIE (\d+\.\d+)/, '');

    if(rslt==null){ //not IE
        document.getElementById('p-logo').style.background="url('" + logoimages[currentlogo] + "') no-repeat left top";
        document.getElementById('gamesworld').style.background="url('https://opwiki.org/GamesWorld-Logo-opwiki.png') no-repeat";
    }
    else{ // IE
        document.getElementById('p-logo').style.background="none";
        document.getElementById('gamesworld').style.background="none";
        document.getElementById('p-logo').style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+logoimages[currentlogo]+"', sizingMethod='crop')";
        document.getElementById('gamesworld').style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://opwiki.org/GamesWorld-Logo-opwiki.png', sizingMethod='crop')";
    }

    document.getElementById('p-logo').style.display="inline";
    doneOnloadHook = true;

}

addOnloadHook(addonBackgroundSwitcher);

//for IE to cache background images
try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}


function horizont_scroll(i)
{
  if(!i){ i=0; doneOnloadHook = true;}
  i=i+1;
  if(i>1601) i=1;
  var val=""+i+"px 0px"
  document.body.style.backgroundPosition=val;
  setTimeout("horizont_scroll("+i+")",100);
}
//addOnloadHook(horizont_scroll);


    /** 
        Toggles the display of elements on a page 
        Author/contact: Austin Che http://openwetware.org/wiki/User:Austin
     */

// indexed array of toggler ids to array of associated toggle operations
// each operation is a two element array, the first being the type, the second a class name or array of elements
// operation types are strings like "_reset" or "" for the default toggle operation
var togglers = new Array();     
var allClasses = new Object(); // associative map of class names to page elements

function toggler(id)
{
    var toBeToggled = togglers[id];
    if (!toBeToggled)
        return;

    // if some element is in list more than once, it will be toggled multiple times
    for (var i = 0; i < toBeToggled.length; i++)
    {
        // get array of elements to operate on
        var toggles = toBeToggled[i][1];
        if (typeof(toggles) == "string")
        {
            if (toggles.charAt(0) == '-')
            {
                // treat as an element ID, not as class
                toggles = document.getElementById(toggles.substring(1));
                if (toggles)
                    toggles = new Array(toggles);
            }
            else
                toggles = allClasses[toggles];
        }
        if (!toggles || !toggles.length)
            continue;

        var op = toBeToggled[i][0]; // what the operation will be

        switch (op)
        {
            case "_reset":
                for (var j in toggles)
                    toggles[j].style.display = toggles[j]._toggle_original_display;
                break;
            case "_show":
                for (var j in toggles)
                    toggles[j].style.display = '';
                break;
            case "_hide":
                for (var j in toggles)
                    toggles[j].style.display = 'none';
                break;
            case "":
            default:
                // Toggle
                for (var j in toggles)
                    toggles[j].style.display = ((toggles[j].style.display == 'none') ? '' : 'none');
                break;
        }
    }
}

function createTogglerLink(toggler, id)
{
    var toggle = document.createElement("a");
    toggle.className = 'toggler-link';
    toggle.setAttribute('id', 'toggler' + id);
    toggle.setAttribute('href', 'javascript:toggler("' + id + '");');
    var child = toggler.firstChild;
    toggler.removeChild(child);
    toggle.appendChild(child);
    toggler.insertBefore(toggle, toggler.firstChild);
}

function toggleInit()
{
    var togglerElems = new Array();
    var toggleGroup = new Array();
        
    // make list of all document classes
    var elems = document.getElementsByTagName("*");
    var numelems = elems.length;
    for (var i = 0; i < elems.length; i++)
    {
        var elem = elems[i];
        if (!elem.className)
            continue;

        elem._toggle_original_display = elem.style.display;
        var togglerID = -1;
        var elemClasses = elem.className.split(' '); // get list of classes
        for (var j = 0; j < elemClasses.length; j++)
        {
            var elemClass = elemClasses[j];
            if (! allClasses[elemClass])
                allClasses[elemClass] = new Array();
            allClasses[elemClass].push(elem);

            // all the special classes begin with _toggle
            if (elemClass.substring(0, 7) != "_toggle")
                continue;

            if (elemClass == "_togglegroup")
                toggleGroup = new Array();
            else if (elemClass == "_toggle")
                toggleGroup.push(elem);
            else if (elemClass.substring(0, 12) == "_toggle_init")
            {
                // set initial value for display (ignore the original CSS set value)
                // understands _toggle_initshow and _toggle_inithide
                var disp = elemClass.substring(12);
                if (disp == "show")
                    elem.style.display = '';
                else if (disp == "hide")
                    elem.style.display = 'none';
                elem._toggle_original_display = disp;
            }
            else if (elemClass.substring(0, 8) == "_toggler")
            {
                if (togglerID == -1)
                {
                    togglerID = togglers.length;
                    togglers[togglerID] = new Array();
                    togglerElems[togglerID] = elem;
                }

                // all classes are of form _toggler_op-CLASS
                // figure out what class we're toggling
                // if none is specified, then we use the current toggle group
                var toBeToggled;
                var hyphen = elemClass.indexOf('-');
                if (hyphen != -1)
                    toBeToggled = elemClass.substring(hyphen+1);
                else
                {
                    toBeToggled = toggleGroup;
                    hyphen = elemClass.length;
                }

                var op = elemClass.substring(8, hyphen);
                togglers[togglerID].push(new Array(op, toBeToggled));
            }
        }
    }

    // add javascript links to all toggler elements
    for (var i = 0; i < togglerElems.length; i++)
        createTogglerLink(togglerElems[i], i);
}

addOnloadHook(toggleInit);

function unToggle()
{    
   var path=window.location.href;
   var parts=path.split("#");
   if(parts.length > 1)
   {
      path=parts[parts.length-1];
      parts=path.split(".23");
      
      var untogglerGroup = new Array();
      var untogglerClass = new Array();
          
      // make list of all document classes
      var elems = document.getElementsByTagName("*");
      var numelems = elems.length;
      for (var c=0; c < parts.length; c++)
      {
        for (var i = 0; i < elems.length; i++)
        {
            var elem = elems[i];
            if (!elem.className)
                continue;
    
            var elemClasses = elem.className.split(' '); // get list of classes
            
            for (var j = 0; j < elemClasses.length; j++)
            {
              var elemClass=elemClasses[j];
              if (elemClass != parts[c])
                  continue;   
              else
              {
                  untogglerGroup.push(elem);
                  untogglerClass.push(elemClass);
              }
            }
         }
      }
  
      // add javascript links to all toggler elements
      for (var i = 0; i < untogglerGroup.length; i++)
      {
          untogglerGroup[i].style.display = '';
      }
   } 
}

addOnloadHook(unToggle);

function autoRedirect()
{
   var re = document.getElementById("bodyContent").getElementsByTagName("div");
   for(var i=0;i<re.length;i++)
   {
       var div = re[i];
       var text = div.innerHTML.replace(/(?:(?:^|\n)\s+|\s+(?:$|\n))/g,'').replace(/\s+/g,' ').substring(0,16);
       if(text=="<ol><li>REDIRECT")
       {
           window.location.href = div.getElementsByTagName("a")[0].href;
       }
   }
}

addOnloadHook(autoRedirect);

function addFlagged2Nav()
{
    if(!(!wgUserGroups) && wgUserGroups.indexOf("team")!= -1)
    {
        var nav= document.getElementById("p-navigation").children[1].children[0];
        var li=document.createElement("li");
        var a =document.createElement("a")
        a.innerHTML="Änderungen sichten";
        a.href="/wiki/Spezial:Seiten_mit_ungesichteten_Versionen";
        li.appendChild(a);
        nav.insertBefore(li, nav.children[3]);
        var lii=document.createElement("li");
        var aa=document.createElement("a")
        aa.innerHTML="Neue Seiten sichten";
        aa.href="/wiki/Spezial:Ungesichtete_Seiten";
        lii.appendChild(aa);
        nav.insertBefore(lii, nav.children[3]);
    }
}
addOnloadHook(addFlagged2Nav);

/* Cookies
Wird das Wiki von Tablet oder Smartphone besucht, erfolgt auf Wunsch eine Umleitung zur mobilen Version.
Die Entscheidung des Benutzers soll dann für die Zukunft in einem Cookie gespeichert werden.
*/
function setCookie(c_name,value,exdays)
{
   var exdate=new Date();
   exdate.setDate(exdate.getDate() + exdays);
   var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
   document.cookie=c_name + "=" + c_value;
}

function getCookie(c_name)
{
   var c_value = document.cookie;
   var c_start = c_value.indexOf(" " + c_name + "=");
   if (c_start == -1)
   {
      c_start = c_value.indexOf(c_name + "=");
   }
   if (c_start == -1)
   {
      c_value = null;
   }
   else
   {
      c_start = c_value.indexOf("=", c_start) + 1;
      var c_end = c_value.indexOf(";", c_start);
      if (c_end == -1)
      {
         c_end = c_value.length;
      }
      c_value = unescape(c_value.substring(c_start,c_end));
   }
   return c_value;
}


//</pre>
Persönliche Werkzeuge
Nakama
Toplists
  • AnimeManga Charts