Gebruiker:Eddideigel/monobook.js

Uit Wikipedia, de vrije encyclopedie

Opmerking: nadat u de wijzigingen hebt gepubliceerd is het wellicht nodig uw browsercache te legen.

  • Firefox / Safari: houd Shift ingedrukt terwijl u op Vernieuwen klikt of druk op Ctrl-F5 of Ctrl-R (⌘-Shift-R op een Mac)
  • Google Chrome: druk op Ctrl-Shift-R (⌘-Shift-R op een Mac)
  • Internet Explorer / Edge: houd Ctrl ingedrukt terwijl u op Vernieuwen klikt of druk op Ctrl-F5
  • Opera: druk op Ctrl-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://en.wikipedia.org/w/index.php?title=User:Eddideigel/strings-en.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
popupLiveOptions=true;           // enable certain experimental options
popupShortcutKeys=false;         // keyboard shortcuts; not be used with IE
imagePopupsForImages=false;      // preview of already visible images?
popupPreviewKillTemplates=false; // suppress preview of inline templates?
popupEditCounterTool='interiot'; // interiot's tool instead of kate's
popupTimeOffset=1;               // offset from UTC to my preferred time, i.e. the time shown in watchlist, history pages etc.
popupRedlinkRemoval=true;        // allow removal of red links
popupFixDabs=true;               // allow fixing of disambiguations
popupFixRedirs=true;             // allow fixing of redirects
popupRedirAutoClic='wpDiff';     // default action when fixing redirects
popupRevertSummaryPrompt=true;   // prompt for a summary when auto-reverting
popupRevertSummary='rv to revision no. %s using [[:en:Wikipedia:Tools/Navigation popups|popups]]';
popupExtendedRevertSummary='rv to last version dated %s by %s, oldid %s using [[:en:Wikipedia:Tools/Navigation popups|popups]]';
popupRedlinkSummary='remove red link [[%s]] using [[:en:Wikipedia:Tools/Navigation popups|popups]]';
popupFixRedirsSummary='bypass redirect from [[%s]] to [[%s]] using [[:en:Wikipedia:Tools/Navigation popups|popups]]';
popupFixDabsSummary='dab [[%s]] to [[%s]] using [[:en:Wikipedia:Tools/Navigation popups|popups]]';
popupRmDabLinkSummary='remove dab [[%s]] using [[:en:Wikipedia:Tools/Navigation popups|popups]]';

// 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.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;