Utilizador:Zhukant/monobook.js

A UESPWiki – Sua fonte de The Elder Scrolls desde 1995

Nota: Após gravar, terá de limpar a cache do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Internet Explorer: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5
  • Opera: Ir para Menu → Configurações (Opera → Preferências no Mac) e, em seguida, Privacidade e segurança → Limpar dados de navegação → Imagens e ficheiros em cache.
importScript('UESPWiki:Javascript/modifysidebar.js');
function CustomizeModificationsOfSidebar() {
   //sections
      ModifySidebar("clear", "sections");
      ModifySidebar("add", "sections", "All Content", "http://www.uesp.net/wiki/All_Content",
                                       "Categories", "http://www.uesp.net/wiki/Category:Categories"
                   );
      ModifySidebar("add", "sections", "Lore", "http://www.uesp.net/wiki/Lore:Main_Page");
      ModifySidebar("add", "sections", "Skyrim", "http://www.uesp.net/wiki/Skyrim:Skyrim",
                                       "Map", "http://srmap.uesp.net/",
                   );
      ModifySidebar("add", "sections", "Oblivion", "http://www.uesp.net/wiki/Oblivion:Oblivion");
      ModifySidebar("add", "sections", "Morrowind", "http://www.uesp.net/wiki/Morrowind:Morrowind",
                                       "Map", "http://www.uesp.net/maps/mwmap/mwmap.shtml",
                                       "Tamriel Rebuilt", "http://www.uesp.net/wiki/Tes3Mod:Tamriel_Rebuilt",
                                       "TR3 Places", "http://www.uesp.net/wiki/Tes3Mod:Tamriel_Rebuilt/Places",
                                       "TR3 Placemap", "http://www.uesp.net/wiki/File:Download.php%3Fid%3D16683le.jpg"
                   );
}
addOnloadHook(CustomizeModificationsOfSidebar);