미디어위키:Gadget-custom.js: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
Resultofunion (토론 | 기여) 새 문서: console.log('custom.js') |
Resultofunion (토론 | 기여) 편집 요약 없음 |
||
| 1번째 줄: | 1번째 줄: | ||
console.log('custom.js') | console.log('custom.js') | ||
mw.loader.using('mediawiki.util').then(function () { | |||
console.log(mw.config.get('wgCanonicalSpecialPageName')); | |||
}); | |||
2025년 4월 10일 (목) 10:21 기준 최신판
console.log('custom.js')
mw.loader.using('mediawiki.util').then(function () {
console.log(mw.config.get('wgCanonicalSpecialPageName'));
});