Utilizador:Xyzzy/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.
// <pre><nowiki>

importScript('User:Jak_Atackka/namegenerator.js');
importScript('UESPWiki:Javascript/modifysidebar.js');
function xyzzysidebar() {
    ModifySidebar("remove", "general", "Mobile Site");
    ModifySidebar ("add",    "general", "Patrol",               "http://www.uesp.net/wiki/Special:RecentChanges/hidepatrolled");
    ModifySidebar("clear", "sections");
    ModifySidebar("add",   "sections",  "Lore",                "http://www.uesp.net/wiki/Lore:Main_Page");
    ModifySidebar("add",   "sections",  "Books",               "http://www.uesp.net/wiki/Books:Books");
    ModifySidebar("add",   "sections",  "Elder Scrolls Online","http://www.uesp.net/wiki/Online:Online");
    ModifySidebar("add",   "sections",  "Skyrim",              "http://www.uesp.net/wiki/Skyrim:Skyrim",
                                        "Dawnguard",           "http://www.uesp.net/wiki/Skyrim:Dawnguard",
                                        "Hearthfire",          "http://www.uesp.net/wiki/Skyrim:Hearthfire",
                                        "Dragonborn",          "http://www.uesp.net/wiki/Dragonborn:Dragonborn",
                                        "Other Add-Ons",           "http://www.uesp.net/wiki/Skyrim:Official_Add-Ons");
    ModifySidebar("add",   "sections",  "Oblivion",            "http://www.uesp.net/wiki/Oblivion:Oblivion",
                                        "Knights of the Nine", "http://www.uesp.net/wiki/Oblivion:Knights_of_the_Nine",
                                        "Shivering Isles",     "http://www.uesp.net/wiki/Shivering:Shivering_Isles",
                                        "Other Add-Ons",           "http://www.uesp.net/wiki/Oblivion:Official_Add-Ons");
    ModifySidebar("add",   "sections",  "Morrowind",           "http://www.uesp.net/wiki/Morrowind:Morrowind",
                                        "Tribunal",            "http://www.uesp.net/wiki/Tribunal:Tribunal",
                                        "Bloodmoon",           "http://www.uesp.net/wiki/Bloodmoon:Bloodmoon",
                                        "Other Add-Ons",           "http://www.uesp.net/wiki/Morrowind:Official_Add-Ons");
    ModifySidebar("add",   "sections",  "Daggerfall",          "http://www.uesp.net/wiki/Daggerfall:Daggerfall");
    ModifySidebar("add",   "sections",  "Arena",               "http://www.uesp.net/wiki/Arena:Arena");
}
addOnloadHook(xyzzysidebar);

// </nowiki></pre>