User:Psl631/LiveRCparam.js

From Brickipedia, the LEGO Wiki

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
//<source lang="javascript">//<pre>//<nowiki>

// LiveRC personal configuration

/* ** Variables ** */

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


  // -- LiveRC params --

  try{
    addCustomParam("SandboxPage", 'Brickipedia:Sandbox');
  }catch(e){ }


  // -- Icons used by LiveRC --

  try{
    addCustomIcon("NewUserIcon", { 'type' : 0 , 'src' : '' , 'width' : 16 , 'height' : 16 });
  }catch(e){ }

}


/* ** Extensions ** */

  LiveRC_Config['UsedLiveRCExtensions'] = [
    'ProposeTranslationExtension',           // Add a form to propose a translation of the interface text.
    'InstallAndConfigLiveRCExtension',       // Provide an interface for the global LiveRC configuration
    'UserWarningsExtension',                 // Add an icon to user that have received a warning. Optionnal: show if the user talk page exists.
    'MostModifiedPagesExtension',            // Add an icon to pages recently modified by several users or with several reverts.
    'LinkOnIconExtension',                   // Link AfD, FA, GA and copyvio icons to the corresponding talk page.
    'LinkOnLanglinkCountExtension',          // Link langlinks count to the wikidata item (when existing).
    'ToolbarExtension',                      // Add a customizable toolbar during a page edit.
    'HotCatsMulti',                          // Permit to add/modify/remove one or several categories while previewing a page.
    'CategoryRC',                            // Permit to watch only pages that belong to one or more categories.
    'PreviewAllLinksExtension',              // Permit to preview all links in the preview window
    'PreviewThisPageExtension',              // Permit to preview any page you want.
    'DiffExtension',                         // Provide LiveRC automatic functions in "normal" diff pages.
    'AskForRevisionDeleteFromHistExtension'  // [no sysop] Add checkboxes and button in history for revision deletion request
  ];


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

// {{Catégorisation JS}}