Shënim: Pas ruajtjes së parapëlqimeve ose kryerjes së ndryshimet, për t'ju shfaqur dallimet duhet të pastroni ruajtësin (cache) e shfletuesit. Pastrimi i ruajtësit të shfletuesve bëhet duke shtypur në të njëjten kohë Ctrl+Shift+Reload për Mozilla/Safari/Konqueror ose ctrl+shift+r për IE ose Ctrl+f5 për Opera: F5.

// The Wikipedia Adventure Mission 4
 
 
( function ( window, document, $, mw, gt ) {
 
//automatic api:edit function to send yourself messages 
function sendMessage( targetPage, msgPage, linkTo ) {
	var api = new mw.Api();
	api.get( {
		'action' : 'query',
		'titles' : msgPage,
		'prop'   : 'revisions|info',
		'intoken' : 'edit',
		'rvprop' : 'content',
		'indexpageids' : 1
	} ).done( function (result) {
		result = result.query;
		var page = result.pages[result.pageids[0]];
		var text = page.revisions[0]['*'];
		api.post( {
			'action' : 'edit',
			'title' : targetPage,
			'appendtext' : "\n" + text,
			'summary' : 'Mesazh i ri (simulim automatik si pjesë e [[WP:The Wikipedia Adventure|Aventurës në Wikipedia]])',
			'token' : page.edittoken
		} ).done( function () {
			window.location.href = linkTo;
		} );
	} );
}
 
// Fail gracefully post-save but not postedit
var postEditButtons = [];
if ( mw.config.get( 'wgAction' ) === 'view' && !gt.isPostEdit() ) {
        postEditButtons.push( {
                name: 'Kliko këtu që të ktheheni dhe bëni një redaktim',
                onclick: function() {
                        window.location.href = new mw.Uri().extend( { action: 'edit' } ).toString();
                }
        } );
}
 
// Fail gracefully post-save but not postedit for visual editor
var postEditButtonsVisual = [];
if ( mw.config.get( 'wgAction' ) === 'view' && !gt.isPostEdit() ) {
        postEditButtonsVisual.push( {
                name: 'Go Back',
                onclick: function() {
                        window.location.href = window.location.href +
"&veaction=edit";
                }
        } );
}

gt.defineTour( {
        name: 'twa4',
        shouldLog: true,
        steps: [ {
             
                //1
                title: 'Mirë se erdhe përsëri! ',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>Ne mbetëm tek mesazhi i ri nga GaiaGirl se ajo kishte shtuar përmbajtje në artikull. Të shohim çfarë ka të re.<br><br>',
                overlay: true,
                onShow: gt.parseDescription,
                buttons: [ {
                        name: 'Kthehemi në artikullin e Tokës?*',
                        onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "Ju lutem kyçu." );   return;   } sendMessage( 'User:' + mw.config.get( 'wgUserName' ) + '/TWA/Earth', 'Wikipedia:TWA/Earth/2' , mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa4&step=2'); }
                } ],
		        allowAutomaticOkay: false
 
        },  {
                //2
                title: 'Çfarë ka të re?',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>Një mënyrë e lehtë për të parë se çfarë ka ndryshuar që nga hera juaj e fundit këtu është të përdorni HISTORINË e artikullit.<br><br>Historia është si një listë mbikëqyrëse e të gjitha aktiviteteve që ndodhin në një faqe të vetme.<br><br> Çdo ndryshim që është bërë ndonjëherë në një artikull gjendet atje. I përpiktë, huh?<br><br>',
                attachTo: '#content.mw-body',
                position: 'bottom',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/4/Start' ) + '?tour=twa4&step=1' 
                } , { 
                        name: 'Bëhuni një Wiki-Historian',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/Earth/History/1' ) + '?tour=twa4&step=3'
                        } ],
                allowAutomaticOkay: false	
 
        },  {
                //3
                title: 'Kjo më duket e njohur!',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>Çdo rresht është një ndryshim - koha që është bërë, sa shumë info është shtuar apo hequr, dhe çdo veprim është i shënuar në përmbledhjen e redaktimit. Kjo është arsyeja se pse përmbledhja e redaktimeve është kaq dobishme!<br><br>',
                attachTo: '#content.mw-body',
                position: 'bottom',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
	            allowAutomaticOkay: false,
		        buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa4&step=2' 
                } , { 
                        name: 'Master the tool',
                        action: 'next'
                } ],

        },  {
                //4
                title: 'Krahasoni me versionin e mëparshëm',
                description: '<br><div align="right">[[File:TWA_guide_left_top.png|link=]]</div>Nëse dëshironi të krahasoni një version me një tjetër më të vjetër se ai, ju mund të shtypni linkun <b>mëparshme</b> në atë rresht. (Linqet e mëparshme të kësaj faqeje janë të çaktivizuara për shkak të sigurisë së galaktikës).<br><br>',
                attachTo: '#content.mw-body',
                position: 'bottom',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/Earth/History/1' ) + '?tour=twa4&step=3' 
                } , {
                        name: 'Another trick',
                        action: 'next'
                } ],

        },  {
                //5
                title: 'Krahaso midis dy versioneve të largëta',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>Ju gjithashtu mund të krahasoni dy versione të largëta, që janë të dobishme kur ju dëshironi të konrolloni ndryshimet gjatë një periudhe më të gjatë kohore.<br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                attachTo: '#content.mw-body',
                position: 'bottom',
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/Earth/History/1' ) + '?tour=twa4&step=4' 
                } , {
                        name: 'What\'s new?',
                        action: 'next'
                } ],
                allowAutomaticOkay: false,

},  {
                //6
                title: 'Difererencë, çfarë?',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>Ne e quajmë karahasimin e dy versioneve si <i>diferencë</i><br><br>',
                onShow: gt.parseDescription,
                attachTo: '#footer-info-copyright',
                position: 'bottom',
                overlay: false,
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/Earth/History/1' ) + '?tour=twa4&step=5' 
                } , {
                        name: 'Shih diferencën e ndryshimit të fundit të GaiaGirl',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/Earth/4/Diff' ) + '?tour=twa4&step=7'
                        } ],
                allowAutomaticOkay: false
 
} , {

                 //7
                title: 'Shih se çfarë ka ndryshuar',
                description: '<br>Versioni i vjetër është në të majtë.  Versioni i ri është në të djathtë.  Ndryshimet janë të theksuara.<br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                attachTo: '#content.mw-body',
                position: 'bottom',
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/Earth/History/1' ) + '?tour=twa4&step=6' 
                } , {
                        name: 'Çfarë mendoni?',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa4&step=8'
                        } ],
                allowAutomaticOkay: false
				
} , {
                //8
                title: 'Epo, kjo është goxha e njëanshme...',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>Mirë, duket se Gaia Girl ka shtuar disa informacione që mund jenë të njëanshme.<br><br>Si bëjmë zgjedhje se si të paraqesim informacionin? <br><br>Redaktorët në Wikipedia mbështeten tek një ide e quajtur <b>Pikëpamja neutrale</b>.<br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
	            allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/Earth/4/Diff' ) + '?tour=twa4&step=7' 
                } , {
                        name: 'Get to the [neutral] point',
                        action: 'next',
                } ],

} , {
                //9
                title: 'NPOV',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>Pikëpamja neutrale, ose shkurt <b>NPOV</b>(<i>Neutral Point Of View</i>), është idea se Wikipedia nuk ka opinionin e saj dhe nuk mbështet në opinionet e redaktorëve të saj.<br><br>Në vend të kësaj, ne përmbledhim atë që burimet e mira kanë shkruar tashmë për një subjekt dhe e bëjmë atë në mënyrë të balancuar.<br><br>',
                onShow: gt.parseDescription,
                overlay: true,
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa4&step=8' 
                } , {
                        name: 'Lexoni politikën.',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/4/Start' ) + '?tour=twa4&step=10'
                        } ],
                allowAutomaticOkay: false

} , {
                //10
                title: 'Politikat janë paraktikat që ne praktikojmë',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>Politikat përshkruajnë praktikat e komunitetit.  Ka pak a shumë një politikë për çdo situatë që mund të imagjinohet, por disa janë ekstra të rëndësishme.<br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa4&step=9' 
                } , {
                        name: 'NPOV policy',
                        action: 'next',
                        } ],
				
}, {
                //11
                title: 'Politika e Pikpamjes neutrale',
                description: '<br><b>Artikuj nuk duhet të mbajnë anë, por duhet të shpjegojë anët, në mënyrë të drejtë dhe pa paragjykim. Kjo vlen edhe për atë çfarë ju thoni dhe si e thoni ato.</b><br><br>Jepi kësaj një mendim të thellë.  Lëre të të zhytet në tru.<br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
	            buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/4/Start' ) + '?tour=twa4&step=10' 
                } , {
                        name: 'Mendoni se e kapët atë?',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/4/NPOV' ) + '?tour=twa4&step=12'
                        } ],
                allowAutomaticOkay: false
 
} , {
                //12
                title: 'Sfidoni veten MË POSHTË...',
                description: 'Ndihmë: ju mund të mësoni po aq nga përgjigjja gabim sa edhe nga përgjigjja e saktë.  Dhe ju gjithmonë mund të provoni përsëri!',
                attachTo:'#contentSub',
                position: 'bottom',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                allowAutomaticOkay: false, 
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/4/Start' ) + '?tour=twa4&step=11' 
                } ],

} , {
                //13
                title: 'Ju lumtë!',
                description: 'AFTËSI TË REJA U FITUAN:  <b>Medalja e Neutralitetit</b><center>[[File:TWA badge 5.png|250px|link=]]</center><br>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/4/NPOV' ) + '?tour=twa4&step=12' 
                }, {
                        name: 'Rrugëtimi vazhdon*',
                        onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "Please login." );   return;   } sendMessage( 'User:' + mw.config.get( 'wgUserName' ), 'Wikipedia:TWA/Badge/5template2' , mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa4&step=14'); } 
                } ],

} , {
                //14 Fute NROV në përdorim
                title: 'Fute NPOV në punë',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>Le ti hedhim një sy atyre ndryshimeve në artikullin e Tokës.<br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                attachTo: '#content.mw-body',
                position: 'bottom',
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/4/Start' ) + '?tour=twa4&step=13' 
                } , {
                        name: 'A shihni ndonjë problem?',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa4&step=15'
                } ],

} , {
                //15
                title: 'Heqja e njëashmërisë',
                description: '<br><b><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>Toka është planeti më i mirë në të gjithë galaktikën. Toka është një vendi përkryer për të jetuar për njerëzit.</b><br><br>Këto shtesa janë duke u përpjekur për të thënë diçka të rëndësishme, por nuk janë të balancuara. Nuk janë neutrale. Ato të tingëllojnë si opinioni i shkruesit.<br><br>',
                onShow: gt.parseDescription,
                attachTo: '#content.mw-body',
                position: 'bottom',
                overlay: false,
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
	            buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa4&step=14' 
                } , {
                        name: 'Thuaje më mirë',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/4/Rephrase' ) + '?tour=twa4&step=16'
                } ],
 
} , {
                //16
                title: 'Sfidoni veten MË POSHTË...',
                description: 'Ndihmë: ju mund të mësoni po aq nga përgjigjja gabim sa edhe nga përgjigjja e saktë.  Dhe ju gjithmonë mund të provoni përsëri!',
                attachTo:'#contentSub',
                position: 'bottom',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                allowAutomaticOkay: false, 
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa4&step=15' 
                } ],

        },  {
                //17
                title: 'Koha për ri-frazim',
                description: '<br>Shtyp REDAKTO TEKSTIN BURIMOR për të rifrazuar tekstin<br><br>',
                attachTo: '#ca-edit',
                position: 'bottom',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/4/Rephrase' ) + '?tour=twa4&step=16' 
                }],
                shouldSkip: function() {
                        return gt.hasQuery( { action: 'edit' } );
                }
 
        },  {
                //18
                title: 'Përmirëso dhe zëvendëso',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>Kopjo tekstin neutral dhe vendose duke e zëvendësuar tekstin e njëanshëm:<br><br><b>Toka është planeti i vetëm në galaksi i ditur të ketë jetë. Toka ka shumë vende që janë të përshtatshme për jetën e njerëzve, edhe pse disa zona të planetit mund të jenë të rrezikshme për njerëzit ose të pabanueshme.</b><br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                attachTo: '#wpTextbox1', 
                position: 'bottomRight',
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa4&step=17' 
                } , {
                        name: 'Done',
                        action: 'next'
               } ],	
				
        },  {
                //19
                title: 'Përmbledhja e redaktimit dhe Kryej Ndryshimet',
                description: '<br>Lër një mesazh në përbledhje, "Ndryshova tekstin për ta bërë më neutral dhe të paanshëm".<br><br>Pastaj KRYEJ NDRYSHIMET kur të jeni gati.',
	            attachTo: '#wpSave',
                position: 'bottomRight',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa4&step=18&action=edit' 
                } ],
                shouldSkip: function() {
                        return gt.isPostEdit();
                },
                buttons: postEditButtons

        },  {
                //20
                title: 'Duke ndihmuar!',
                description: 'AFTËSI TË REJA U FITUAN: Medalja Bashkëpunëtor <center>[[File:TWA badge 6.png|250px|link=]]</center><br>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa4&step=19&action=edit' 
                } , {
                        name: 'Vazhdoni të ndihmoni*',
                        onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "Ju lutem kyçu." );   return;   } sendMessage( 'User:' + mw.config.get( 'wgUserName' ), 'Wikipedia:TWA/Badge/6template2' , mw.util.getUrl( 'Wikipedia:TWA/4/Start' ) + '?tour=twa4&step=21'); } 
                } ],
                allowAutomaticOkay: false		
 
},  {
                //21
                title: 'Kjo ishte e shkëlqyeshme',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>Është e rëndësishme që leximi në Wikipedia të jetë si një enciklopedi e vërtetë dhe jo si blog personal i redaktorëve.<br><br>Ne jemi të gjithë këtu për të ndarë informacionet në atë mënyrë që të jetë e balancuar.<br><br>Ky proces mund jetë sfiduese, por ne jemi të bashkuar në qëllimin e shkëmbimin e njohurive.<br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa4&step=20' 
                } , {
                        name: 'Të gjithë të brohorisim NPOV',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/4/Start' ) + '?tour=twa4&step=22'
                } ],					

} , {
                //22
                title: 'Ooh, një mesazh i ri!',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>Kontrolloje.</br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
	            allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa4&step=21' 
                } , {
                        name: 'Kontrolloni faqen tuaj të diskutimit*',
                        onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "Ju lutem kyçu." );   return;   } sendMessage( 'User talk:' + mw.config.get( 'wgUserName' ) + '/TWA', 'Wikipedia:TWA/MyTalk/4' , mw.util.getUrl( 'Special:MyTalk/TWA' ) + '?tour=twa4&step=23'); }
                } ],                       
 
} , {
                //23
                title: 'Pyetje interesante...',
                description: '<div align="right">[[File:TWA_guide_right_top.png|link=]]</div>Çfarë do të thotë??',
                onShow: gt.parseDescription,
                overlay: false,
                attachTo: '#content.mw-body',
                position: 'bottom',
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
	            buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa4&step=22' 
                } , {
                        name: 'Hyj në mbulesën e Verifikueshmërisë',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/4/End' ) + '?tour=twa4&step=24'
                } ],

} , {
                //24
                title: 'Misioni 4 u kompletua!',
                description: '<br>[[File:02 Taiko2.ogg (short).ogg]]<br><b>Rrugëtimi vazhdon në misionin 5...</b>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
	            buttons: [ {
	            	    name: 'Congrats me!',
                        action: 'end'
                } ],
                allowAutomaticOkay: false

}]
 
} );
 
} (window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) ) ;