Changes

From The TTSCpedia
Jump to navigationJump to search
no edit summary
Line 129: Line 129:  
name: 'navbasics5',
 
name: 'navbasics5',
 
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 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:"+
 
"<ul><li>The Wiki itself</li><li>Characters</li><li>Storylines</li><li>...and more.</li></ul>",
 
"<ul><li>The Wiki itself</li><li>Characters</li><li>Storylines</li><li>...and more.</li></ul>",
 
attachTo: '#cali-didyouknow',
 
attachTo: '#cali-didyouknow',
Line 138: Line 138:  
 
 
tour.step( {
 
tour.step( {
name: 'navbasics6',
+
name: 'navbasics7',
 
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).",
 
attachTo: '.game-unit-container',
 
attachTo: '.game-unit-container',
 +
position: 'right',
 +
} )
 +
.next( 'navbasics8' )
 +
.back( 'navbasics6' );
 +
 +
tour.step( {
 +
name: 'navbasics6',
 +
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.",
 +
attachTo: '#cali-featureduser',
 
position: 'right',
 
position: 'right',
 
} )
 
} )
Line 148: Line 158:  
 
 
tour.step( {
 
tour.step( {
name: 'navbasics7',
+
name: 'navbasics8',
 
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: "Also, to search for a specific article, we have a section in the sidebar for that too.",
Line 165: Line 175:  
} )
 
} )
 
.next( 'navbasicswip' )
 
.next( 'navbasicswip' )
.back( 'navbasics6' );
+
.back( 'navbasics7' );
    
} ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) );
 
} ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) );

Navigation menu