Changes

From The TTSCpedia
Jump to navigationJump to search
no edit summary
Line 100: Line 100:  
 
 
tour.step( {
 
tour.step( {
name: 'navbasics4',
+
name: 'navbasics9',
 
title: 'Account Menu - Basic Navigation',
 
title: 'Account Menu - Basic Navigation',
 
description: "Also, this area, when hovered over, brings up a menu which lets you create an account or log in. If you already are logged " +
 
description: "Also, this area, when hovered over, brings up a menu which lets you create an account or log in. If you already are logged " +
Line 123: Line 123:  
width: 300
 
width: 300
 
} )
 
} )
.next( 'navbasics5' )
+
.next( 'navbasicswip' )
.back( 'navbasics3' );
+
.back( 'navbasics8' );
 
 
 
tour.step( {
 
tour.step( {
name: 'navbasics5',
+
name: 'navbasics6',
 
title: 'Did you know? - Basic Navigation',
 
title: 'Did you know? - Basic Navigation',
 
description: "Of course, you might be able to learn a thing or two from this sidebar segment, which shows some trivia about various topics, such as:"+
 
description: "Of course, you might be able to learn a thing or two from this sidebar segment, which shows some trivia about various topics, such as:"+
Line 134: Line 134:  
position: 'right',
 
position: 'right',
 
} )
 
} )
.next( 'navbasics6' )
+
.next( 'navbasics7' )
.back( 'navbasics4' );
+
.back( 'navbasics5' );
 
 
 
tour.step( {
 
tour.step( {
name: 'navbasics7',
+
name: 'navbasics5',
 
title: 'Random Polls/Questions - Basic Navigation',
 
title: 'Random Polls/Questions - Basic Navigation',
 
description: "Sometimes, in the sidebar, we'll show a random poll (and, if we've fixed that functionality, quiz questions).",
 
description: "Sometimes, in the sidebar, we'll show a random poll (and, if we've fixed that functionality, quiz questions).",
Line 144: Line 144:  
position: 'right',
 
position: 'right',
 
} )
 
} )
.next( 'navbasics8' )
+
.next( 'navbasics6' )
.back( 'navbasics6' );
+
.back( 'navbasics4' );
 
 
 
tour.step( {
 
tour.step( {
name: 'navbasics6',
+
name: 'navbasics8',
 
title: 'Featured User - Basic Navigation',
 
title: 'Featured User - Basic Navigation',
 
description: "Right below that is the random Featured User, which picks from the users who gained the most XP this week.",
 
description: "Right below that is the random Featured User, which picks from the users who gained the most XP this week.",
Line 154: Line 154:  
position: 'right',
 
position: 'right',
 
} )
 
} )
.next( 'navbasics7' )
+
.next( 'navbasics9' )
.back( 'navbasics5' );
+
.back( 'navbasics7' );
 
 
 
tour.step( {
 
tour.step( {
name: 'navbasics8',
+
name: 'navbasics4',
 
title: 'Search - Basic Navigation',
 
title: 'Search - Basic Navigation',
description: "Also, to search for a specific article, we have a section in the sidebar for that too.",
+
description: "To search for a specific article, we have a section in the sidebar for that too.",
 
attachTo: {
 
attachTo: {
 
fallback: '#p-search',
 
fallback: '#p-search',
Line 174: Line 174:  
},
 
},
 
} )
 
} )
.next( 'navbasicswip' )
+
.next( 'navbasics5' )
.back( 'navbasics7' );
+
.back( 'navbasics3' );
 +
 +
tour.step( {
 +
name: 'navbasics7',
 +
title: 'In other languages - Basic Navigation',
 +
description: "Right below that, if the article is available in multiple languages, they will be shown in a list "+
 +
"section in the sidebar.",
 +
attachTo: '#cali-langlinks',
 +
position: 'right',
 +
} )
 +
.next( 'navbasics8' )
 +
.back( 'navbasics6' );
    
} ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) );
 
} ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) );

Navigation menu