Changes

From The TTSCpedia
Jump to navigationJump to search
no edit summary
Line 24: Line 24:  
title: 'Welcome!',
 
title: 'Welcome!',
 
description: "If you have come from the old TTS Wiki, you might have already noticed a few things " +
 
description: "If you have come from the old TTS Wiki, you might have already noticed a few things " +
"that are different from the old wiki. We have created a series of short tutorials to (hopefully) " +
+
"that are different from the old wiki. We have created a series of short tours to (hopefully) " +
 
"get you familiar with the TTSCpedia and its differences from the old TTS Wiki.",
 
"get you familiar with the TTSCpedia and its differences from the old TTS Wiki.",
 
overlay: true
 
overlay: true
Line 39: Line 39:  
 
 
tour.step( {
 
tour.step( {
name: 'navbasicswip1',
+
name: 'navbasicswip',
 
title: 'Basic Navigation',
 
title: 'Basic Navigation',
description: "Well, uh, we would, except we haven't finished making the tutorial yet! Feel free to do this tutorial again later."
+
description: "Erm...oh dear. It seems you've reached the end of what we have ready so far. Feel free to start this tour up again later.",
 +
buttons: [ {
 +
action: 'wikiLink',
 +
page: 'Help:Tutorials',
 +
name: 'View other tutorials'
 +
}, {
 +
action: 'end',
 +
name: 'Close tutorial',
 +
type: 'progressive'
 +
} ]
 
} )
 
} )
.back( 'navbasics1' );
+
.back( 'navbasics7' );
  −
tour.step( {
  −
name: 'navbasicswip2',
  −
title: 'Basic Navigation',
  −
description: "Erm...oh dear. It seems you've reached the end of what we have ready so far. Feel free to do this tutorial again later."
  −
} )
  −
.back( 'navbasics1' );
      
tour.step( {
 
tour.step( {
Line 64: Line 66:  
title: 'Basic Navigation',
 
title: 'Basic Navigation',
 
description: "One big difference is that everything that was contained in the header's menu bar on the old wiki " +
 
description: "One big difference is that everything that was contained in the header's menu bar on the old wiki " +
"has been moved to this sidebar.",
+
"has been moved to this sidebar section.",
 
attachTo: '#navigation',
 
attachTo: '#navigation',
 
position: 'right',
 
position: 'right',
Line 77: Line 79:  
"in, the menu gives you options to view your profile page, change your account settings, go to your own sandbox, and more.",
 
"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',
 
attachTo: '#wiki-login',
position: 'right',
+
position: 'top',
 
} )
 
} )
 
.next( 'navbasics5' )
 
.next( 'navbasics5' )
Line 88: Line 90:  
"<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',
position: 'right',
+
position: 'left',
 
} )
 
} )
.next( 'navbasicswip2' )
+
.next( 'navbasics6' )
 
.back( 'navbasics4' );
 
.back( 'navbasics4' );
 +
 +
tour.step( {
 +
name: 'navbasics6',
 +
title: 'Basic Navigation',
 +
description: "Sometimes, in the sidebar, we'll show a random poll (and, if we've fixed that functionality, quiz questions).",
 +
attachTo: '.game-unit-container',
 +
position: 'left',
 +
} )
 +
.next( 'navbasics7' )
 +
.back( 'navbasics5' );
 +
 +
tour.step( {
 +
name: 'navbasics7',
 +
title: 'Basic Navigation',
 +
description: "Also, to search for a specific article, we have a section in the sidebar for that too.",
 +
attachTo: '#search-box',
 +
position: 'left',
 +
} )
 +
.next( 'navbasicswip' )
 +
.back( 'navbasics6' );
    
} ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) );
 
} ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) );

Navigation menu