Aller au contenu

Utilisateur:Coyote du 57/vector.js

Une page de Wikipédia, l'encyclopédie libre.
Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;

Firefox (sur GNU/Linux) / Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
function TodayDate() {
     m = new Array("janvier", "février", "mars", "avril", "mai", "juin", "juillet", "août", "septembre", "octobre", "novembre", "décembre");
     today = new Date();
     day = today.getDate();
     year = today.getYear();
 
     if (year < 2000)    
          year = year + 1900;
 
     return (day + " " + m[today.getMonth()] + " " + year);
}
 
// LIENS SUPPLÉMENTAIRES

// LRC
function nouveauLien1() 
      {
        var a = document.getElementById("p-personal");
        if (a) 
        {
          b = a.getElementsByTagName("ul");
          if(b.length > 0)
          {
            b[0].innerHTML = b[0].innerHTML
            + '<li id="ca-nstab-user">'
            + '<a href="https://fr.wikipedia.org/wiki/Wikip%C3%A9dia%3ALiveRC">'
            + '<b><font color=purple>LiveRC</font></b></a></li>';
          }
        }
      }
 
$(nouveauLien1);

// DRP
function nouveauLien2() 
      {
        var a = document.getElementById("p-personal");
        if (a) 
        {
          b = a.getElementsByTagName("ul");
          if(b.length > 0)
          {
            b[0].innerHTML = b[0].innerHTML
            + '<li id="ca-nstab-user">'
            + '<a href="https://fr.wikipedia.org/wiki/Wikip%C3%A9dia:DRP">'
            + '<b><font color=red>DRP</font></b></a></li>';
          }
        }
      }
 
$(nouveauLien2);

// SI
function nouveauLien3() 
      {
        var a = document.getElementById("p-personal");
        if (a) 
        {
          b = a.getElementsByTagName("ul");
          if(b.length > 0)
          {
            b[0].innerHTML = b[0].innerHTML
            + '<li id="ca-nstab-user">'
            + '<a href="https://fr.wikipedia.org/wiki/WP:SI">'
            + '<b><font color=green>SI</font></b></a></li>';
          }
        }
      }
 
$(nouveauLien3);

// DPH
function nouveauLien4() 
      {
        var a = document.getElementById("p-personal");
        if (a) 
        {
          b = a.getElementsByTagName("ul");
          if(b.length > 0)
          {
            b[0].innerHTML = b[0].innerHTML
            + '<li id="ca-nstab-user">'
            + '<a href="https://fr.wikipedia.org/wiki/WP:DPH">'
            + '<b><font color=red>DPH</font></b></a></li>';
          }
        }
      }
 
$(nouveauLien4);

// RCU
function nouveauLien5() 
      {
        var a = document.getElementById("p-personal");
        if (a) 
        {
          b = a.getElementsByTagName("ul");
          if(b.length > 0)
          {
            b[0].innerHTML = b[0].innerHTML
            + '<li id="ca-nstab-user">'
            + '<a href="https://fr.wikipedia.org/wiki/WP:RCU">'
            + '<b><font color=green>RCU</font></b></a></li>';
          }
        }
      }
 
$(nouveauLien5);

// DPP
function nouveauLien6() 
      {
        var a = document.getElementById("p-personal");
        if (a) 
        {
          b = a.getElementsByTagName("ul");
          if(b.length > 0)
          {
            b[0].innerHTML = b[0].innerHTML
            + '<li id="ca-nstab-user">'
            + '<a href="https://fr.wikipedia.org/wiki/WP:DPP">'
            + '<b><font color=red>DPP</font></b></a></li>';
          }
        }
      }
 
$(nouveauLien6);

// Contestation
function nouveauLien7() 
      {
        var a = document.getElementById("p-personal");
        if (a) 
        {
          b = a.getElementsByTagName("ul");
          if(b.length > 0)
          {
            b[0].innerHTML = b[0].innerHTML
            + '<li id="ca-nstab-user">'
            + '<a href="https://fr.wikipedia.org/wiki/Wikip%C3%A9dia:Contestation_du_statut_d%27administrateur">'
            + '<b><font color=orange>Contestations</font></b></a></li>';
          }
        }
      }
 
$(nouveauLien7);

// PaStec

importScript('Utilisateur:Gratus/PaStec real.js');

// importScript('Utilisateur:Argos42/ByeByeJimbo.js');

importScript('Utilisateur:Darkoneko/nekotb_fc_1.1.js');

importScript('MediaWiki:Gadget-AncreTitres.js');

obtenir('BandeauxPortails');