바뀜

잔글
편집 요약 없음
13번째 줄: 13번째 줄:  
title: 'Step 1',
 
title: 'Step 1',
 
description: 'Description of uacouncilnotice Guided Gour',
 
description: 'Description of uacouncilnotice Guided Gour',
overlay : true
+
overlay : true,
})
  −
.next('secondstep');
  −
  −
tour.step({
  −
name: 'secondstep',
  −
title: 'Step 2',
  −
description: 'Description of step 2',
  −
attachTo: '#n-portal a',
  −
position: 'right',
  −
})
  −
.next('thirdstep')
  −
.back('intro');
  −
  −
tour.step({
  −
name: 'thirdstep',
  −
title: 'Step 3',
  −
description: pageName,
  −
overlay: true,
  −
onShow: gt.getPageAsDescription,
   
buttons: [{
 
buttons: [{
action: 'wikiLink',
  −
page: pageName,
  −
name: 'Go to description page',
  −
type: 'progressive'
  −
}, {
   
action: 'end'
 
action: 'end'
 
}]
 
}]
})
+
});
.back('intro');
+
 
} ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) );
 
} ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) );