Changes

From The TTSCpedia
Jump to navigationJump to search
no edit summary
Line 66: Line 66:  
"has been moved to this sidebar.",
 
"has been moved to this sidebar.",
 
attachTo: '#navigation',
 
attachTo: '#navigation',
 +
position: 'right',
 +
} )
 +
.next( 'navbasics4' )
 +
.back( 'navbasics2' );
 +
 +
tour.step( {
 +
name: 'navbasics4',
 +
title: '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 " +
 +
"in, the menu gives you options to view your profile page, change your account settings, go to your own sandbox, and more.",
 +
attachTo: '#wiki-login',
 +
position: 'right',
 +
} )
 +
.next( 'navbasics5' )
 +
.back( 'navbasics3' );
 +
 +
tour.step( {
 +
name: 'navbasics5',
 +
title: '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:"+
 +
"<ul><li>The wiki itself</li><li>Characters</li><li>Storylines</li><li>...and more.</li></ul>",
 +
attachTo: '#cali-didyouknow',
 
position: 'right',
 
position: 'right',
 
} )
 
} )
 
.next( 'navbasicswip2' )
 
.next( 'navbasicswip2' )
.back( 'navbasics2' );
+
.back( 'navbasics4' );
    
} ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) );
 
} ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) );

Navigation menu