Utilisateur:NoFWDaddress/LiveRCparam.js

Définition, traduction, prononciation, anagramme et synonyme sur le dictionnaire libre Wiktionnaire.

//

//<pre>//<nowiki>

// Personnalisation pour LiveRC

/* ** Variables ** */

window.LiveRC_getUserCustom = function(){
  lrcDisplayDebug('getUserCustom');


  // -- Paramètres de LiveRC --

  try{
    addCustomParam("Language", 'en');
  }catch(e){ }


  // -- Options au démarrage de LiveRC --

  try{
    addCustomOption("DisplayliveContact", true);
    addCustomOption("DisplayliveSuivi", true);
  }catch(e){ }


  // -- Affichage/masquage des onglets du menu de configuration --

  try{
    addCustomParamMenuTab("lrcExtensions", true);
  }catch(e){ }

}


/* ** &lt;ExtensionLegend&gt; ** */

  LiveRC_Config['UsedLiveRCExtensions'] = [
    'UserWarningsExtension',      // undefined
    'MostModifiedPagesExtension', // undefined
    'ToolbarExtension',           // undefined
    'DiffExtension'               // undefined
  ];


//END PARAMS
//</nowiki></pre>