Ir a la navegación
Ir a la búsqueda
Busca en cnbGuatemala con Google
530 bytes eliminados
, hace 8 años
Línea 49: |
Línea 49: |
| .next( 'portada4' ) | | .next( 'portada4' ) |
| .back( 'portada2' ); | | .back( 'portada2' ); |
− | | + | |
− | | + | tour.step( { |
− | tour.step( {
| + | name: 'portada4', |
− | /*
| + | title: 'Primeros pasos', |
− | * Test out mediawiki description pages
| + | description: 'Sin duda encontrarás material interesante en esta sección de recursos complementarios. ¡Sigue explorando el sitio!', |
− | */
| + | position: 'leftBottom', |
− | name: 'description', | + | overlay: false |
− | title: 'Test MediaWiki description pages', | |
− | | |
− | // Name of the page to parse
| |
− | description: pageName, | |
− | | |
− | overlay: true,
| |
− | | |
− | // This means the wikitext for the description will be loaded from the
| |
− | // page name in the description field.
| |
− | onShow: gt.getPageAsDescription,
| |
− | | |
− | buttons: [ { | |
− | // This makes a button which acts like a wikilink to 'Help:Guided tours/guider'
| |
− | action: 'wikiLink',
| |
− | page: pageName,
| |
− | name: 'Go to description page',
| |
− | // This specifies that the button takes you to the next step of a process,
| |
− | // which affects its appearance.
| |
− | type: 'progressive'
| |
− | }, {
| |
− | // This makes the okay button on this step end the tour.
| |
− | action: 'end'
| |
− | } ]
| |
| } ) | | } ) |
− | .back( 'callout' ); | + | .back( 'portada3' ); |
| | | |
− | // The following should be the last line of your tour.
| |
| } ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) ); | | } ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) ); |