注意

https://wiki.hktrpg.com/ 新維基站開放中

歡迎測試使用

「用戶:Skyboy/common.js」:修訂間的差異

出自HKTRPG - TRPG百科
跳至導覽 跳至搜尋
(已建立頁面,內容為 "mw.loader.using( [ 'ext.popups' ], function() { // wait for popups to be loaded // Time to wait in ms before showing a popup on hover. Default is 500. mw.popups.ren…")
 
(空白的頁面)
 
行 1: 行 1:
mw.loader.using( [ 'ext.popups' ], function() { // wait for popups to be loaded


// Time to wait in ms before showing a popup on hover. Default is 500.
mw.popups.render.POPUP_DELAY = 500;
// Time to wait in ms before closing a popup on de-hover. Default is 300.
mw.popups.render.POPUP_CLOSE_DELAY = 300;
// Time to wait in ms before starting the API queries on hover, must be <= POPUP_DELAY. Default is 50.
// Don't change this unless you know what you're doing.
mw.popups.render.API_DELAY = 50;
});

於 2017年11月28日 (二) 13:07 的最新修訂