"미디어위키:Guidedtour-tour-uacouncilnotice.js"의 두 판 사이의 차이
둘러보기로 가기
검색하러 가기
잔글 |
잔글 (디아블로님이 Guidedtour-tour-uacouncilnotice.js 문서를 넘겨주기를 만들지 않고 미디어위키:Guidedtour-tour-uacouncilnotice.js 문서로 이동했습니다: 이름공간 정정.) |
||
(같은 사용자의 중간 판 하나는 보이지 않습니다) | |||
2번째 줄: | 2번째 줄: | ||
// Ref: https://www.mediawiki.org/wiki/Extension:GuidedTour/Write_an_on-wiki_tour | // Ref: https://www.mediawiki.org/wiki/Extension:GuidedTour/Write_an_on-wiki_tour | ||
( function ( window, document, $, mw, gt ) { | ( function ( window, document, $, mw, gt ) { | ||
− | |||
− | |||
tour = new gt.TourBuilder({ | tour = new gt.TourBuilder({ | ||
// Name of this tour | // Name of this tour |
2020년 3월 11일 (수) 09:16 기준 최신판
// 전체학생대표자회의와 중앙운영위원회의 회의 공고 문서를 작성하기 위한 Guided Tour입니다.
// Ref: https://www.mediawiki.org/wiki/Extension:GuidedTour/Write_an_on-wiki_tour
( function ( window, document, $, mw, gt ) {
tour = new gt.TourBuilder({
// Name of this tour
name: 'uacouncilnotice'
});
tour.firstStep({
name: 'intro',
title: 'Step 1',
description: 'Description of uacouncilnotice Guided Gour',
overlay : true,
buttons: [{
action: 'end'
}]
});
} ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) );