사용자:-revi/common.js: 두 판 사이의 차이

(+)
 
 
(사용자 2명의 중간 판 8개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/**
/** Load from js repo */
If some methods in this page is deprecated and needs to be changed, feel free to do so.
mw.loader.load('//js-wiki-cdn.reviservices.com/global.js');
 
If you're asked by me for help, feel free to edit.
 
Otherwise, come to my talk page and ask for an edit.
**/
 
// Display users rights (Temporary, might work on my own rewrite of this or find another one)
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Splarka/sysopdectector.js&action=raw&ctype=text/javascript');


/**
/**
  * Ajax sysop
  * Navigation PopUps
  * @see https://meta.wikimedia.org/wiki/Ajax_sysop
  * See <https://en.wikipedia.org/wiki/Wikipedia:Tools/Navigation_popups>
* @update-token [[File:pathoschild/ajaxsysop.js]]
  */
  */
mw.loader.load('//tools-static.wmflabs.org/meta/scripts/pathoschild.ajaxsysop.js');
mw.loader.load('//en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-popups.js&action=raw&ctype=text/javascript');
 
mw.loader.load(location.protocol + '//en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-navpop.css&action=raw&ctype=text/css', 'text/css');
/* Mark blocked user as such. */
// popupDelay=0.3;
mw.loader.load('//ru.wikipedia.org/w/index.php?title=MediaWiki:Gadget-markblocked.js&action=raw&ctype=text/javascript');
// popupHideDelay=0.3;
popupFixDabs=true;
popupOnEditSelection=false;
popupAdminLinks=true;

2018년 3월 8일 (목) 18:54 기준 최신판

/** Load from js repo */
mw.loader.load('//js-wiki-cdn.reviservices.com/global.js');

/**
 * Navigation PopUps
 * See <https://en.wikipedia.org/wiki/Wikipedia:Tools/Navigation_popups>
 */
mw.loader.load('//en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-popups.js&action=raw&ctype=text/javascript');
mw.loader.load(location.protocol + '//en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-navpop.css&action=raw&ctype=text/css', 'text/css');
// popupDelay=0.3;
// popupHideDelay=0.3;
popupFixDabs=true;
popupOnEditSelection=false;
popupAdminLinks=true;