사용자:Bd3076/common.js: 두 판 사이의 차이
백괴게임>Bd3076 편집 요약 없음 |
백괴게임>Bd3076 편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
console.log('common.js opened'); | |||
if(mw.config.get('wgPageName') == "특수:콘텐츠모델변경"){ | if(mw.config.get('wgPageName') == "특수:콘텐츠모델변경"){ | ||
var url = new URL(window.location); | var url = new URL(window.location); |
2018년 11월 9일 (금) 20:28 판
console.log('common.js opened');
if(mw.config.get('wgPageName') == "특수:콘텐츠모델변경"){
var url = new URL(window.location);
var mode = url.searchParams.get('mode');
if(mode == 'usingPluginX'){
document.getElementById('firstHeading').style.content = "새 플러그인X 만들기";
$('.oo-ui-fieldLayout-body').css('display', 'none');
$('oo-ui-buttonElement-button').css('content', '플러그인 생성');
}
}