사용자:Bd3076/common.js: 두 판 사이의 차이
백괴게임>Bd3076 편집 요약 없음 |
백괴게임>Bd3076 편집 요약 없음 |
||
6번째 줄: | 6번째 줄: | ||
var _ready_pluginX = function(){ | var _ready_pluginX = function(){ | ||
document.getElementById('firstHeading').innerHTML = "플러그인 문서를 생성하시려면 아래의 <strong>바꾸기</strong> 버튼을 누르세요."; | |||
$('#ooui-4').css('display', 'none'); | $('#ooui-4').css('display', 'none'); | ||
$('#ooui-5').css('display', 'none'); | $('#ooui-5').css('display', 'none'); | ||
$('#ooui-6').css('display', 'none'); | $('#ooui-6').css('display', 'none'); | ||
}; | }; | ||
2018년 11월 11일 (일) 12:51 판
var _afterLoad = function(){};
var _ready_for_ready = function(){
setTimeout(_ready_pluginX, 1000);
};
var _ready_pluginX = function(){
document.getElementById('firstHeading').innerHTML = "플러그인 문서를 생성하시려면 아래의 <strong>바꾸기</strong> 버튼을 누르세요.";
$('#ooui-4').css('display', 'none');
$('#ooui-5').css('display', 'none');
$('#ooui-6').css('display', 'none');
};
if(mw.config.get('wgPageName').substr(0, 11) == "특수:콘텐츠모델바꾸기"){
var url = new URL(window.location);
var mode = url.searchParams.get('mode');
if(mode == 'usingPluginX'){
_afterLoad = _ready_for_ready;
}
}
$(_afterLoad());