Utilisateur:MaCRoEco/LiveRCparam.js

Un article de Wikipédia, l'encyclopédie libre.

Note : Après avoir publié la page, vous devrez forcer son rechargement pour voir les changements : Mozilla / Konqueror / Firefox : Shift-Ctrl-R, Internet Explorer / Opera : Ctrl-F5, Safari : Cmd-R.

/*
== Fichier de configuration personnel ==
<small>Own configuration file</small>
 
=== Liste des contacts à suivre ===
<small>Contact list</small>
<pre>*/
 
lstContact.push("Anthere");
lstContact.push("Valérie75");
lstContact.push("Gribeco");
lstContact.push("Céréales Killer");
lstContact.push("Aliesin");
lstContact.push("MaCRoEco");
lstContact.push("Vincnet");
lstContact.push("Vincnet");
lstContact.push("Horowitz");
 
/*</pre>
=== Divers paramètres ===
<small>Other own param</small>
<pre>*/
 
lrcRCLimit       = 250;      // Nombre de ligne RC à afficher au maximum;
lrcPreviewHeight = "550px"; // Taille de la fenêtre de prévisialisation;
lrcAutoCloseDiff = 0;       // Fermeture automatique d'une ligne sur diff; 0 non ; 1 oui ;
 
/*</pre> */