_ _    _ _____  ___   __                       
 __      _(_) | _(_)___ / ( _ ) / /_   ___ ___  _ __ ___  
 \ \ /\ / / | |/ / | |_ \ / _ \| '_ \ / __/ _ \| '_ ` _ \ 
  \ V  V /| |   <| |___) | (_) | (_) | (_| (_) | | | | | |
   \_/\_/ |_|_|\_\_|____/ \___/ \___(_)___\___/|_| |_| |_|

Utilisateur:AnTeaX/monobook.js

Dans cet article, nous allons plonger dans le monde fascinant de Utilisateur:AnTeaX/monobook.js, explorer ses nombreuses facettes et découvrir tout ce que ce sujet/personne/date a à offrir. De son origine à son impact aujourd’hui, nous approfondirons son histoire, sa pertinence et les différentes manières dont elle a influencé la société. Grâce à une analyse détaillée, nous découvrirons son importance dans différents contextes et comment elle a façonné le monde qui nous entoure. Préparez-vous à vous lancer dans un voyage de découverte et d'apprentissage de Utilisateur:AnTeaX/monobook.js, qui vous laissera sans aucun doute une perspective renouvelée et enrichissante.
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 + " " + year);
} 

navigation_innerHTML=
'	    	      <li id="n-mainpage"><a title="Visit the Main Page " accesskey="z" href="https://wiki386.com/fr/Accueil">Accueil</a></li>'
+'	     	      <li title="About the project, what you can do, where to find things" id="n-portal"><a href="https://wiki386.com/fr/Wikip%C3%A9dia:Accueil">Communauté</a></li>'
+'	     	      <li id="n-recentchanges"><a title="The list of recent changes in the wiki. " accesskey="r" href="https://wiki386.com/fr/Special:Recentchanges">Modifications récentes</a></li>'
+'                    <li><span title="Page courante du Bistro"><a href="https://wiki386.com/fr/Wikipédia:Le Bistro/'+ TodayDate() +'">Bistro</a></span></li>'
+'	     	      <li title="The place to find out." id="n-help"><a href="https://wiki386.com/fr/Aide:Aide">Aide</a></li>'
+'	     	      <li title="Portail Espéranto" id="n-portail"><a href="https://wiki386.com/fr/Portail:Espéranto">Portail Espéranto</a></li>'
+'	     	      <li title="Projet Espéranto" id="n-projet"><a href="https://wiki386.com/fr/Wikipédia:Projet, Espéranto">Projet Espéranto</a></li>'
+'	     	      <li title="Suivi des liens sur l espéranto" id="n-suiviliens"><a href="https://wiki386.com/fr/Special:Recentchangeslinked/Cat%C3%A9gorie:Esp%C3%A9ranto">Suivi des liens</a></li>'
;

function Menu() {
      var tDate = TodayDate();
      var a = document.getElementById("p-navigation");
      if (a) {
              b = a.getElementsByTagName("ul");
              if (b.length > 0) {
                    b.innerHTML = navigation_innerHTML;
              }
      }
}
     
$(Menu);

/*
function AccueilBis() {
    document.getElementById("p-logo").getElementsByTagName("a").setAttribute("href", "https://wiki386.com/fr/Wikipédia:Accueil_bis");
}
$(AccueilBis);
*/



function CategoriesAGauche() {

var catlinks = document.getElementById("catlinks");
if (!catlinks) { return; }
var categories = catlinks.getElementsByTagName("a") ;


var h5_cats = document.createElement( "h5" );
var text = document.createTextNode( "Catégories" ) ;
h5_cats.appendChild( text ) ;

var div_cats = document.createElement( "div" );
div_cats.setAttribute( "class", "pBody" );

var ul = document.createElement( "ul" );

var a_debut = 1 ; // evitons le lien Categories:
for (var i = a_debut ; i < categories.length ; i++ ) {
	var a = categories ;
	var li = document.createElement( "li" ) ;
	li.appendChild( a.cloneNode(1) ) ;
        ul.appendChild( li );
}

div_cats.appendChild( ul ) ;


var portlet = document.createElement( "div" ) ;
portlet.setAttribute( "class", "portlet" );
portlet.setAttribute( "id", "p-cat" ) ;

portlet.appendChild( h5_cats ) ;

portlet.appendChild( div_cats ) ;

//document.getElementById("column-one").insertBefore( document.getElementById("p-search"),  portlet ) ;
//document.getElementById("column-one").appendChild(  portlet ) ;
div_ptb = document.getElementById( "p-tb" );
div_ptb.parentNode.insertBefore( portlet, div_ptb)

}


$( CategoriesAGauche );

obtenir('RenommageCategorie');
importScript('Utilisateur:Arkanosis/xpatrol.js');