ശ്രദ്ധിക്കുക: സേവ് ചെയ്തശേഷം മാറ്റങ്ങൾ കാണാനായി താങ്കൾക്ക് ബ്രൗസറിന്റെ കാഷെ ഒഴിവാക്കേണ്ടി വന്നേക്കാം.

  • ഫയർഫോക്സ് / സഫാരി: Reload ബട്ടൺ അമർത്തുമ്പോൾ Shift കീ അമർത്തി പിടിക്കുകയോ, Ctrl-F5 അല്ലെങ്കിൽ Ctrl-R (മാക്കിന്റോഷിൽ ⌘-R ) എന്ന് ഒരുമിച്ച് അമർത്തുകയോ ചെയ്യുക
  • ഗൂഗിൾ ക്രോം: Ctrl-Shift-R (മാക്കിന്റോഷിൽ ⌘-Shift-R ) അമർത്തുക
  • ഇന്റർനെറ്റ് എക്സ്പ്ലോറർ: Refresh ബട്ടൺ അമർത്തുമ്പോൾ Ctrl കീ അമർത്തിപിടിക്കുക. അല്ലെങ്കിൽ Ctrl-F5 അമർത്തുക
  • ഓപ്പറ: Menu → Settings എടുക്കുക (മാക്കിൽ Opera → Preferences) എന്നിട്ട് Privacy & security → Clear browsing data → Cached images and files ചെയ്യുക.
// The Wikipedia Adventure Mission 5

( 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' : 'പുതിയ സന്ദേശം ([[WP:TWA|വിക്കിപീഡിയ സാഹസിക യാത്രയുടെ]] ഭാഗമായി ഓട്ടോമാറ്റിക്കായി സിമുലേറ്റ് ചെയ്തിരിക്കുന്നു)',
			'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: 'ഇവിടെ ഞെക്കിയാൽ തിരിച്ചുപോയി ഒരു തിരുത്തൽ വരുത്തുക',
                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: 'തിരിച്ചുപോയി ഒരു തിരുത്തൽ വരുത്തുക',
                onclick: function() {
                        window.location.href = window.location.href +
"&veaction=edit";
                }
        } );
}

