미디어위키:Guidedtour-tour-uacouncilnotice.js

(tagline)
(vector-jumptonavigation) (vector-jumptosearch)

(clearyourcache)

// 전체학생대표자회의와 중앙운영위원회의 회의 공고 문서를 작성하기 위한 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 ) );