Brukar:Eddideigel/monobook.js

Frå Wikipedia – det frie oppslagsverket

Merk: Etter lagring vil det kanskje vera naudsynt at nettlesaren omgår mellomlageret sitt for at endringane skal tre i kraft. Mozilla og Firefox: trykk Ctrl-Shift-R, Internet Explorer: Ctrl-F5, Safari: Cmd-Shift-R, Konqueror: F5.

// [[:en:User:Lupin/popups.js]] - please include this line
// [[:en:User:Lupin/popupsdev.js]] - please include this line
 
document.write('<script type="text/javascript" src="' 
    + 'http://nn.wikipedia.org/w/index.php?title=User:Eddideigel/strings-nn.js' 
    + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
document.write('<script type="text/javascript" src="' 
    + 'http://en.wikipedia.org/w/index.php?title=User:Lupin/popupsdev.js' 
    + '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); 
 
popupStructure='original';       // show links plainly, not in menus
popupAdminLinks=false;           // admin links (block, protect, delete)
popupDelay=1.5;                  // hovering time before popups appear
imagePopupsForImages=false;      // preview of already visible images?
popupPreviewKillTemplates=false; // suppress preview of inline templates?
popupEditCounterTool='interiot'; // interiot's tool instead of kate's
popupFixDabs=true;               // allow fixing of disambiguations
popupFixRedirs=true;             // allow fixing of redirects
popupRedirAutoClic='wpDiff';     // default action when fixing redirects
popupShortcutKeys=false;         // keyboard shortcuts; not be used with IE
popupRevertSummaryPrompt=true;   // prompt for a summary when auto-reverting
popupLiveOptions=true;           // enable certain experimental options
 
// certain actions will appear in new windows:
popupLinksNewWindow=new Object();
popupLinksNewWindow.watch=true;
popupLinksNewWindow.unwatch=true;
popupLinksNewWindow.edit=true;
popupLinksNewWindow.editTalk=true;
popupLinksNewWindow.editUserTalk=true;
// popupLinksNewWindow.editArticle=true;
// popupLinksNewWindow.new=true;
// popupLinksNewWindow.newTalk=true;
// popupLinksNewWindow.newUserTalk=true;
popupLinksNewWindow.history=true;
popupLinksNewWindow.editors=true;
popupLinksNewWindow.lastEdit=true;
popupLinksNewWindow.lastContrib=true;
popupLinksNewWindow.sinceMe=true;
popupLinksNewWindow.editOld=true;
popupLinksNewWindow.revert=true;
popupLinksNewWindow.userSpace=true;
popupLinksNewWindow.contribs=true;
popupLinksNewWindow.count=true;
popupLinksNewWindow.contribsTree=true;