(Go: >> BACK << -|- >> HOME <<)

Hopp til innhold

Bruker:Asav/vector.js: Forskjell mellom sideversjoner

Fra Wikipedia, den frie encyklopedi
Slettet innhold Innhold lagt til
Asav (diskusjon | bidrag)
Ny side: // 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="' + 'h…
 
Jon (WMF) (diskusjon | bidrag)
maintenance: more info TypeError: mw.config.get(...).join is not a function
Tagger: Mobilredigering Mobilwebredigering
Linje 1: Linje 1:
mw.loader.using('mediawiki.storage').then(function () {
mw.storage.session.set( 'client-error-opt-out', '1' );
});
// [[:en:User:Lupin/popups.js]] - please include this line
// [[:en:User:Lupin/popups.js]] - please include this line
// [[:en:User:Lupin/popupsdev.js]] - please include this line
// [[:en:User:Lupin/popupsdev.js]] - please include this line

Sideversjonen fra 5. mai 2022 kl. 19:33

mw.loader.using('mediawiki.storage').then(function () {
  mw.storage.session.set( 'client-error-opt-out', '1' );
});
// [[: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://no.wikipedia.org/w/index.php?title=User:Eddideigel/strings-no.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=true;            // admin links (block, protect, delete)
popupDelay=1;                    // 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;
 
/* Script from en:User:Lupin/recent2.js (hacked version from no:User:Jeblad/recent.js) */
/* Please keep the above links as they make it possible to track the use of the script */
document.write('<script type="text/javascript" src="' 
           + 'http://no.wikipedia.org/w/index.php?title=User:Jeblad/recent2.js' 
           + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');

/*************
*** Ajax sysop
*** by [[m:user:Pathoschild]] <http://meta.wikimedia.org/wiki/User:Pathoschild/Scripts/Ajax_sysop>
*************/
mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Pathoschild/Scripts/Ajax_sysop.js&action=raw&ctype=text/javascript');