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

편집 요약 없음
 
(같은 사용자의 중간 판 6개는 보이지 않습니다)
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;
 
//시작 시각
//wikiBreakStart = new Array(
    /* 연 Year  */ 1970,
    /* 월 Month  */ 1,
    /* 일 Day    */ 1,
    /* 시 Hour  */ 0,
    /* 분 Minute */ 0,
    /* 초 Second */ 0
);
 
//종료 시각
//wikiBreakEnd = new Array(
    /* 연 Year  */ 2016,
    /* 월 Month  */ 2,
    /* 일 Day    */ 1,
    /* 시 Hour  */ 0,
    /* 분 Minute */ 0,
    /* 초 Second */ 0
);
//아래는 손대지 마세요!
//mw.loader.load('//ko.wikipedia.org/w/index.php?title=User:IRTC1015/wbEnforcer.js&action=raw&ctype=text/javascript');
/*** 위키휴가 집행기 끝 ***/

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;