gt.defineTour( {
        name: 'twa5',
        shouldLog: true,
        steps: [ {

                //1
                title: 'We\'re on! ',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>കുഴയ്ക്കുന്ന ഒരു ചോദ്യവുമായി സോക്രട്ടീസ് ഞങ്ങളെ നേരിട്ടു: വിക്കിപീഡിയയിലുള്ള വിവരങ്ങൾ ശരിയാണെന്ന് എങ്ങനെ പറയാൻ കഴിയും?)?<br><br>ഇതൊരു പ്രത്യേകതയുള്ള ചോദ്യമാണ്--കൃത്യമായ ഉത്തരം ലഭിക്കുന്നതിന് അതിന് ഒരു പ്രത്യേക സ്ഥലം ആവശ്യമാണ്.<br><br>',
                overlay: true,
                onShow: gt.parseDescription,
                buttons: [ {
                        name: 'സഹായമേശ പരിശോധിക്കുക',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/Teahouse' ) + '?tour=twa5&step=2'      
                } ],
		allowAutomaticOkay: false

        },  {
                //2
                title: 'എന്താണീ സഹായമേശ?',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>നിങ്ങൾക്ക് ആവശ്യമുള്ള ഏത് സമയത്തും വിക്കിപീഡിയയെക്കുറിച്ച് ചോദ്യങ്ങൾ ചോദിക്കുന്നതിനും -സഹായികളിൽ നിന്ന് ലളിതവും വ്യക്തവുമായ ഉത്തരങ്ങൾ നേടുന്നതിനുള്ള ഒരു സാമൂഹിക ഇടമാണ് സഹായമേശ.<br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/5/Start' ) + '?tour=twa5&step=1' 
                } , { 
                	    name: 'കുറച്ച് ചായകുടിക്കൂ',
                        action:'next',          
                } ],

                allowAutomaticOkay: false,
                
        },  {
                //3
                title: 'സഹായമേശ=ഗംഭീരം.',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>ഒരു മികച്ച എഡിറ്റർ ആകുന്നതിന്റെ ഭാഗമാണ് സഹായം ചോദിക്കുന്നത്. ഇവിടെ ഒരുപാട് കാര്യങ്ങൾ പഠിക്കാനുണ്ട്, ഒപ്പം നിങ്ങൾക്ക് സഹായഹസ്തം നൽകുന്ന ധാരാളം ആളുകളും.<br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/Teahouse' ) + '?tour=twa5&step=2' 
                } , { 
                	   name: 'സഹായമേേശയിൽ ഒരു പ്രശ്നം പങ്കുവയ്ക്കുക',
                       action: 'next',
                } ],     
                
        },  {

                //4
                title: 'എന്തുണ്ടെങ്കിലും ചോദിക്കുക!',
                description: '<br>സത്യവും വിക്കിപീഡിയയും<br><br>"ഹായ്, ഞാനിവിടെ പുതിയതാണ്. വിക്കിപീഡിയയെപ്പറ്റി പുതിയ കാര്യങ്ങൾ പഠിക്കാൻ ശ്രമിക്കുന്നു. ഞാൻ ചിന്തിക്കുകയാണ്, വിക്കിപീഡിയയിലുള്ള കാര്യങ്ങൾ സത്യമാണെന്ന് എങ്ങനെ പരിശോധിക്കാം? നിങ്ങൾക്ക് എന്നെ സഹായിക്കാമോ?"<br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
	            allowAutomaticOkay: false,
		        buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/Teahouse' ) + '?tour=twa5&step=3' 
                } , { 
                        name: 'എഴുതുക!',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/Teahouse/1' ) + '?tour=twa5&step=5'
                        } ],
},  {
                //5
                title: 'ചോദ്യം ചോദിക്കുന്നത് വളരെ നല്ലതാണ്',
                description: 'പുതിയ ടൂൾ കിട്ടിയിരിക്കുന്നു:   <b>ഗവേഷക ബാഡ്ജ്</b><center>[[File:TWA badge 7.png|250px|link=]]</center><br>ഹേയ്, സഹായമേശയിലെ താങ്കളുടെ ചോദ്യത്തിന് ആരോ ഒരു ഉത്തരം തന്നതായി അറിയിപ്പ് വന്നിരിക്കുന്നു.',
                onShow: gt.parseDescription,
                attachTo: '#content.mw-body',
                position: 'topRight',
                autoFocus: 'yes',
                overlay: false,
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/Teahouse' ) + '?tour=twa5&step=4' 
                } , { 
                        name: 'മറുപടി പരിശോധിക്കുക',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/Teahouse/2' ) + '?tour=twa5&step=6'
                        } ],
                allowAutomaticOkay: false,
                
        },  {
                //6
                title: 'ഇത് വളരെ പ്രധാനപ്പെട്ടതാണ്',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>അതിനാൽ, പ്രസിദ്ധീകരിച്ച ഉറവിടത്തിൽ ഞങ്ങൾക്ക് പരിശോധിക്കാൻ കഴിയുന്നവ മാത്രമേ ഞങ്ങൾ എഴുതുകയുള്ളൂ. നിങ്ങളുടെ സ്വന്തം അനുഭവം, യഥാർത്ഥ ഗവേഷണം അല്ലെങ്കിൽ വ്യക്തിപരമായ അഭിപ്രായങ്ങൾ എന്നിവയല്ല. പ്രസിദ്ധീകരിച്ച വിവരങ്ങൾ.<br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                attachTo: '#content.mw-body',
                position: 'bottomRight',
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/Teahouse' ) + '?tour=twa5&step=5' 
                } , { 
                        name: 'സ്ഥിരീകരണത്തിലേക്ക് ആഴ്ന്നിറങ്ങുക* ',
                        onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "Please login." );   return;   } sendMessage( 'User:' + mw.config.get( 'wgUserName' ), 'Wikipedia:TWA/Badge/7template2' , mw.util.getUrl( 'Wikipedia:TWA/5/V' ) + '?tour=twa5&step=7'); }
                } ],      
                allowAutomaticOkay: false

},  {
                //7
                title: 'നിങ്ങളെത്തന്ന വെല്ലുവിളിക്കുക...',
                description: '',
                overlay: false,
                closeOnClickOutside: false,
	            allowAutomaticOkay: false,
	            buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/Teahouse/2' ) + '?tour=twa5&step=6' 
                } ]

} , {
                //8
                title: 'നിങ്ങൾക്ക് സ്ഥീരീകരിക്കാനുള്ള കഴിവ് ലഭിച്ചിരിക്കുന്നു',
                description: 'പുതിയ ടൂൾ കിട്ടിയിരിക്കുന്നു:   <b>പരിശോധനാ ബാഡ്ജ്</b><center>[[File:TWA badge 8.png|250px|link=]]</center><br>നമുക്ക് കിട്ടിയ ഈ പുതിയ അറിവ് ഉപയോഗിക്കാം!<br>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/5/V' ) + '?tour=twa5&step=7' 
                } , { 
                        name: 'സന്ദേശങ്ങൾ വായിക്കുക*',
                        onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "Please login." );   return;   } sendMessage( 'User talk:' + mw.config.get( 'wgUserName' ) + '/TWA', 'Wikipedia:TWA/MyTalk/5' , mw.util.getUrl( 'Special:MyTalk/TWA' ) + '?tour=twa5&step=9'); }           
                } ],
                allowAutomaticOkay: false

} , {
                //9
                title: 'ഉറവിടങ്ങൾ തേടുക',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>GaiaGirl എന്താണ് കൊണ്ടുവന്നതെന്ന് നോക്കാം</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/5/Start' ) + '?tour=twa5&step=8' 
                } , { 
                        name: 'ഭ്രൂമിയുടെ സംവാദതാളിലേക്ക് പോവുക*',
                        onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "Please login." );   return;   } sendMessage( 'User talk:' + mw.config.get( 'wgUserName' ) + '/TWA/Earth', 'Wikipedia:TWA/Earth/Talk/1' , mw.util.getUrl( 'Special:MyTalk/TWA/Earth' ) + '?tour=twa5&step=10'); }           
                } ],
                allowAutomaticOkay: false
				
} , {
                //10
                title: '3 ഉറവിടങ്ങൾ',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>GaiaGirl ചില ഓപ്ഷനുകൾ തന്നതായി തോന്നുന്നു<br><br>പരിശോധനായോഗ്യത, ഞങ്ങൾക്ക് ആശ്രയിക്കാവുന്നതും, വസ്തുതാ പരിശോധനയ്ക്കും കൃത്യതയ്ക്കും പേരുകേട്ടതും ആയ ഉറവിടങ്ങളിൽ പ്രസിദ്ധീകരിച്ച വിവരങ്ങളെപ്പറ്റി പറയുക.<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/5/Start' ) + '?tour=twa5&step=9' 
                } , { 
                        name: 'ഇവയിൽ ഏതാണ് മികച്ചത് ??',
                        onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "Please login." );   return;   } sendMessage( 'User:' + mw.config.get( 'wgUserName' ), 'Wikipedia:TWA/Badge/8template2' , mw.util.getUrl( 'Wikipedia:TWA/5/RS' ) + '?tour=twa5&step=11'); }
                } ],      

                allowAutomaticOkay: false

},  {
                //11
                title: 'നിങ്ങളെതന്നെ സ്വയം വെല്ലുവിളിക്കുക...',
                description: 'സൂചന:കാര്യങ്ങൾ ശരിയായി വരുന്നതുവരെ എത്രതവണ വേണമെങ്കിലും നിങ്ങൾക്ക് ഇത് ചെയ്തുനോക്കാം..എപ്പോഴും വീണ്ടും വീണ്ടും ശ്രമിക്കാം!',
                attachTo:'#contentSub',
                position: 'bottom',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                allowAutomaticOkay: false, 
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyTalk/TWA/Earth' ) + '?tour=twa5&step=10' 
                }],

}, {
                //12
                title: 'നിങ്ങൾ സ്വയം വിശ്വസനീയനാണ് തോന്നുന്നു',
                description: 'പുതിയ ടൂൾ ലഭിച്ചിരിക്കുന്നു:  <b>ഉറവിട ബാഡ്ജ്</b><center>[[File:TWA badge 9.png|250px|link=]]</center><br>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/5/RS' ) + '?tour=twa5&step=11' 
                } , { 
                             name: 'GaiaGirl ന് മറുപടി കൊടുക്കുക*',
                             onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "Please login." );   return;   } sendMessage( 'User:' + mw.config.get( 'wgUserName' ), 'Wikipedia:TWA/Badge/9template2' , mw.util.getUrl( 'Wikipedia:TWA/5/Start' ) + '?tour=twa5&step=13'); }
                } ],    
                allowAutomaticOkay: false

}, {
                //13
                title: 'ഇനിയെന്താണ്?',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>ഇനിയെന്താ, ഇപ്പോൾ ഞങ്ങൾക്ക് സ്രോതസ്സുണ്ട്, ഇതുവച്ച് ഞങ്ങൾ എന്തുചെയ്യും?<br><br>ആദ്യം തന്നെ സംവാദതാളിൽ നമ്മുടെ ചിന്തകളെപ്പറ്റി GaiaGirl86ന് ഒരു കുറിപ്പ് ഇടാം .<br><br>ശരി... എന്താണ് പറയേണ്ടത്?<br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyTalk/TWA/Earth' ) + '?tour=twa5&step=12' 
                },{
                        name: 'GaiaGirl ന് മറുപടി കൊടുക്കുക',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/5/Reply' ) + '?tour=twa5&step=14'
                        } ],
                allowAutomaticOkay: false

} , {
                //14
                title: 'നിങ്ങളെത്തന്നെ സ്വയം വെല്ലുവിളിക്കുക...',
                description: 'സൂചന:കാര്യങ്ങൾ ശരിയായി വരുന്നതുവരെ എത്രതവണ വേണമെങ്കിലും നിങ്ങൾക്ക് ഇത് ചെയ്തുനോക്കാം..എപ്പോഴും വീണ്ടും വീണ്ടും ശ്രമിക്കാം!',
                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/5/Start' ) + '?tour=twa5&step=13' 
                }],

        },  {
                //15
                title: 'GaiaGirl നുള്ള മറുപടി',
                description: '<br>മൂലരൂപം തിരുത്തുക എന്ന കണ്ണിയിൽ ഞെക്കുക. അപ്പോൾ GaiaGirl ന് മറുപടി നൽകാം<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/5/Reply' ) + '?tour=twa5&step=14' 
                }],
                shouldSkip: function() {
                        return gt.hasQuery( { action: 'edit' } );
                }
 
        },  {
                //16
                title: 'താഴെക്കാണുന്ന നിങ്ങളുടെ സന്ദേശം പകർത്തി ഒട്ടിക്കുക',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>:സയൻസ്, നേച്ചർ ജേണൽ എന്നിവ പേരുകേട്ടതും പ്രസക്തവുമായ ഉറവിടമായി തോന്നുന്നു. ഈ ലേഖനത്തിന് മറ്റുള്ളവരെ അപേക്ഷിച്ച് നമുക്ക് ഇതിനെ ആശ്രയിക്കാൻ കഴിയുമെന്ന് ഞാൻ കരുതുന്നു. നല്ല ഗവേഷണം! <nowiki>~~~~</nowiki><br>',
                onShow: gt.parseDescription,
                overlay: false,
                attachTo: '#wpTextbox1', 
                position: 'bottomRight',
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyTalk/TWA/Earth' ) + '?tour=twa5&step=15' 
                } , {
                        name: 'കോപ്പിചെയ്തു',
                        action: 'next',
                        } ],
 
} , {
                //17
                title: 'തിരുത്തൽ സംഗ്രഹം, പ്രസിദ്ധീകരിക്കുക',
                description: '<br>"ആശ്രയിക്കാവുന്ന ഉറവിടങ്ങളെപ്പറ്റിയുള്ള അഭിപ്രായം" ഇങ്ങനെയായാലോ. നിങ്ങൾ തയ്യാറാണെങ്കിൽ പ്രസിദ്ധീകരിക്കുക ഞെക്കുക.<br><br>',
                attachTo: '#wpSave',
                position: 'bottomRight',
                autoFocus: 'yes',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
	            allowAutomaticOkay: false,
	            buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyTalk/TWA/Earth' ) + '?tour=twa5&step=16&action=edit' 
                } ], 
	            shouldSkip: function() {
                        return gt.isPostEdit();
                },
                buttons: postEditButtons

} , {
                //18
                title: 'തകർപ്പനായി മുന്നേറുക!',
                description: 'പുതിയ ടൂൾ ലഭിച്ചിരിക്കുന്നു: <b>ഉപദേശക ബാഡ്ജ്</b><center>[[File:TWA badge 10.png|250px|link=]]</center><br><br>ഭ്രൂമിയുടെ സംവാദത്താളിൽ ഞാൻ നോക്കി. GaiaGirl കുറച്ച് മികച്ച വിവരം ചേർത്തിരിക്കുന്നു. നോക്കുക!',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyTalk/TWA/Earth' ) + '?tour=twa5&step=17&action=edit' 
                } , {
                        name: 'ആഴത്തിലുള്ള യാത്ര*',
                        onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "Please login." );   return;   } sendMessage( 'User:' + mw.config.get( 'wgUserName' ), 'Wikipedia:TWA/Badge/10template2' , mw.util.getUrl( 'Wikipedia:TWA/5/End' ) + '?tour=twa5&step=19'); }
                } ], 
                allowAutomaticOkay: false

} , {
                //19
                title: 'അഞ്ചാം മിഷൻ അവസാനിച്ചിരിക്കുന്നു!',
                description: '<br>[[File:Northern mountains (short).ogg]]<br><b>ആറാം മിഷനിലേക്കുള്ള യാത്ര...</b>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
	            buttons: [ {
	            	    name: 'എന്നെ അഭിനന്ദിക്കൂ!',
                        action: 'end'
                } ],
                allowAutomaticOkay: false
		         
}]
 
} );
 
} (window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) ) ;
"https://ml.wikipedia.org/w/index.php?title=മീഡിയവിക്കി:Guidedtour-tour-twa5.js&oldid=3402623" എന്ന താളിൽനിന്ന് ശേഖരിച്ചത്